#4975CC
A medium, moderate blue closely aligning with Cornflowerblue.
About #4975CC
At its core, #4975CC is a medium and moderate hue. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 73 red, 117 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 64% cyan and 43% magenta inks. With a hue angle of 219.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#4975CC
RGB73, 117, 204
HSL219.8°, 56.2%, 54.3%
CMYK64%, 43%, 0%, 20%
HSV219.8°, 64.2%, 80.0%
LAB50.1, 12.5, -49.7
XYZ20.0, 18.5, 59.6
Decimal4814284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4975CC;
}
.text-color {
color: #4975CC;
}
.border-color {
border: 2px solid #4975CC;
}