#493AF8
A light, vivid blue closely aligning with Mediumblue.
About #493AF8
The hex code #493AF8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 58, and 248.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 71% cyan, 77% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#493AF8
RGB73, 58, 248
HSL244.7°, 93.1%, 60.0%
CMYK71%, 77%, 0%, 3%
HSV244.7°, 76.6%, 97.3%
LAB39.9, 62.1, -91.1
XYZ21.2, 11.2, 89.9
Decimal4799224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.47:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #493AF8;
}
.text-color {
color: #493AF8;
}
.border-color {
border: 2px solid #493AF8;
}