Shades of Havelock Blue #4889DB
Tints of Havelock Blue #4889DB
RGB
CMYK
RGB Variations
Color information
#4889DB (or 0x4889DB) is known color: Havelock Blue. HEX triplet: 48, 89 and DB. RGB value is (72,137,219). Sum of RGB (Red+Green+Blue) = 72+137+219=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #4889DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4889DB is #B77624. Grayscale: #7E7E7E. Windows color (decimal): -12023333 or 14387528. OLE color: 14387528.
HSL color Cylindrical-coordinate representation of color #4889DB: hue angle of 213.47º degrees, saturation: 0.67, 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 #4889DB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 137 | 219 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.14 |
| HSL | 213.47º | 0.67% | 0.57% | - |
| HSV(B) | 213.47º | 0.67% | 0.86% | - |
| XYZ | 24.4 | 24.38 | 70.44 | - |
| YUV | 126.91 | 179.97 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 219 | 0.67 | 0.37 | 0 | 0.14 | 213.47 | 0.67 | 0.57 |
| Hex | 48 | 89 | DB | 43 | 25 | 0 | E | D5 | 43 | 39 |
| Octal | 110 | 211 | 333 | 103 | 45 | 0 | 16 | 325 | 103 | 71 |
| Binary | 1001000 | 10001001 | 11011011 | 1000011 | 100101 | 0 | 1110 | 11010101 | 1000011 | 111001 |
Color Harmonies of #4889DB
Complementary color
Monochromatic Colors of #4889DB
Black with #4889DB
Text Example
Text Example
White with #4889DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4889DB; }
p { color: rgb(72,137,219); }
H1.HeaderClassName
{
color: #4889DB;
}
.AnyTagClassName
{
color: #4889DB;
}
</style>
background-color css
<style>
a { background-color: #4889DB; }
a { background-color: rgb(72,137,219); }
div.DivClassName
{
background-color: #4889DB;
}
.BgClassName
{
background-color: #4889DB;
}
</style>
border-color css
<style>
span { border-color: #4889DB; }
span { border-color: rgb(72,137,219); }
td.TdClassName
{
border-color: #4889DB;
}
.TagClassName
{
border-color: #4889DB;
}
</style>