Shades of Havelock Blue #4E81CD
Tints of Havelock Blue #4E81CD
RGB
CMYK
RGB Variations
Color information
#4E81CD (or 0x4E81CD) is known color: Havelock Blue. HEX triplet: 4E, 81 and CD. RGB value is (78,129,205). Sum of RGB (Red+Green+Blue) = 78+129+205=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E81CD is #B17E32. Grayscale: #7A7A7A. Windows color (decimal): -11632179 or 13467982. OLE color: 13467982.
HSL color Cylindrical-coordinate representation of color #4E81CD: hue angle of 215.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E81CD is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 129 | 205 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.20 |
| HSL | 215.91º | 0.56% | 0.55% | - |
| HSV(B) | 215.91º | 0.62% | 0.8% | - |
| XYZ | 22.01 | 21.73 | 60.79 | - |
| YUV | 122.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 129 | 205 | 0.62 | 0.37 | 0 | 0.20 | 215.91 | 0.56 | 0.55 |
| Hex | 4E | 81 | CD | 3E | 25 | 0 | 14 | D8 | 38 | 37 |
| Octal | 116 | 201 | 315 | 76 | 45 | 0 | 24 | 330 | 70 | 67 |
| Binary | 1001110 | 10000001 | 11001101 | 111110 | 100101 | 0 | 10100 | 11011000 | 111000 | 110111 |
Color Harmonies of #4E81CD
Complementary color
Monochromatic Colors of #4E81CD
Black with #4E81CD
Text Example
Text Example
White with #4E81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E81CD; }
p { color: rgb(78,129,205); }
H1.HeaderClassName
{
color: #4E81CD;
}
.AnyTagClassName
{
color: #4E81CD;
}
</style>
background-color css
<style>
a { background-color: #4E81CD; }
a { background-color: rgb(78,129,205); }
div.DivClassName
{
background-color: #4E81CD;
}
.BgClassName
{
background-color: #4E81CD;
}
</style>
border-color css
<style>
span { border-color: #4E81CD; }
span { border-color: rgb(78,129,205); }
td.TdClassName
{
border-color: #4E81CD;
}
.TagClassName
{
border-color: #4E81CD;
}
</style>