Shades of Havelock Blue #4E79BA
Tints of Havelock Blue #4E79BA
RGB
CMYK
RGB Variations
Color information
#4E79BA (or 0x4E79BA) is known color: Havelock Blue. HEX triplet: 4E, 79 and BA. RGB value is (78,121,186). Sum of RGB (Red+Green+Blue) = 78+121+186=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E79BA is #B18645. Grayscale: #737373. Windows color (decimal): -11634246 or 12220750. OLE color: 12220750.
HSL color Cylindrical-coordinate representation of color #4E79BA: hue angle of 216.11º 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 #4E79BA is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 121 | 186 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.27 |
| HSL | 216.11º | 0.44% | 0.52% | - |
| HSV(B) | 216.11º | 0.58% | 0.73% | - |
| XYZ | 18.84 | 18.84 | 49.1 | - |
| YUV | 115.55 | 167.75 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 186 | 0.58 | 0.35 | 0 | 0.27 | 216.11 | 0.44 | 0.52 |
| Hex | 4E | 79 | BA | 3A | 23 | 0 | 1B | D8 | 2C | 34 |
| Octal | 116 | 171 | 272 | 72 | 43 | 0 | 33 | 330 | 54 | 64 |
| Binary | 1001110 | 1111001 | 10111010 | 111010 | 100011 | 0 | 11011 | 11011000 | 101100 | 110100 |
Color Harmonies of #4E79BA
Complementary color
Monochromatic Colors of #4E79BA
Black with #4E79BA
Text Example
Text Example
White with #4E79BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E79BA; }
p { color: rgb(78,121,186); }
H1.HeaderClassName
{
color: #4E79BA;
}
.AnyTagClassName
{
color: #4E79BA;
}
</style>
background-color css
<style>
a { background-color: #4E79BA; }
a { background-color: rgb(78,121,186); }
div.DivClassName
{
background-color: #4E79BA;
}
.BgClassName
{
background-color: #4E79BA;
}
</style>
border-color css
<style>
span { border-color: #4E79BA; }
span { border-color: rgb(78,121,186); }
td.TdClassName
{
border-color: #4E79BA;
}
.TagClassName
{
border-color: #4E79BA;
}
</style>