Shades of Cadet Blue #4CA497
Tints of Cadet Blue #4CA497
RGB
CMYK
RGB Variations
Color information
#4CA497 (or 0x4CA497) is known color: Cadet Blue. HEX triplet: 4C, A4 and 97. RGB value is (76,164,151). Sum of RGB (Red+Green+Blue) = 76+164+151=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA497 is #B35B68. Grayscale: #888888. Windows color (decimal): -11754345 or 9937996. OLE color: 9937996.
HSL color Cylindrical-coordinate representation of color #4CA497: hue angle of 171.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA497 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 164 | 151 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.36 |
| HSL | 171.14º | 0.37% | 0.47% | - |
| HSV(B) | 171.14º | 0.54% | 0.64% | - |
| XYZ | 21.84 | 30.32 | 33.98 | - |
| YUV | 136.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 151 | 0.54 | 0 | 0.08 | 0.36 | 171.14 | 0.37 | 0.47 |
| Hex | 4C | A4 | 97 | 36 | 0 | 8 | 24 | AB | 25 | 2F |
| Octal | 114 | 244 | 227 | 66 | 0 | 10 | 44 | 253 | 45 | 57 |
| Binary | 1001100 | 10100100 | 10010111 | 110110 | 0 | 1000 | 100100 | 10101011 | 100101 | 101111 |
Color Harmonies of #4CA497
Complementary color
Monochromatic Colors of #4CA497
Black with #4CA497
Text Example
Text Example
White with #4CA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA497; }
p { color: rgb(76,164,151); }
H1.HeaderClassName
{
color: #4CA497;
}
.AnyTagClassName
{
color: #4CA497;
}
</style>
background-color css
<style>
a { background-color: #4CA497; }
a { background-color: rgb(76,164,151); }
div.DivClassName
{
background-color: #4CA497;
}
.BgClassName
{
background-color: #4CA497;
}
</style>
border-color css
<style>
span { border-color: #4CA497; }
span { border-color: rgb(76,164,151); }
td.TdClassName
{
border-color: #4CA497;
}
.TagClassName
{
border-color: #4CA497;
}
</style>