Shades of Cadet Blue #49A3AC
Tints of Cadet Blue #49A3AC
RGB
CMYK
RGB Variations
Color information
#49A3AC (or 0x49A3AC) is known color: Cadet Blue. HEX triplet: 49, A3 and AC. RGB value is (73,163,172). Sum of RGB (Red+Green+Blue) = 73+163+172=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #49A3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A3AC is #B65C53. Grayscale: #888888. Windows color (decimal): -11951188 or 11313993. OLE color: 11313993.
HSL color Cylindrical-coordinate representation of color #49A3AC: hue angle of 185.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A3AC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 163 | 172 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.33 |
| HSL | 185.45º | 0.4% | 0.48% | - |
| HSV(B) | 185.45º | 0.58% | 0.67% | - |
| XYZ | 23.29 | 30.59 | 43.71 | - |
| YUV | 137.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 172 | 0.58 | 0.05 | 0 | 0.33 | 185.45 | 0.4 | 0.48 |
| Hex | 49 | A3 | AC | 3A | 5 | 0 | 21 | B9 | 28 | 30 |
| Octal | 111 | 243 | 254 | 72 | 5 | 0 | 41 | 271 | 50 | 60 |
| Binary | 1001001 | 10100011 | 10101100 | 111010 | 101 | 0 | 100001 | 10111001 | 101000 | 110000 |
Color Harmonies of #49A3AC
Complementary color
Monochromatic Colors of #49A3AC
Black with #49A3AC
Text Example
Text Example
White with #49A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A3AC; }
p { color: rgb(73,163,172); }
H1.HeaderClassName
{
color: #49A3AC;
}
.AnyTagClassName
{
color: #49A3AC;
}
</style>
background-color css
<style>
a { background-color: #49A3AC; }
a { background-color: rgb(73,163,172); }
div.DivClassName
{
background-color: #49A3AC;
}
.BgClassName
{
background-color: #49A3AC;
}
</style>
border-color css
<style>
span { border-color: #49A3AC; }
span { border-color: rgb(73,163,172); }
td.TdClassName
{
border-color: #49A3AC;
}
.TagClassName
{
border-color: #49A3AC;
}
</style>