#4933DB
A medium, moderate blue closely aligning with Blueviolet.
About #4933DB
Visually, #4933DB is defined as a moderate blue. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 51, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 67% cyan, 77% magenta, 0% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#4933DB
RGB73, 51, 219
HSL247.9°, 70.0%, 52.9%
CMYK67%, 77%, 0%, 14%
HSV247.9°, 76.7%, 85.9%
LAB35.8, 56.9, -81.5
XYZ16.7, 8.9, 67.9
Decimal4797403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.55:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.22:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4933DB;
}
.text-color {
color: #4933DB;
}
.border-color {
border: 2px solid #4933DB;
}