Shades of Havelock Blue #4F86CE
Tints of Havelock Blue #4F86CE
RGB
CMYK
RGB Variations
Color information
#4F86CE (or 0x4F86CE) is known color: Havelock Blue. HEX triplet: 4F, 86 and CE. RGB value is (79,134,206). Sum of RGB (Red+Green+Blue) = 79+134+206=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F86CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86CE is #B07931. Grayscale: #7D7D7D. Windows color (decimal): -11565362 or 13534799. OLE color: 13534799.
HSL color Cylindrical-coordinate representation of color #4F86CE: hue angle of 214.02º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F86CE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 134 | 206 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.19 |
| HSL | 214.02º | 0.56% | 0.56% | - |
| HSV(B) | 214.02º | 0.62% | 0.81% | - |
| XYZ | 22.89 | 23.17 | 61.66 | - |
| YUV | 125.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 206 | 0.62 | 0.35 | 0 | 0.19 | 214.02 | 0.56 | 0.56 |
| Hex | 4F | 86 | CE | 3E | 23 | 0 | 13 | D6 | 38 | 38 |
| Octal | 117 | 206 | 316 | 76 | 43 | 0 | 23 | 326 | 70 | 70 |
| Binary | 1001111 | 10000110 | 11001110 | 111110 | 100011 | 0 | 10011 | 11010110 | 111000 | 111000 |
Color Harmonies of #4F86CE
Complementary color
Monochromatic Colors of #4F86CE
Black with #4F86CE
Text Example
Text Example
White with #4F86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F86CE; }
p { color: rgb(79,134,206); }
H1.HeaderClassName
{
color: #4F86CE;
}
.AnyTagClassName
{
color: #4F86CE;
}
</style>
background-color css
<style>
a { background-color: #4F86CE; }
a { background-color: rgb(79,134,206); }
div.DivClassName
{
background-color: #4F86CE;
}
.BgClassName
{
background-color: #4F86CE;
}
</style>
border-color css
<style>
span { border-color: #4F86CE; }
span { border-color: rgb(79,134,206); }
td.TdClassName
{
border-color: #4F86CE;
}
.TagClassName
{
border-color: #4F86CE;
}
</style>