Shades of Cadet Blue #4FA8AD
Tints of Cadet Blue #4FA8AD
RGB
CMYK
RGB Variations
Color information
#4FA8AD (or 0x4FA8AD) is known color: Cadet Blue. HEX triplet: 4F, A8 and AD. RGB value is (79,168,173). Sum of RGB (Red+Green+Blue) = 79+168+173=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #4FA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA8AD is #B05752. Grayscale: #8D8D8D. Windows color (decimal): -11556691 or 11380815. OLE color: 11380815.
HSL color Cylindrical-coordinate representation of color #4FA8AD: hue angle of 183.19º 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 #4FA8AD is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 168 | 173 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.32 |
| HSL | 183.19º | 0.37% | 0.49% | - |
| HSV(B) | 183.19º | 0.54% | 0.68% | - |
| XYZ | 24.77 | 32.68 | 44.54 | - |
| YUV | 141.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 173 | 0.54 | 0.03 | 0 | 0.32 | 183.19 | 0.37 | 0.49 |
| Hex | 4F | A8 | AD | 36 | 3 | 0 | 20 | B7 | 25 | 31 |
| Octal | 117 | 250 | 255 | 66 | 3 | 0 | 40 | 267 | 45 | 61 |
| Binary | 1001111 | 10101000 | 10101101 | 110110 | 11 | 0 | 100000 | 10110111 | 100101 | 110001 |
Color Harmonies of #4FA8AD
Complementary color
Monochromatic Colors of #4FA8AD
Black with #4FA8AD
Text Example
Text Example
White with #4FA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA8AD; }
p { color: rgb(79,168,173); }
H1.HeaderClassName
{
color: #4FA8AD;
}
.AnyTagClassName
{
color: #4FA8AD;
}
</style>
background-color css
<style>
a { background-color: #4FA8AD; }
a { background-color: rgb(79,168,173); }
div.DivClassName
{
background-color: #4FA8AD;
}
.BgClassName
{
background-color: #4FA8AD;
}
</style>
border-color css
<style>
span { border-color: #4FA8AD; }
span { border-color: rgb(79,168,173); }
td.TdClassName
{
border-color: #4FA8AD;
}
.TagClassName
{
border-color: #4FA8AD;
}
</style>