Shades of Havelock Blue #4989DC
Tints of Havelock Blue #4989DC
RGB
CMYK
RGB Variations
Color information
#4989DC (or 0x4989DC) is known color: Havelock Blue. HEX triplet: 49, 89 and DC. RGB value is (73,137,220). Sum of RGB (Red+Green+Blue) = 73+137+220=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #4989DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989DC is #B67623. Grayscale: #7E7E7E. Windows color (decimal): -11957796 or 14453065. OLE color: 14453065.
HSL color Cylindrical-coordinate representation of color #4989DC: hue angle of 213.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4989DC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 137 | 220 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.14 |
| HSL | 213.88º | 0.68% | 0.57% | - |
| HSV(B) | 213.88º | 0.67% | 0.86% | - |
| XYZ | 24.61 | 24.48 | 71.14 | - |
| YUV | 127.33 | 180.3 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 220 | 0.67 | 0.38 | 0 | 0.14 | 213.88 | 0.68 | 0.57 |
| Hex | 49 | 89 | DC | 43 | 26 | 0 | E | D6 | 44 | 39 |
| Octal | 111 | 211 | 334 | 103 | 46 | 0 | 16 | 326 | 104 | 71 |
| Binary | 1001001 | 10001001 | 11011100 | 1000011 | 100110 | 0 | 1110 | 11010110 | 1000100 | 111001 |
Color Harmonies of #4989DC
Complementary color
Monochromatic Colors of #4989DC
Black with #4989DC
Text Example
Text Example
White with #4989DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4989DC; }
p { color: rgb(73,137,220); }
H1.HeaderClassName
{
color: #4989DC;
}
.AnyTagClassName
{
color: #4989DC;
}
</style>
background-color css
<style>
a { background-color: #4989DC; }
a { background-color: rgb(73,137,220); }
div.DivClassName
{
background-color: #4989DC;
}
.BgClassName
{
background-color: #4989DC;
}
</style>
border-color css
<style>
span { border-color: #4989DC; }
span { border-color: rgb(73,137,220); }
td.TdClassName
{
border-color: #4989DC;
}
.TagClassName
{
border-color: #4989DC;
}
</style>