#4907BD
A dark, vivid purple closely aligning with Mediumblue.
About #4907BD
At its core, #4907BD is a dark and vivid hue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 73 red, 7 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 61% cyan, 96% magenta, 0% yellow, and 26% black. The HSL representation is 261.8° hue, 92.9% saturation, and 38.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4907BD
RGB73, 7, 189
HSL261.8°, 92.9%, 38.4%
CMYK61%, 96%, 0%, 26%
HSV261.8°, 96.3%, 74.1%
LAB27.4, 63.8, -77.9
XYZ12.0, 5.2, 48.5
Decimal4786109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.25:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.80:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4907BD;
}
.text-color {
color: #4907BD;
}
.border-color {
border: 2px solid #4907BD;
}