Shades of Havelock Blue #4E82BD
Tints of Havelock Blue #4E82BD
RGB
CMYK
RGB Variations
Color information
#4E82BD (or 0x4E82BD) is known color: Havelock Blue. HEX triplet: 4E, 82 and BD. RGB value is (78,130,189). Sum of RGB (Red+Green+Blue) = 78+130+189=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E82BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E82BD is #B17D42. Grayscale: #787878. Windows color (decimal): -11631939 or 12419662. OLE color: 12419662.
HSL color Cylindrical-coordinate representation of color #4E82BD: hue angle of 211.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E82BD is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 130 | 189 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.26 |
| HSL | 211.89º | 0.46% | 0.52% | - |
| HSV(B) | 211.89º | 0.59% | 0.74% | - |
| XYZ | 20.31 | 21.26 | 51.18 | - |
| YUV | 121.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 130 | 189 | 0.59 | 0.31 | 0 | 0.26 | 211.89 | 0.46 | 0.52 |
| Hex | 4E | 82 | BD | 3B | 1F | 0 | 1A | D4 | 2E | 34 |
| Octal | 116 | 202 | 275 | 73 | 37 | 0 | 32 | 324 | 56 | 64 |
| Binary | 1001110 | 10000010 | 10111101 | 111011 | 11111 | 0 | 11010 | 11010100 | 101110 | 110100 |
Color Harmonies of #4E82BD
Complementary color
Monochromatic Colors of #4E82BD
Black with #4E82BD
Text Example
Text Example
White with #4E82BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E82BD; }
p { color: rgb(78,130,189); }
H1.HeaderClassName
{
color: #4E82BD;
}
.AnyTagClassName
{
color: #4E82BD;
}
</style>
background-color css
<style>
a { background-color: #4E82BD; }
a { background-color: rgb(78,130,189); }
div.DivClassName
{
background-color: #4E82BD;
}
.BgClassName
{
background-color: #4E82BD;
}
</style>
border-color css
<style>
span { border-color: #4E82BD; }
span { border-color: rgb(78,130,189); }
td.TdClassName
{
border-color: #4E82BD;
}
.TagClassName
{
border-color: #4E82BD;
}
</style>