#4957B6
A medium, moderate blue closely aligning with Slateblue.
About #4957B6
Visually, #4957B6 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Slateblue. In the RGB color space, it consists of 73 red, 87 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 60% cyan and 52% magenta inks. The HSL representation is 232.3° hue, 42.7% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4957B6
RGB73, 87, 182
HSL232.3°, 42.7%, 50.0%
CMYK60%, 52%, 0%, 29%
HSV232.3°, 59.9%, 71.4%
LAB40.6, 23.9, -52.2
XYZ14.6, 11.6, 45.7
Decimal4806582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.32:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.04:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4957B6;
}
.text-color {
color: #4957B6;
}
.border-color {
border: 2px solid #4957B6;
}