Shades of Cadet Blue #4C9FA5
Tints of Cadet Blue #4C9FA5
RGB
CMYK
RGB Variations
Color information
#4C9FA5 (or 0x4C9FA5) is known color: Cadet Blue. HEX triplet: 4C, 9F and A5. RGB value is (76,159,165). Sum of RGB (Red+Green+Blue) = 76+159+165=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #4C9FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9FA5 is #B3605A. Grayscale: #868686. Windows color (decimal): -11755611 or 10854220. OLE color: 10854220.
HSL color Cylindrical-coordinate representation of color #4C9FA5: hue angle of 184.04º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C9FA5 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 159 | 165 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.35 |
| HSL | 184.04º | 0.37% | 0.47% | - |
| HSV(B) | 184.04º | 0.54% | 0.65% | - |
| XYZ | 22.17 | 29.05 | 40.04 | - |
| YUV | 134.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 165 | 0.54 | 0.04 | 0 | 0.35 | 184.04 | 0.37 | 0.47 |
| Hex | 4C | 9F | A5 | 36 | 4 | 0 | 23 | B8 | 25 | 2F |
| Octal | 114 | 237 | 245 | 66 | 4 | 0 | 43 | 270 | 45 | 57 |
| Binary | 1001100 | 10011111 | 10100101 | 110110 | 100 | 0 | 100011 | 10111000 | 100101 | 101111 |
Color Harmonies of #4C9FA5
Complementary color
Monochromatic Colors of #4C9FA5
Black with #4C9FA5
Text Example
Text Example
White with #4C9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9FA5; }
p { color: rgb(76,159,165); }
H1.HeaderClassName
{
color: #4C9FA5;
}
.AnyTagClassName
{
color: #4C9FA5;
}
</style>
background-color css
<style>
a { background-color: #4C9FA5; }
a { background-color: rgb(76,159,165); }
div.DivClassName
{
background-color: #4C9FA5;
}
.BgClassName
{
background-color: #4C9FA5;
}
</style>
border-color css
<style>
span { border-color: #4C9FA5; }
span { border-color: rgb(76,159,165); }
td.TdClassName
{
border-color: #4C9FA5;
}
.TagClassName
{
border-color: #4C9FA5;
}
</style>