#4907DB
A medium, vivid purple closely aligning with Mediumblue.
About #4907DB
At its core, #4907DB is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 7, and 219.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 67% cyan, 97% magenta, 0% yellow, and 14% black. With a hue angle of 258.7 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4907DB
RGB73, 7, 219
HSL258.7°, 93.8%, 44.3%
CMYK67%, 97%, 0%, 14%
HSV258.7°, 96.8%, 85.9%
LAB31.1, 70.9, -89.4
XYZ15.6, 6.7, 67.5
Decimal4786139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.99:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.59:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4907DB;
}
.text-color {
color: #4907DB;
}
.border-color {
border: 2px solid #4907DB;
}