Shades of Havelock Blue #4F6EC5
Tints of Havelock Blue #4F6EC5
RGB
CMYK
RGB Variations
Color information
#4F6EC5 (or 0x4F6EC5) is known color: Havelock Blue. HEX triplet: 4F, 6E and C5. RGB value is (79,110,197). Sum of RGB (Red+Green+Blue) = 79+110+197=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #4F6EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6EC5 is #B0913A. Grayscale: #6E6E6E. Windows color (decimal): -11571515 or 12938831. OLE color: 12938831.
HSL color Cylindrical-coordinate representation of color #4F6EC5: hue angle of 224.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F6EC5 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 110 | 197 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.23 |
| HSL | 224.24º | 0.5% | 0.54% | - |
| HSV(B) | 224.24º | 0.6% | 0.77% | - |
| XYZ | 18.88 | 16.85 | 55.08 | - |
| YUV | 110.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 197 | 0.60 | 0.44 | 0 | 0.23 | 224.24 | 0.5 | 0.54 |
| Hex | 4F | 6E | C5 | 3C | 2C | 0 | 17 | E0 | 32 | 36 |
| Octal | 117 | 156 | 305 | 74 | 54 | 0 | 27 | 340 | 62 | 66 |
| Binary | 1001111 | 1101110 | 11000101 | 111100 | 101100 | 0 | 10111 | 11100000 | 110010 | 110110 |
Color Harmonies of #4F6EC5
Complementary color
Monochromatic Colors of #4F6EC5
Black with #4F6EC5
Text Example
Text Example
White with #4F6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6EC5; }
p { color: rgb(79,110,197); }
H1.HeaderClassName
{
color: #4F6EC5;
}
.AnyTagClassName
{
color: #4F6EC5;
}
</style>
background-color css
<style>
a { background-color: #4F6EC5; }
a { background-color: rgb(79,110,197); }
div.DivClassName
{
background-color: #4F6EC5;
}
.BgClassName
{
background-color: #4F6EC5;
}
</style>
border-color css
<style>
span { border-color: #4F6EC5; }
span { border-color: rgb(79,110,197); }
td.TdClassName
{
border-color: #4F6EC5;
}
.TagClassName
{
border-color: #4F6EC5;
}
</style>