#49A8DB
A medium, moderate blue closely aligning with Deepskyblue.
About #49A8DB
Visually, #49A8DB is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Deepskyblue. In the RGB color space, it consists of 73 red, 168 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 67% cyan and 23% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49A8DB
RGB73, 168, 219
HSL201.0°, 67.0%, 57.3%
CMYK67%, 23%, 0%, 14%
HSV201.0°, 66.7%, 85.9%
LAB65.4, -12.1, -34.0
XYZ29.5, 34.5, 72.1
Decimal4827355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A8DB;
}
.text-color {
color: #49A8DB;
}
.border-color {
border: 2px solid #49A8DB;
}