Shades of Cadet Blue #4CA2AD
Tints of Cadet Blue #4CA2AD
RGB
CMYK
RGB Variations
Color information
#4CA2AD (or 0x4CA2AD) is known color: Cadet Blue. HEX triplet: 4C, A2 and AD. RGB value is (76,162,173). Sum of RGB (Red+Green+Blue) = 76+162+173=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #4CA2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA2AD is #B35D52. Grayscale: #898989. Windows color (decimal): -11754835 or 11379276. OLE color: 11379276.
HSL color Cylindrical-coordinate representation of color #4CA2AD: hue angle of 186.8º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CA2AD is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 162 | 173 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.32 |
| HSL | 186.8º | 0.39% | 0.49% | - |
| HSV(B) | 186.8º | 0.56% | 0.68% | - |
| XYZ | 23.44 | 30.39 | 44.17 | - |
| YUV | 137.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 173 | 0.56 | 0.06 | 0 | 0.32 | 186.8 | 0.39 | 0.49 |
| Hex | 4C | A2 | AD | 38 | 6 | 0 | 20 | BB | 27 | 31 |
| Octal | 114 | 242 | 255 | 70 | 6 | 0 | 40 | 273 | 47 | 61 |
| Binary | 1001100 | 10100010 | 10101101 | 111000 | 110 | 0 | 100000 | 10111011 | 100111 | 110001 |
Color Harmonies of #4CA2AD
Complementary color
Monochromatic Colors of #4CA2AD
Black with #4CA2AD
Text Example
Text Example
White with #4CA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA2AD; }
p { color: rgb(76,162,173); }
H1.HeaderClassName
{
color: #4CA2AD;
}
.AnyTagClassName
{
color: #4CA2AD;
}
</style>
background-color css
<style>
a { background-color: #4CA2AD; }
a { background-color: rgb(76,162,173); }
div.DivClassName
{
background-color: #4CA2AD;
}
.BgClassName
{
background-color: #4CA2AD;
}
</style>
border-color css
<style>
span { border-color: #4CA2AD; }
span { border-color: rgb(76,162,173); }
td.TdClassName
{
border-color: #4CA2AD;
}
.TagClassName
{
border-color: #4CA2AD;
}
</style>