#49998A
A medium, moderate cyan closely aligning with Darkcyan.
About #49998A
At its core, #49998A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkcyan. Its digital footprint relies on 73 parts red, 153 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 52% Cyan, 0% Magenta, 10% Yellow, and 40% Black. With a hue angle of 168.8 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49998A
RGB73, 153, 138
HSL168.8°, 35.4%, 44.3%
CMYK52%, 0%, 10%, 40%
HSV168.8°, 52.3%, 60.0%
LAB58.1, -28.3, 0.4
XYZ18.7, 26.0, 28.1
Decimal4823434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49998A;
}
.text-color {
color: #49998A;
}
.border-color {
border: 2px solid #49998A;
}