Shades of Havelock Blue #4B89DB
Tints of Havelock Blue #4B89DB
RGB
CMYK
RGB Variations
Color information
#4B89DB (or 0x4B89DB) is known color: Havelock Blue. HEX triplet: 4B, 89 and DB. RGB value is (75,137,219). Sum of RGB (Red+Green+Blue) = 75+137+219=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B89DB is #B47624. Grayscale: #7F7F7F. Windows color (decimal): -11826725 or 14387531. OLE color: 14387531.
HSL color Cylindrical-coordinate representation of color #4B89DB: hue angle of 214.17º degrees, saturation: 0.67, 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 #4B89DB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 137 | 219 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.14 |
| HSL | 214.17º | 0.67% | 0.58% | - |
| HSV(B) | 214.17º | 0.66% | 0.86% | - |
| XYZ | 24.63 | 24.5 | 70.45 | - |
| YUV | 127.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 219 | 0.66 | 0.37 | 0 | 0.14 | 214.17 | 0.67 | 0.58 |
| Hex | 4B | 89 | DB | 42 | 25 | 0 | E | D6 | 43 | 3A |
| Octal | 113 | 211 | 333 | 102 | 45 | 0 | 16 | 326 | 103 | 72 |
| Binary | 1001011 | 10001001 | 11011011 | 1000010 | 100101 | 0 | 1110 | 11010110 | 1000011 | 111010 |
Color Harmonies of #4B89DB
Complementary color
Monochromatic Colors of #4B89DB
Black with #4B89DB
Text Example
Text Example
White with #4B89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B89DB; }
p { color: rgb(75,137,219); }
H1.HeaderClassName
{
color: #4B89DB;
}
.AnyTagClassName
{
color: #4B89DB;
}
</style>
background-color css
<style>
a { background-color: #4B89DB; }
a { background-color: rgb(75,137,219); }
div.DivClassName
{
background-color: #4B89DB;
}
.BgClassName
{
background-color: #4B89DB;
}
</style>
border-color css
<style>
span { border-color: #4B89DB; }
span { border-color: rgb(75,137,219); }
td.TdClassName
{
border-color: #4B89DB;
}
.TagClassName
{
border-color: #4B89DB;
}
</style>