#490FBD
A medium, vivid purple closely aligning with Mediumblue.
About #490FBD
At its core, #490FBD 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, 15, and 189.
If you are designing for print, the four-color process is what matters most. The color uses 61% Cyan, 92% Magenta, 0% Yellow, and 26% Black. With a hue angle of 260.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#490FBD
RGB73, 15, 189
HSL260.0°, 85.3%, 40.0%
CMYK61%, 92%, 0%, 26%
HSV260.0°, 92.1%, 74.1%
LAB27.9, 62.2, -77.1
XYZ12.1, 5.4, 48.6
Decimal4788157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.06:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.62:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490FBD;
}
.text-color {
color: #490FBD;
}
.border-color {
border: 2px solid #490FBD;
}