#491DDB
A medium, vivid blue closely aligning with Mediumblue.
About #491DDB
At its core, #491DDB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 73 parts red, 29 parts green, and 219 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 67% Cyan, 87% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#491DDB
RGB73, 29, 219
HSL253.9°, 76.6%, 48.6%
CMYK67%, 87%, 0%, 14%
HSV253.9°, 86.8%, 85.9%
LAB32.7, 65.9, -86.6
XYZ16.0, 7.4, 67.6
Decimal4791771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.46:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.09:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #491DDB;
}
.text-color {
color: #491DDB;
}
.border-color {
border: 2px solid #491DDB;
}