#49B6D3
A medium, moderate cyan closely aligning with Skyblue.
About #49B6D3
Visually, #49B6D3 is defined as a moderate cyan. Designers often compare it to the standard color Skyblue. In the RGB color space, it consists of 73 red, 182 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 14% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49B6D3
RGB73, 182, 211
HSL192.6°, 61.1%, 55.7%
CMYK65%, 14%, 0%, 17%
HSV192.6°, 65.4%, 82.7%
LAB69.2, -22.1, -23.8
XYZ31.2, 39.6, 67.6
Decimal4830931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.92:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49B6D3;
}
.text-color {
color: #49B6D3;
}
.border-color {
border: 2px solid #49B6D3;
}