Shades of Cadet Blue #4FA2AC
Tints of Cadet Blue #4FA2AC
RGB
CMYK
RGB Variations
Color information
#4FA2AC (or 0x4FA2AC) is known color: Cadet Blue. HEX triplet: 4F, A2 and AC. RGB value is (79,162,172). Sum of RGB (Red+Green+Blue) = 79+162+172=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #4FA2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA2AC is #B05D53. Grayscale: #8A8A8A. Windows color (decimal): -11558228 or 11313743. OLE color: 11313743.
HSL color Cylindrical-coordinate representation of color #4FA2AC: hue angle of 186.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FA2AC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 162 | 172 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.33 |
| HSL | 186.45º | 0.37% | 0.49% | - |
| HSV(B) | 186.45º | 0.54% | 0.67% | - |
| XYZ | 23.59 | 30.48 | 43.67 | - |
| YUV | 138.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 172 | 0.54 | 0.06 | 0 | 0.33 | 186.45 | 0.37 | 0.49 |
| Hex | 4F | A2 | AC | 36 | 6 | 0 | 21 | BA | 25 | 31 |
| Octal | 117 | 242 | 254 | 66 | 6 | 0 | 41 | 272 | 45 | 61 |
| Binary | 1001111 | 10100010 | 10101100 | 110110 | 110 | 0 | 100001 | 10111010 | 100101 | 110001 |
Color Harmonies of #4FA2AC
Complementary color
Monochromatic Colors of #4FA2AC
Black with #4FA2AC
Text Example
Text Example
White with #4FA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2AC; }
p { color: rgb(79,162,172); }
H1.HeaderClassName
{
color: #4FA2AC;
}
.AnyTagClassName
{
color: #4FA2AC;
}
</style>
background-color css
<style>
a { background-color: #4FA2AC; }
a { background-color: rgb(79,162,172); }
div.DivClassName
{
background-color: #4FA2AC;
}
.BgClassName
{
background-color: #4FA2AC;
}
</style>
border-color css
<style>
span { border-color: #4FA2AC; }
span { border-color: rgb(79,162,172); }
td.TdClassName
{
border-color: #4FA2AC;
}
.TagClassName
{
border-color: #4FA2AC;
}
</style>