Shades of Havelock Blue #4F6EC0
Tints of Havelock Blue #4F6EC0
RGB
CMYK
RGB Variations
Color information
#4F6EC0 (or 0x4F6EC0) is known color: Havelock Blue. HEX triplet: 4F, 6E and C0. RGB value is (79,110,192). Sum of RGB (Red+Green+Blue) = 79+110+192=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F6EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6EC0 is #B0913F. Grayscale: #6D6D6D. Windows color (decimal): -11571520 or 12611151. OLE color: 12611151.
HSL color Cylindrical-coordinate representation of color #4F6EC0: hue angle of 223.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F6EC0 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 110 | 192 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.25 |
| HSL | 223.54º | 0.47% | 0.53% | - |
| HSV(B) | 223.54º | 0.59% | 0.75% | - |
| XYZ | 18.31 | 16.62 | 52.11 | - |
| YUV | 110.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 192 | 0.59 | 0.43 | 0 | 0.25 | 223.54 | 0.47 | 0.53 |
| Hex | 4F | 6E | C0 | 3B | 2B | 0 | 19 | E0 | 2F | 35 |
| Octal | 117 | 156 | 300 | 73 | 53 | 0 | 31 | 340 | 57 | 65 |
| Binary | 1001111 | 1101110 | 11000000 | 111011 | 101011 | 0 | 11001 | 11100000 | 101111 | 110101 |
Color Harmonies of #4F6EC0
Complementary color
Monochromatic Colors of #4F6EC0
Black with #4F6EC0
Text Example
Text Example
White with #4F6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6EC0; }
p { color: rgb(79,110,192); }
H1.HeaderClassName
{
color: #4F6EC0;
}
.AnyTagClassName
{
color: #4F6EC0;
}
</style>
background-color css
<style>
a { background-color: #4F6EC0; }
a { background-color: rgb(79,110,192); }
div.DivClassName
{
background-color: #4F6EC0;
}
.BgClassName
{
background-color: #4F6EC0;
}
</style>
border-color css
<style>
span { border-color: #4F6EC0; }
span { border-color: rgb(79,110,192); }
td.TdClassName
{
border-color: #4F6EC0;
}
.TagClassName
{
border-color: #4F6EC0;
}
</style>