Shades of Havelock Blue #4589DC
Tints of Havelock Blue #4589DC
RGB
CMYK
RGB Variations
Color information
#4589DC (or 0x4589DC) is known color: Havelock Blue. HEX triplet: 45, 89 and DC. RGB value is (69,137,220). Sum of RGB (Red+Green+Blue) = 69+137+220=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #4589DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4589DC is #BA7623. Grayscale: #7D7D7D. Windows color (decimal): -12219940 or 14453061. OLE color: 14453061.
HSL color Cylindrical-coordinate representation of color #4589DC: hue angle of 212.98º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4589DC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 137 | 220 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.14 |
| HSL | 212.98º | 0.68% | 0.57% | - |
| HSV(B) | 212.98º | 0.69% | 0.86% | - |
| XYZ | 24.32 | 24.32 | 71.12 | - |
| YUV | 126.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 220 | 0.69 | 0.38 | 0 | 0.14 | 212.98 | 0.68 | 0.57 |
| Hex | 45 | 89 | DC | 45 | 26 | 0 | E | D5 | 44 | 39 |
| Octal | 105 | 211 | 334 | 105 | 46 | 0 | 16 | 325 | 104 | 71 |
| Binary | 1000101 | 10001001 | 11011100 | 1000101 | 100110 | 0 | 1110 | 11010101 | 1000100 | 111001 |
Color Harmonies of #4589DC
Complementary color
Monochromatic Colors of #4589DC
Black with #4589DC
Text Example
Text Example
White with #4589DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4589DC; }
p { color: rgb(69,137,220); }
H1.HeaderClassName
{
color: #4589DC;
}
.AnyTagClassName
{
color: #4589DC;
}
</style>
background-color css
<style>
a { background-color: #4589DC; }
a { background-color: rgb(69,137,220); }
div.DivClassName
{
background-color: #4589DC;
}
.BgClassName
{
background-color: #4589DC;
}
</style>
border-color css
<style>
span { border-color: #4589DC; }
span { border-color: rgb(69,137,220); }
td.TdClassName
{
border-color: #4589DC;
}
.TagClassName
{
border-color: #4589DC;
}
</style>