Shades of Havelock Blue #4F70BE
Tints of Havelock Blue #4F70BE
RGB
CMYK
RGB Variations
Color information
#4F70BE (or 0x4F70BE) is known color: Havelock Blue. HEX triplet: 4F, 70 and BE. RGB value is (79,112,190). Sum of RGB (Red+Green+Blue) = 79+112+190=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70BE is #B08F41. Grayscale: #6E6E6E. Windows color (decimal): -11571010 or 12480591. OLE color: 12480591.
HSL color Cylindrical-coordinate representation of color #4F70BE: hue angle of 222.16º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F70BE is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 112 | 190 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.25 |
| HSL | 222.16º | 0.46% | 0.53% | - |
| HSV(B) | 222.16º | 0.58% | 0.75% | - |
| XYZ | 18.31 | 16.97 | 51.03 | - |
| YUV | 111.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 190 | 0.58 | 0.41 | 0 | 0.25 | 222.16 | 0.46 | 0.53 |
| Hex | 4F | 70 | BE | 3A | 29 | 0 | 19 | DE | 2E | 35 |
| Octal | 117 | 160 | 276 | 72 | 51 | 0 | 31 | 336 | 56 | 65 |
| Binary | 1001111 | 1110000 | 10111110 | 111010 | 101001 | 0 | 11001 | 11011110 | 101110 | 110101 |
Color Harmonies of #4F70BE
Complementary color
Monochromatic Colors of #4F70BE
Black with #4F70BE
Text Example
Text Example
White with #4F70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F70BE; }
p { color: rgb(79,112,190); }
H1.HeaderClassName
{
color: #4F70BE;
}
.AnyTagClassName
{
color: #4F70BE;
}
</style>
background-color css
<style>
a { background-color: #4F70BE; }
a { background-color: rgb(79,112,190); }
div.DivClassName
{
background-color: #4F70BE;
}
.BgClassName
{
background-color: #4F70BE;
}
</style>
border-color css
<style>
span { border-color: #4F70BE; }
span { border-color: rgb(79,112,190); }
td.TdClassName
{
border-color: #4F70BE;
}
.TagClassName
{
border-color: #4F70BE;
}
</style>