Shades of Cadet Blue #49A4AC
Tints of Cadet Blue #49A4AC
RGB
CMYK
RGB Variations
Color information
#49A4AC (or 0x49A4AC) is known color: Cadet Blue. HEX triplet: 49, A4 and AC. RGB value is (73,164,172). Sum of RGB (Red+Green+Blue) = 73+164+172=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #49A4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A4AC is #B65B53. Grayscale: #898989. Windows color (decimal): -11950932 or 11314249. OLE color: 11314249.
HSL color Cylindrical-coordinate representation of color #49A4AC: hue angle of 184.85º 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 #49A4AC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 164 | 172 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.33 |
| HSL | 184.85º | 0.4% | 0.48% | - |
| HSV(B) | 184.85º | 0.58% | 0.67% | - |
| XYZ | 23.47 | 30.95 | 43.77 | - |
| YUV | 137.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 172 | 0.58 | 0.05 | 0 | 0.33 | 184.85 | 0.4 | 0.48 |
| Hex | 49 | A4 | AC | 3A | 5 | 0 | 21 | B9 | 28 | 30 |
| Octal | 111 | 244 | 254 | 72 | 5 | 0 | 41 | 271 | 50 | 60 |
| Binary | 1001001 | 10100100 | 10101100 | 111010 | 101 | 0 | 100001 | 10111001 | 101000 | 110000 |
Color Harmonies of #49A4AC
Complementary color
Monochromatic Colors of #49A4AC
Black with #49A4AC
Text Example
Text Example
White with #49A4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A4AC; }
p { color: rgb(73,164,172); }
H1.HeaderClassName
{
color: #49A4AC;
}
.AnyTagClassName
{
color: #49A4AC;
}
</style>
background-color css
<style>
a { background-color: #49A4AC; }
a { background-color: rgb(73,164,172); }
div.DivClassName
{
background-color: #49A4AC;
}
.BgClassName
{
background-color: #49A4AC;
}
</style>
border-color css
<style>
span { border-color: #49A4AC; }
span { border-color: rgb(73,164,172); }
td.TdClassName
{
border-color: #49A4AC;
}
.TagClassName
{
border-color: #49A4AC;
}
</style>