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