Shades of Havelock Blue #4E6FBA
Tints of Havelock Blue #4E6FBA
RGB
CMYK
RGB Variations
Color information
#4E6FBA (or 0x4E6FBA) is known color: Havelock Blue. HEX triplet: 4E, 6F and BA. RGB value is (78,111,186). Sum of RGB (Red+Green+Blue) = 78+111+186=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FBA is #B19045. Grayscale: #6D6D6D. Windows color (decimal): -11636806 or 12218190. OLE color: 12218190.
HSL color Cylindrical-coordinate representation of color #4E6FBA: hue angle of 221.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E6FBA is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 111 | 186 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.27 |
| HSL | 221.67º | 0.44% | 0.52% | - |
| HSV(B) | 221.67º | 0.58% | 0.73% | - |
| XYZ | 17.69 | 16.53 | 48.71 | - |
| YUV | 109.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 186 | 0.58 | 0.40 | 0 | 0.27 | 221.67 | 0.44 | 0.52 |
| Hex | 4E | 6F | BA | 3A | 28 | 0 | 1B | DE | 2C | 34 |
| Octal | 116 | 157 | 272 | 72 | 50 | 0 | 33 | 336 | 54 | 64 |
| Binary | 1001110 | 1101111 | 10111010 | 111010 | 101000 | 0 | 11011 | 11011110 | 101100 | 110100 |
Color Harmonies of #4E6FBA
Complementary color
Monochromatic Colors of #4E6FBA
Black with #4E6FBA
Text Example
Text Example
White with #4E6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6FBA; }
p { color: rgb(78,111,186); }
H1.HeaderClassName
{
color: #4E6FBA;
}
.AnyTagClassName
{
color: #4E6FBA;
}
</style>
background-color css
<style>
a { background-color: #4E6FBA; }
a { background-color: rgb(78,111,186); }
div.DivClassName
{
background-color: #4E6FBA;
}
.BgClassName
{
background-color: #4E6FBA;
}
</style>
border-color css
<style>
span { border-color: #4E6FBA; }
span { border-color: rgb(78,111,186); }
td.TdClassName
{
border-color: #4E6FBA;
}
.TagClassName
{
border-color: #4E6FBA;
}
</style>