Shades of Havelock Blue #4B88DB
Tints of Havelock Blue #4B88DB
RGB
CMYK
RGB Variations
Color information
#4B88DB (or 0x4B88DB) is known color: Havelock Blue. HEX triplet: 4B, 88 and DB. RGB value is (75,136,219). Sum of RGB (Red+Green+Blue) = 75+136+219=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 136 (53.52% from 255 or 31.63% 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 #4B88DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B88DB is #B47724. Grayscale: #7E7E7E. Windows color (decimal): -11826981 or 14387275. OLE color: 14387275.
HSL color Cylindrical-coordinate representation of color #4B88DB: hue angle of 214.58º 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 #4B88DB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 136 | 219 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.14 |
| HSL | 214.58º | 0.67% | 0.58% | - |
| HSV(B) | 214.58º | 0.66% | 0.86% | - |
| XYZ | 24.49 | 24.22 | 70.4 | - |
| YUV | 127.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 219 | 0.66 | 0.38 | 0 | 0.14 | 214.58 | 0.67 | 0.58 |
| Hex | 4B | 88 | DB | 42 | 26 | 0 | E | D7 | 43 | 3A |
| Octal | 113 | 210 | 333 | 102 | 46 | 0 | 16 | 327 | 103 | 72 |
| Binary | 1001011 | 10001000 | 11011011 | 1000010 | 100110 | 0 | 1110 | 11010111 | 1000011 | 111010 |
Color Harmonies of #4B88DB
Complementary color
Monochromatic Colors of #4B88DB
Black with #4B88DB
Text Example
Text Example
White with #4B88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B88DB; }
p { color: rgb(75,136,219); }
H1.HeaderClassName
{
color: #4B88DB;
}
.AnyTagClassName
{
color: #4B88DB;
}
</style>
background-color css
<style>
a { background-color: #4B88DB; }
a { background-color: rgb(75,136,219); }
div.DivClassName
{
background-color: #4B88DB;
}
.BgClassName
{
background-color: #4B88DB;
}
</style>
border-color css
<style>
span { border-color: #4B88DB; }
span { border-color: rgb(75,136,219); }
td.TdClassName
{
border-color: #4B88DB;
}
.TagClassName
{
border-color: #4B88DB;
}
</style>