Shades of Havelock Blue #4F87CF
Tints of Havelock Blue #4F87CF
RGB
CMYK
RGB Variations
Color information
#4F87CF (or 0x4F87CF) is known color: Havelock Blue. HEX triplet: 4F, 87 and CF. RGB value is (79,135,207). Sum of RGB (Red+Green+Blue) = 79+135+207=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F87CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F87CF is #B07830. Grayscale: #7E7E7E. Windows color (decimal): -11565105 or 13600591. OLE color: 13600591.
HSL color Cylindrical-coordinate representation of color #4F87CF: hue angle of 213.75º degrees, saturation: 0.57, 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 #4F87CF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 135 | 207 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.19 |
| HSL | 213.75º | 0.57% | 0.56% | - |
| HSV(B) | 213.75º | 0.62% | 0.81% | - |
| XYZ | 23.15 | 23.5 | 62.35 | - |
| YUV | 126.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 135 | 207 | 0.62 | 0.35 | 0 | 0.19 | 213.75 | 0.57 | 0.56 |
| Hex | 4F | 87 | CF | 3E | 23 | 0 | 13 | D6 | 39 | 38 |
| Octal | 117 | 207 | 317 | 76 | 43 | 0 | 23 | 326 | 71 | 70 |
| Binary | 1001111 | 10000111 | 11001111 | 111110 | 100011 | 0 | 10011 | 11010110 | 111001 | 111000 |
Color Harmonies of #4F87CF
Complementary color
Monochromatic Colors of #4F87CF
Black with #4F87CF
Text Example
Text Example
White with #4F87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F87CF; }
p { color: rgb(79,135,207); }
H1.HeaderClassName
{
color: #4F87CF;
}
.AnyTagClassName
{
color: #4F87CF;
}
</style>
background-color css
<style>
a { background-color: #4F87CF; }
a { background-color: rgb(79,135,207); }
div.DivClassName
{
background-color: #4F87CF;
}
.BgClassName
{
background-color: #4F87CF;
}
</style>
border-color css
<style>
span { border-color: #4F87CF; }
span { border-color: rgb(79,135,207); }
td.TdClassName
{
border-color: #4F87CF;
}
.TagClassName
{
border-color: #4F87CF;
}
</style>