Shades of Havelock Blue #4F6EC1
Tints of Havelock Blue #4F6EC1
RGB
CMYK
RGB Variations
Color information
#4F6EC1 (or 0x4F6EC1) is known color: Havelock Blue. HEX triplet: 4F, 6E and C1. RGB value is (79,110,193). Sum of RGB (Red+Green+Blue) = 79+110+193=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F6EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6EC1 is #B0913E. Grayscale: #6D6D6D. Windows color (decimal): -11571519 or 12676687. OLE color: 12676687.
HSL color Cylindrical-coordinate representation of color #4F6EC1: hue angle of 223.68º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F6EC1 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 110 | 193 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.24 |
| HSL | 223.68º | 0.48% | 0.53% | - |
| HSV(B) | 223.68º | 0.59% | 0.76% | - |
| XYZ | 18.43 | 16.66 | 52.7 | - |
| YUV | 110.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 193 | 0.59 | 0.43 | 0 | 0.24 | 223.68 | 0.48 | 0.53 |
| Hex | 4F | 6E | C1 | 3B | 2B | 0 | 18 | E0 | 30 | 35 |
| Octal | 117 | 156 | 301 | 73 | 53 | 0 | 30 | 340 | 60 | 65 |
| Binary | 1001111 | 1101110 | 11000001 | 111011 | 101011 | 0 | 11000 | 11100000 | 110000 | 110101 |
Color Harmonies of #4F6EC1
Complementary color
Monochromatic Colors of #4F6EC1
Black with #4F6EC1
Text Example
Text Example
White with #4F6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6EC1; }
p { color: rgb(79,110,193); }
H1.HeaderClassName
{
color: #4F6EC1;
}
.AnyTagClassName
{
color: #4F6EC1;
}
</style>
background-color css
<style>
a { background-color: #4F6EC1; }
a { background-color: rgb(79,110,193); }
div.DivClassName
{
background-color: #4F6EC1;
}
.BgClassName
{
background-color: #4F6EC1;
}
</style>
border-color css
<style>
span { border-color: #4F6EC1; }
span { border-color: rgb(79,110,193); }
td.TdClassName
{
border-color: #4F6EC1;
}
.TagClassName
{
border-color: #4F6EC1;
}
</style>