Shades of Havelock Blue #4A89DB
Tints of Havelock Blue #4A89DB
RGB
CMYK
RGB Variations
Color information
#4A89DB (or 0x4A89DB) is known color: Havelock Blue. HEX triplet: 4A, 89 and DB. RGB value is (74,137,219). Sum of RGB (Red+Green+Blue) = 74+137+219=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A89DB is #B57624. Grayscale: #7F7F7F. Windows color (decimal): -11892261 or 14387530. OLE color: 14387530.
HSL color Cylindrical-coordinate representation of color #4A89DB: hue angle of 213.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A89DB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 137 | 219 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.14 |
| HSL | 213.93º | 0.67% | 0.57% | - |
| HSV(B) | 213.93º | 0.66% | 0.86% | - |
| XYZ | 24.56 | 24.46 | 70.45 | - |
| YUV | 127.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 219 | 0.66 | 0.37 | 0 | 0.14 | 213.93 | 0.67 | 0.57 |
| Hex | 4A | 89 | DB | 42 | 25 | 0 | E | D6 | 43 | 39 |
| Octal | 112 | 211 | 333 | 102 | 45 | 0 | 16 | 326 | 103 | 71 |
| Binary | 1001010 | 10001001 | 11011011 | 1000010 | 100101 | 0 | 1110 | 11010110 | 1000011 | 111001 |
Color Harmonies of #4A89DB
Complementary color
Monochromatic Colors of #4A89DB
Black with #4A89DB
Text Example
Text Example
White with #4A89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A89DB; }
p { color: rgb(74,137,219); }
H1.HeaderClassName
{
color: #4A89DB;
}
.AnyTagClassName
{
color: #4A89DB;
}
</style>
background-color css
<style>
a { background-color: #4A89DB; }
a { background-color: rgb(74,137,219); }
div.DivClassName
{
background-color: #4A89DB;
}
.BgClassName
{
background-color: #4A89DB;
}
</style>
border-color css
<style>
span { border-color: #4A89DB; }
span { border-color: rgb(74,137,219); }
td.TdClassName
{
border-color: #4A89DB;
}
.TagClassName
{
border-color: #4A89DB;
}
</style>