Shades of Havelock Blue #4E85DE
Tints of Havelock Blue #4E85DE
RGB
CMYK
RGB Variations
Color information
#4E85DE (or 0x4E85DE) is known color: Havelock Blue. HEX triplet: 4E, 85 and DE. RGB value is (78,133,222). Sum of RGB (Red+Green+Blue) = 78+133+222=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E85DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85DE is #B17A21. Grayscale: #7E7E7E. Windows color (decimal): -11631138 or 14583118. OLE color: 14583118.
HSL color Cylindrical-coordinate representation of color #4E85DE: hue angle of 217.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E85DE is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 133 | 222 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.13 |
| HSL | 217.08º | 0.69% | 0.59% | - |
| HSV(B) | 217.08º | 0.65% | 0.87% | - |
| XYZ | 24.71 | 23.67 | 72.37 | - |
| YUV | 126.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 222 | 0.65 | 0.40 | 0 | 0.13 | 217.08 | 0.69 | 0.59 |
| Hex | 4E | 85 | DE | 41 | 28 | 0 | D | D9 | 45 | 3B |
| Octal | 116 | 205 | 336 | 101 | 50 | 0 | 15 | 331 | 105 | 73 |
| Binary | 1001110 | 10000101 | 11011110 | 1000001 | 101000 | 0 | 1101 | 11011001 | 1000101 | 111011 |
Color Harmonies of #4E85DE
Complementary color
Monochromatic Colors of #4E85DE
Black with #4E85DE
Text Example
Text Example
White with #4E85DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E85DE; }
p { color: rgb(78,133,222); }
H1.HeaderClassName
{
color: #4E85DE;
}
.AnyTagClassName
{
color: #4E85DE;
}
</style>
background-color css
<style>
a { background-color: #4E85DE; }
a { background-color: rgb(78,133,222); }
div.DivClassName
{
background-color: #4E85DE;
}
.BgClassName
{
background-color: #4E85DE;
}
</style>
border-color css
<style>
span { border-color: #4E85DE; }
span { border-color: rgb(78,133,222); }
td.TdClassName
{
border-color: #4E85DE;
}
.TagClassName
{
border-color: #4E85DE;
}
</style>