1.46 em is equal to 21.9 pt.
This conversion assumes the standard that 1 em equals 15 points (pt). Multiplying 1.46 by 15 gives the equivalent point size. Since em is a relative unit commonly based on font size, converting it to an absolute unit like points requires knowing the base point value.
Conversion Tool
Result in pt:
Conversion Formula
The formula to convert em to pt is:
points (pt) = em value × 15
This works because by convention, 1 em is equal to the current font size, and in many contexts, this font size equals 15 points. So multiplying the em value by 15 converts it to points.
For example, converting 1.46 em to pt:
- Start with 1.46 em
- Multiply by 15 pt: 1.46 × 15 = 21.9 pt
- Therefore, 1.46 em equals 21.9 points
Conversion Example
- Convert 2.5 em to pt
- Multiply 2.5 by 15
- 2.5 × 15 = 37.5 pt
- Result: 2.5 em = 37.5 pt
- Convert 0.75 em to pt
- Multiply 0.75 by 15
- 0.75 × 15 = 11.25 pt
- Result: 0.75 em = 11.25 pt
- Convert 4 em to pt
- Multiply 4 by 15
- 4 × 15 = 60 pt
- Result: 4 em = 60 pt
- Convert 1.2 em to pt
- Multiply 1.2 by 15
- 1.2 × 15 = 18 pt
- Result: 1.2 em = 18 pt
Conversion Chart
The chart below shows em values from -23.5 to 26.5 and their corresponding point values, calculated by multiplying the em value by 15. Negative values represents scaling down, while positive values represent scaling up font sizes.
em | pt |
---|---|
-23.5 | -352.5 |
-20 | -300 |
-15 | -225 |
-10 | -150 |
-5 | -75 |
0 | 0 |
5 | 75 |
10 | 150 |
15 | 225 |
20 | 300 |
23.5 | 352.5 |
26.5 | 397.5 |
Related Conversion Questions
- How many points equal 1.46 em in typography?
- What is the point size for a font set at 1.46 em?
- Is 1.46 em larger than 20 pt?
- How to convert 1.46 em to points in CSS?
- Does 1.46 em always equal 21.9 points?
- What base font size affects 1.46 em to pt conversion?
- Can 1.46 em be directly converted to points without context?
Conversion Definitions
em: An em is a relative measurement unit in typography that equals the current font size. Its value changes depending on the font size of the element or its parent, making it useful for scalable and flexible designs. The width of the letter “M” was origin of the term.
pt: A point (pt) is an absolute unit used mostly in print typography, equal to 1/72 of an inch. It provides a fixed size measure for fonts and spacing, independent of screen resolution or zoom. Points are often used to define font sizes in documents.
Conversion FAQs
Why does 1 em equal 15 points in this conversion?
This conversion assumes a base font size of 15 points, which is common in some design contexts. Em units scale relative to the font size, so multiplying em by 15 points converts it to an absolute value. Different base sizes will change the result.
Can the em to pt conversion change based on device or browser?
Yes, because em is relative, if the base font size changes between devices or browsers, the point equivalent changes too. Points remain fixed, but em adapts, so conversion depends on the actual font size used.
What happens if the em value is negative?
A negative em value will produce a negative point value, which is mathematically valid but typically meaningless for font sizes. Negative sizes are usually invalid or used for special transformations.
Is it possible to convert pt to em using the same formula?
The inverse conversion divides points by 15 to get em. For example, 30 pt ÷ 15 = 2 em. This assumes the same base font size of 15 pt applies.
Why use em units instead of points in web design?
Em units scale with the font size or container, allowing flexible, responsive layouts. Points are fixed and better for print. Em units adapt better to user settings and accessibility needs.