#4975BD
A medium, moderate blue closely aligning with Cornflowerblue.
About #4975BD
At its core, #4975BD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 73 red, 117 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 61% Cyan, 38% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4975BD
RGB73, 117, 189
HSL217.2°, 46.8%, 51.4%
CMYK61%, 38%, 0%, 26%
HSV217.2°, 61.4%, 74.1%
LAB49.3, 7.4, -42.4
XYZ18.3, 17.8, 50.6
Decimal4814269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4975BD;
}
.text-color {
color: #4975BD;
}
.border-color {
border: 2px solid #4975BD;
}