#492CF0
A medium, vivid blue closely aligning with Mediumblue.
About #492CF0
Visually, #492CF0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 73 red, 44 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 70% cyan and 82% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#492CF0
RGB73, 44, 240
HSL248.9°, 86.7%, 55.7%
CMYK70%, 82%, 0%, 6%
HSV248.9°, 81.7%, 94.1%
LAB36.9, 66.1, -91.6
XYZ19.4, 9.5, 83.3
Decimal4795632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.24:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.92:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #492CF0;
}
.text-color {
color: #492CF0;
}
.border-color {
border: 2px solid #492CF0;
}