Shades of Havelock Blue #4F80CA
Tints of Havelock Blue #4F80CA
RGB
CMYK
RGB Variations
Color information
#4F80CA (or 0x4F80CA) is known color: Havelock Blue. HEX triplet: 4F, 80 and CA. RGB value is (79,128,202). Sum of RGB (Red+Green+Blue) = 79+128+202=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80CA is #B07F35. Grayscale: #797979. Windows color (decimal): -11566902 or 13271119. OLE color: 13271119.
HSL color Cylindrical-coordinate representation of color #4F80CA: hue angle of 216.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F80CA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 128 | 202 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.21 |
| HSL | 216.1º | 0.54% | 0.55% | - |
| HSV(B) | 216.1º | 0.61% | 0.79% | - |
| XYZ | 21.6 | 21.36 | 58.86 | - |
| YUV | 121.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 202 | 0.61 | 0.37 | 0 | 0.21 | 216.1 | 0.54 | 0.55 |
| Hex | 4F | 80 | CA | 3D | 25 | 0 | 15 | D8 | 36 | 37 |
| Octal | 117 | 200 | 312 | 75 | 45 | 0 | 25 | 330 | 66 | 67 |
| Binary | 1001111 | 10000000 | 11001010 | 111101 | 100101 | 0 | 10101 | 11011000 | 110110 | 110111 |
Color Harmonies of #4F80CA
Complementary color
Monochromatic Colors of #4F80CA
Black with #4F80CA
Text Example
Text Example
White with #4F80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F80CA; }
p { color: rgb(79,128,202); }
H1.HeaderClassName
{
color: #4F80CA;
}
.AnyTagClassName
{
color: #4F80CA;
}
</style>
background-color css
<style>
a { background-color: #4F80CA; }
a { background-color: rgb(79,128,202); }
div.DivClassName
{
background-color: #4F80CA;
}
.BgClassName
{
background-color: #4F80CA;
}
</style>
border-color css
<style>
span { border-color: #4F80CA; }
span { border-color: rgb(79,128,202); }
td.TdClassName
{
border-color: #4F80CA;
}
.TagClassName
{
border-color: #4F80CA;
}
</style>