#4999E9
A light, vivid blue closely aligning with Cornflowerblue.
About #4999E9
Visually, #4999E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 73 red, 153 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 69% cyan, 34% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4999E9
RGB73, 153, 233
HSL210.0°, 78.4%, 60.0%
CMYK69%, 34%, 0%, 9%
HSV210.0°, 68.7%, 91.4%
LAB61.7, 1.0, -47.5
XYZ28.8, 30.1, 81.4
Decimal4823529
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4999E9;
}
.text-color {
color: #4999E9;
}
.border-color {
border: 2px solid #4999E9;
}