#492CDB
A medium, vivid blue closely aligning with Mediumblue.
About #492CDB
The precise color #492CDB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(73, 44, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 67% cyan and 80% magenta inks. The HSL representation is 249.9° hue, 70.9% saturation, and 51.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#492CDB
RGB73, 44, 219
HSL249.9°, 70.9%, 51.6%
CMYK67%, 80%, 0%, 14%
HSV249.9°, 79.9%, 85.9%
LAB34.7, 60.2, -83.4
XYZ16.4, 8.3, 67.8
Decimal4795611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.88:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.53:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #492CDB;
}
.text-color {
color: #492CDB;
}
.border-color {
border: 2px solid #492CDB;
}