#49A8F0
A light, vivid blue closely aligning with Deepskyblue.
About #49A8F0
The precise color #49A8F0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(73, 168, 240).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 70% cyan, 30% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49A8F0
RGB73, 168, 240
HSL205.9°, 84.8%, 61.4%
CMYK70%, 30%, 0%, 6%
HSV205.9°, 69.6%, 94.1%
LAB66.3, -5.2, -44.1
XYZ32.5, 35.7, 87.6
Decimal4827376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.14:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A8F0;
}
.text-color {
color: #49A8F0;
}
.border-color {
border: 2px solid #49A8F0;
}