#493AA0
A medium, moderate blue closely aligning with Rebeccapurple.
About #493AA0
At its core, #493AA0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. In the RGB color space, it consists of 73 red, 58 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. The color uses 54% Cyan, 64% Magenta, 0% Yellow, and 37% Black. With a hue angle of 248.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#493AA0
RGB73, 58, 160
HSL248.8°, 46.8%, 42.7%
CMYK54%, 64%, 0%, 37%
HSV248.8°, 63.8%, 62.7%
LAB31.8, 34.8, -53.4
XYZ10.6, 7.0, 34.0
Decimal4799136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.76:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.38:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #493AA0;
}
.text-color {
color: #493AA0;
}
.border-color {
border: 2px solid #493AA0;
}