Skip to content
1440px

48px to em

48px is 3em at the default 16px root font size.

48px in em · 16px root
3 em

em = px ÷ parent font size — shown here at the browser default root font size of 16px.

48px at every root font size

48px converted at each common root font size
Root font size48px equalsCSS
10px4.8emfont-size: 4.8em;
12px4emfont-size: 4em;
14px3.42857emfont-size: 3.4286em;
16px default3emfont-size: 3em;
18px2.66667emfont-size: 2.6667em;
20px2.4emfont-size: 2.4em;

Converter

Nearby values

pxem
18px1.125em
20px1.25em
24px1.5em
32px2em
48px3emthis page
64px4em

Questions

What is 48px in em?

48px = 3em at the browser default root font size of 16px. em = px ÷ parent font size.

What is 48px in em at a different root size?

At 10px root: 4.8em. At 12px root: 4em. At 14px root: 3.4286em. At 16px root: 3em. At 18px root: 2.6667em. At 20px root: 2.4em.

How is 48px calculated?

em = px ÷ parent font size. Here: 48 ÷ 16 = 3.

All px values

Computed from the CSS Values and Units specification. See the full px to em table.