Shades of Cadet Blue #4FA49C
Tints of Cadet Blue #4FA49C
RGB
CMYK
RGB Variations
Color information
#4FA49C (or 0x4FA49C) is known color: Cadet Blue. HEX triplet: 4F, A4 and 9C. RGB value is (79,164,156). Sum of RGB (Red+Green+Blue) = 79+164+156=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA49C is #B05B63. Grayscale: #898989. Windows color (decimal): -11557732 or 10265679. OLE color: 10265679.
HSL color Cylindrical-coordinate representation of color #4FA49C: hue angle of 174.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA49C is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 156 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.36 |
| HSL | 174.35º | 0.35% | 0.48% | - |
| HSV(B) | 174.35º | 0.52% | 0.64% | - |
| XYZ | 22.5 | 30.61 | 36.18 | - |
| YUV | 137.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 156 | 0.52 | 0 | 0.05 | 0.36 | 174.35 | 0.35 | 0.48 |
| Hex | 4F | A4 | 9C | 34 | 0 | 5 | 24 | AE | 23 | 30 |
| Octal | 117 | 244 | 234 | 64 | 0 | 5 | 44 | 256 | 43 | 60 |
| Binary | 1001111 | 10100100 | 10011100 | 110100 | 0 | 101 | 100100 | 10101110 | 100011 | 110000 |
Color Harmonies of #4FA49C
Complementary color
Monochromatic Colors of #4FA49C
Black with #4FA49C
Text Example
Text Example
White with #4FA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA49C; }
p { color: rgb(79,164,156); }
H1.HeaderClassName
{
color: #4FA49C;
}
.AnyTagClassName
{
color: #4FA49C;
}
</style>
background-color css
<style>
a { background-color: #4FA49C; }
a { background-color: rgb(79,164,156); }
div.DivClassName
{
background-color: #4FA49C;
}
.BgClassName
{
background-color: #4FA49C;
}
</style>
border-color css
<style>
span { border-color: #4FA49C; }
span { border-color: rgb(79,164,156); }
td.TdClassName
{
border-color: #4FA49C;
}
.TagClassName
{
border-color: #4FA49C;
}
</style>