Shades of Havelock Blue #4787DB
Tints of Havelock Blue #4787DB
RGB
CMYK
RGB Variations
Color information
#4787DB (or 0x4787DB) is known color: Havelock Blue. HEX triplet: 47, 87 and DB. RGB value is (71,135,219). Sum of RGB (Red+Green+Blue) = 71+135+219=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #4787DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4787DB is #B87824. Grayscale: #7D7D7D. Windows color (decimal): -12089381 or 14387015. OLE color: 14387015.
HSL color Cylindrical-coordinate representation of color #4787DB: hue angle of 214.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4787DB is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 135 | 219 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.14 |
| HSL | 214.05º | 0.67% | 0.57% | - |
| HSV(B) | 214.05º | 0.68% | 0.86% | - |
| XYZ | 24.05 | 23.78 | 70.34 | - |
| YUV | 125.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 219 | 0.68 | 0.38 | 0 | 0.14 | 214.05 | 0.67 | 0.57 |
| Hex | 47 | 87 | DB | 44 | 26 | 0 | E | D6 | 43 | 39 |
| Octal | 107 | 207 | 333 | 104 | 46 | 0 | 16 | 326 | 103 | 71 |
| Binary | 1000111 | 10000111 | 11011011 | 1000100 | 100110 | 0 | 1110 | 11010110 | 1000011 | 111001 |
Color Harmonies of #4787DB
Complementary color
Monochromatic Colors of #4787DB
Black with #4787DB
Text Example
Text Example
White with #4787DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4787DB; }
p { color: rgb(71,135,219); }
H1.HeaderClassName
{
color: #4787DB;
}
.AnyTagClassName
{
color: #4787DB;
}
</style>
background-color css
<style>
a { background-color: #4787DB; }
a { background-color: rgb(71,135,219); }
div.DivClassName
{
background-color: #4787DB;
}
.BgClassName
{
background-color: #4787DB;
}
</style>
border-color css
<style>
span { border-color: #4787DB; }
span { border-color: rgb(71,135,219); }
td.TdClassName
{
border-color: #4787DB;
}
.TagClassName
{
border-color: #4787DB;
}
</style>