Shades of Havelock Blue #4E85BE
Tints of Havelock Blue #4E85BE
RGB
CMYK
RGB Variations
Color information
#4E85BE (or 0x4E85BE) is known color: Havelock Blue. HEX triplet: 4E, 85 and BE. RGB value is (78,133,190). Sum of RGB (Red+Green+Blue) = 78+133+190=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85BE is #B17A41. Grayscale: #7A7A7A. Windows color (decimal): -11631170 or 12485966. OLE color: 12485966.
HSL color Cylindrical-coordinate representation of color #4E85BE: hue angle of 210.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E85BE is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 133 | 190 | - |
| CMYK | 0.59 | 0.3 | 0 | 0.25 |
| HSL | 210.54º | 0.46% | 0.53% | - |
| HSV(B) | 210.54º | 0.59% | 0.75% | - |
| XYZ | 20.82 | 22.11 | 51.89 | - |
| YUV | 123.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 190 | 0.59 | 0.3 | 0 | 0.25 | 210.54 | 0.46 | 0.53 |
| Hex | 4E | 85 | BE | 3B | 1E | 0 | 19 | D3 | 2E | 35 |
| Octal | 116 | 205 | 276 | 73 | 36 | 0 | 31 | 323 | 56 | 65 |
| Binary | 1001110 | 10000101 | 10111110 | 111011 | 11110 | 0 | 11001 | 11010011 | 101110 | 110101 |
Color Harmonies of #4E85BE
Complementary color
Monochromatic Colors of #4E85BE
Black with #4E85BE
Text Example
Text Example
White with #4E85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E85BE; }
p { color: rgb(78,133,190); }
H1.HeaderClassName
{
color: #4E85BE;
}
.AnyTagClassName
{
color: #4E85BE;
}
</style>
background-color css
<style>
a { background-color: #4E85BE; }
a { background-color: rgb(78,133,190); }
div.DivClassName
{
background-color: #4E85BE;
}
.BgClassName
{
background-color: #4E85BE;
}
</style>
border-color css
<style>
span { border-color: #4E85BE; }
span { border-color: rgb(78,133,190); }
td.TdClassName
{
border-color: #4E85BE;
}
.TagClassName
{
border-color: #4E85BE;
}
</style>