Shades of Cadet Blue #4F9BA4
Tints of Cadet Blue #4F9BA4
RGB
CMYK
RGB Variations
Color information
#4F9BA4 (or 0x4F9BA4) is known color: Cadet Blue. HEX triplet: 4F, 9B and A4. RGB value is (79,155,164). Sum of RGB (Red+Green+Blue) = 79+155+164=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #4F9BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9BA4 is #B0645B. Grayscale: #858585. Windows color (decimal): -11560028 or 10787663. OLE color: 10787663.
HSL color Cylindrical-coordinate representation of color #4F9BA4: hue angle of 186.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 #4F9BA4 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 155 | 164 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.36 |
| HSL | 186.35º | 0.35% | 0.48% | - |
| HSV(B) | 186.35º | 0.52% | 0.64% | - |
| XYZ | 21.65 | 27.79 | 39.34 | - |
| YUV | 133.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 164 | 0.52 | 0.05 | 0 | 0.36 | 186.35 | 0.35 | 0.48 |
| Hex | 4F | 9B | A4 | 34 | 5 | 0 | 24 | BA | 23 | 30 |
| Octal | 117 | 233 | 244 | 64 | 5 | 0 | 44 | 272 | 43 | 60 |
| Binary | 1001111 | 10011011 | 10100100 | 110100 | 101 | 0 | 100100 | 10111010 | 100011 | 110000 |
Color Harmonies of #4F9BA4
Complementary color
Monochromatic Colors of #4F9BA4
Black with #4F9BA4
Text Example
Text Example
White with #4F9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9BA4; }
p { color: rgb(79,155,164); }
H1.HeaderClassName
{
color: #4F9BA4;
}
.AnyTagClassName
{
color: #4F9BA4;
}
</style>
background-color css
<style>
a { background-color: #4F9BA4; }
a { background-color: rgb(79,155,164); }
div.DivClassName
{
background-color: #4F9BA4;
}
.BgClassName
{
background-color: #4F9BA4;
}
</style>
border-color css
<style>
span { border-color: #4F9BA4; }
span { border-color: rgb(79,155,164); }
td.TdClassName
{
border-color: #4F9BA4;
}
.TagClassName
{
border-color: #4F9BA4;
}
</style>