Shades of Cadet Blue #4FA2AD
Tints of Cadet Blue #4FA2AD
RGB
CMYK
RGB Variations
Color information
#4FA2AD (or 0x4FA2AD) is known color: Cadet Blue. HEX triplet: 4F, A2 and AD. RGB value is (79,162,173). Sum of RGB (Red+Green+Blue) = 79+162+173=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #4FA2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA2AD is #B05D52. Grayscale: #8A8A8A. Windows color (decimal): -11558227 or 11379279. OLE color: 11379279.
HSL color Cylindrical-coordinate representation of color #4FA2AD: hue angle of 187.02º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FA2AD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 162 | 173 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.32 |
| HSL | 187.02º | 0.37% | 0.49% | - |
| HSV(B) | 187.02º | 0.54% | 0.68% | - |
| XYZ | 23.69 | 30.52 | 44.18 | - |
| YUV | 138.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 173 | 0.54 | 0.06 | 0 | 0.32 | 187.02 | 0.37 | 0.49 |
| Hex | 4F | A2 | AD | 36 | 6 | 0 | 20 | BB | 25 | 31 |
| Octal | 117 | 242 | 255 | 66 | 6 | 0 | 40 | 273 | 45 | 61 |
| Binary | 1001111 | 10100010 | 10101101 | 110110 | 110 | 0 | 100000 | 10111011 | 100101 | 110001 |
Color Harmonies of #4FA2AD
Complementary color
Monochromatic Colors of #4FA2AD
Black with #4FA2AD
Text Example
Text Example
White with #4FA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2AD; }
p { color: rgb(79,162,173); }
H1.HeaderClassName
{
color: #4FA2AD;
}
.AnyTagClassName
{
color: #4FA2AD;
}
</style>
background-color css
<style>
a { background-color: #4FA2AD; }
a { background-color: rgb(79,162,173); }
div.DivClassName
{
background-color: #4FA2AD;
}
.BgClassName
{
background-color: #4FA2AD;
}
</style>
border-color css
<style>
span { border-color: #4FA2AD; }
span { border-color: rgb(79,162,173); }
td.TdClassName
{
border-color: #4FA2AD;
}
.TagClassName
{
border-color: #4FA2AD;
}
</style>