Shades of Havelock Blue #4788DC
Tints of Havelock Blue #4788DC
RGB
CMYK
RGB Variations
Color information
#4788DC (or 0x4788DC) is known color: Havelock Blue. HEX triplet: 47, 88 and DC. RGB value is (71,136,220). Sum of RGB (Red+Green+Blue) = 71+136+220=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #4788DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788DC is #B87723. Grayscale: #7D7D7D. Windows color (decimal): -12089124 or 14452807. OLE color: 14452807.
HSL color Cylindrical-coordinate representation of color #4788DC: hue angle of 213.83º degrees, saturation: 0.68, 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 #4788DC is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 136 | 220 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.14 |
| HSL | 213.83º | 0.68% | 0.57% | - |
| HSV(B) | 213.83º | 0.68% | 0.86% | - |
| XYZ | 24.32 | 24.12 | 71.08 | - |
| YUV | 126.14 | 180.97 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 220 | 0.68 | 0.38 | 0 | 0.14 | 213.83 | 0.68 | 0.57 |
| Hex | 47 | 88 | DC | 44 | 26 | 0 | E | D6 | 44 | 39 |
| Octal | 107 | 210 | 334 | 104 | 46 | 0 | 16 | 326 | 104 | 71 |
| Binary | 1000111 | 10001000 | 11011100 | 1000100 | 100110 | 0 | 1110 | 11010110 | 1000100 | 111001 |
Color Harmonies of #4788DC
Complementary color
Monochromatic Colors of #4788DC
Black with #4788DC
Text Example
Text Example
White with #4788DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4788DC; }
p { color: rgb(71,136,220); }
H1.HeaderClassName
{
color: #4788DC;
}
.AnyTagClassName
{
color: #4788DC;
}
</style>
background-color css
<style>
a { background-color: #4788DC; }
a { background-color: rgb(71,136,220); }
div.DivClassName
{
background-color: #4788DC;
}
.BgClassName
{
background-color: #4788DC;
}
</style>
border-color css
<style>
span { border-color: #4788DC; }
span { border-color: rgb(71,136,220); }
td.TdClassName
{
border-color: #4788DC;
}
.TagClassName
{
border-color: #4788DC;
}
</style>