Shades of Havelock Blue #4E89CD
Tints of Havelock Blue #4E89CD
RGB
CMYK
RGB Variations
Color information
#4E89CD (or 0x4E89CD) is known color: Havelock Blue. HEX triplet: 4E, 89 and CD. RGB value is (78,137,205). Sum of RGB (Red+Green+Blue) = 78+137+205=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E89CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E89CD is #B17632. Grayscale: #7E7E7E. Windows color (decimal): -11630131 or 13470030. OLE color: 13470030.
HSL color Cylindrical-coordinate representation of color #4E89CD: hue angle of 212.13º 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 #4E89CD is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 137 | 205 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.20 |
| HSL | 212.13º | 0.56% | 0.55% | - |
| HSV(B) | 212.13º | 0.62% | 0.8% | - |
| XYZ | 23.11 | 23.92 | 61.16 | - |
| YUV | 127.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 137 | 205 | 0.62 | 0.33 | 0 | 0.20 | 212.13 | 0.56 | 0.55 |
| Hex | 4E | 89 | CD | 3E | 21 | 0 | 14 | D4 | 38 | 37 |
| Octal | 116 | 211 | 315 | 76 | 41 | 0 | 24 | 324 | 70 | 67 |
| Binary | 1001110 | 10001001 | 11001101 | 111110 | 100001 | 0 | 10100 | 11010100 | 111000 | 110111 |
Color Harmonies of #4E89CD
Complementary color
Monochromatic Colors of #4E89CD
Black with #4E89CD
Text Example
Text Example
White with #4E89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E89CD; }
p { color: rgb(78,137,205); }
H1.HeaderClassName
{
color: #4E89CD;
}
.AnyTagClassName
{
color: #4E89CD;
}
</style>
background-color css
<style>
a { background-color: #4E89CD; }
a { background-color: rgb(78,137,205); }
div.DivClassName
{
background-color: #4E89CD;
}
.BgClassName
{
background-color: #4E89CD;
}
</style>
border-color css
<style>
span { border-color: #4E89CD; }
span { border-color: rgb(78,137,205); }
td.TdClassName
{
border-color: #4E89CD;
}
.TagClassName
{
border-color: #4E89CD;
}
</style>