Shades of Havelock Blue #4F74CF
Tints of Havelock Blue #4F74CF
RGB
CMYK
RGB Variations
Color information
#4F74CF (or 0x4F74CF) is known color: Havelock Blue. HEX triplet: 4F, 74 and CF. RGB value is (79,116,207). Sum of RGB (Red+Green+Blue) = 79+116+207=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F74CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74CF is #B08B30. Grayscale: #727272. Windows color (decimal): -11569969 or 13595727. OLE color: 13595727.
HSL color Cylindrical-coordinate representation of color #4F74CF: hue angle of 222.66º 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 #4F74CF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 116 | 207 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.19 |
| HSL | 222.66º | 0.57% | 0.56% | - |
| HSV(B) | 222.66º | 0.62% | 0.81% | - |
| XYZ | 20.73 | 18.66 | 61.54 | - |
| YUV | 115.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 207 | 0.62 | 0.44 | 0 | 0.19 | 222.66 | 0.57 | 0.56 |
| Hex | 4F | 74 | CF | 3E | 2C | 0 | 13 | DF | 39 | 38 |
| Octal | 117 | 164 | 317 | 76 | 54 | 0 | 23 | 337 | 71 | 70 |
| Binary | 1001111 | 1110100 | 11001111 | 111110 | 101100 | 0 | 10011 | 11011111 | 111001 | 111000 |
Color Harmonies of #4F74CF
Complementary color
Monochromatic Colors of #4F74CF
Black with #4F74CF
Text Example
Text Example
White with #4F74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F74CF; }
p { color: rgb(79,116,207); }
H1.HeaderClassName
{
color: #4F74CF;
}
.AnyTagClassName
{
color: #4F74CF;
}
</style>
background-color css
<style>
a { background-color: #4F74CF; }
a { background-color: rgb(79,116,207); }
div.DivClassName
{
background-color: #4F74CF;
}
.BgClassName
{
background-color: #4F74CF;
}
</style>
border-color css
<style>
span { border-color: #4F74CF; }
span { border-color: rgb(79,116,207); }
td.TdClassName
{
border-color: #4F74CF;
}
.TagClassName
{
border-color: #4F74CF;
}
</style>