Shades of Havelock Blue #4F87CE
Tints of Havelock Blue #4F87CE
RGB
CMYK
RGB Variations
Color information
#4F87CE (or 0x4F87CE) is known color: Havelock Blue. HEX triplet: 4F, 87 and CE. RGB value is (79,135,206). Sum of RGB (Red+Green+Blue) = 79+135+206=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F87CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F87CE is #B07831. Grayscale: #7E7E7E. Windows color (decimal): -11565106 or 13535055. OLE color: 13535055.
HSL color Cylindrical-coordinate representation of color #4F87CE: hue angle of 213.54º 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 #4F87CE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 135 | 206 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.19 |
| HSL | 213.54º | 0.56% | 0.56% | - |
| HSV(B) | 213.54º | 0.62% | 0.81% | - |
| XYZ | 23.03 | 23.45 | 61.7 | - |
| YUV | 126.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 135 | 206 | 0.62 | 0.34 | 0 | 0.19 | 213.54 | 0.56 | 0.56 |
| Hex | 4F | 87 | CE | 3E | 22 | 0 | 13 | D6 | 38 | 38 |
| Octal | 117 | 207 | 316 | 76 | 42 | 0 | 23 | 326 | 70 | 70 |
| Binary | 1001111 | 10000111 | 11001110 | 111110 | 100010 | 0 | 10011 | 11010110 | 111000 | 111000 |
Color Harmonies of #4F87CE
Complementary color
Monochromatic Colors of #4F87CE
Black with #4F87CE
Text Example
Text Example
White with #4F87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F87CE; }
p { color: rgb(79,135,206); }
H1.HeaderClassName
{
color: #4F87CE;
}
.AnyTagClassName
{
color: #4F87CE;
}
</style>
background-color css
<style>
a { background-color: #4F87CE; }
a { background-color: rgb(79,135,206); }
div.DivClassName
{
background-color: #4F87CE;
}
.BgClassName
{
background-color: #4F87CE;
}
</style>
border-color css
<style>
span { border-color: #4F87CE; }
span { border-color: rgb(79,135,206); }
td.TdClassName
{
border-color: #4F87CE;
}
.TagClassName
{
border-color: #4F87CE;
}
</style>