4 PT to PX
Result
4 pt = 5.32 px
Explanation
- Points — 4
To convert 4 points to pixels you need to multiply PT value by 1.33, in our case: 4 × 1.33. In result we'll receive that 4 pt is equal to 5.32 pixels (px)
CSS code for 4 PT to PX
p { font-size: 5.32px }
HTML (inline CSS):
<p style="font-size: 5.32px">Hello World<p>