Shades of Havelock Blue #4A89DC
Tints of Havelock Blue #4A89DC
RGB
CMYK
RGB Variations
Color information
#4A89DC (or 0x4A89DC) is known color: Havelock Blue. HEX triplet: 4A, 89 and DC. RGB value is (74,137,220). Sum of RGB (Red+Green+Blue) = 74+137+220=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A89DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A89DC is #B57623. Grayscale: #7F7F7F. Windows color (decimal): -11892260 or 14453066. OLE color: 14453066.
HSL color Cylindrical-coordinate representation of color #4A89DC: hue angle of 214.11º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A89DC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 137 | 220 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.14 |
| HSL | 214.11º | 0.68% | 0.58% | - |
| HSV(B) | 214.11º | 0.66% | 0.86% | - |
| XYZ | 24.69 | 24.51 | 71.14 | - |
| YUV | 127.63 | 180.13 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 220 | 0.66 | 0.38 | 0 | 0.14 | 214.11 | 0.68 | 0.58 |
| Hex | 4A | 89 | DC | 42 | 26 | 0 | E | D6 | 44 | 3A |
| Octal | 112 | 211 | 334 | 102 | 46 | 0 | 16 | 326 | 104 | 72 |
| Binary | 1001010 | 10001001 | 11011100 | 1000010 | 100110 | 0 | 1110 | 11010110 | 1000100 | 111010 |
Color Harmonies of #4A89DC
Complementary color
Monochromatic Colors of #4A89DC
Black with #4A89DC
Text Example
Text Example
White with #4A89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A89DC; }
p { color: rgb(74,137,220); }
H1.HeaderClassName
{
color: #4A89DC;
}
.AnyTagClassName
{
color: #4A89DC;
}
</style>
background-color css
<style>
a { background-color: #4A89DC; }
a { background-color: rgb(74,137,220); }
div.DivClassName
{
background-color: #4A89DC;
}
.BgClassName
{
background-color: #4A89DC;
}
</style>
border-color css
<style>
span { border-color: #4A89DC; }
span { border-color: rgb(74,137,220); }
td.TdClassName
{
border-color: #4A89DC;
}
.TagClassName
{
border-color: #4A89DC;
}
</style>