Shades of Havelock Blue #4788CB
Tints of Havelock Blue #4788CB
RGB
CMYK
RGB Variations
Color information
#4788CB (or 0x4788CB) is known color: Havelock Blue. HEX triplet: 47, 88 and CB. RGB value is (71,136,203). Sum of RGB (Red+Green+Blue) = 71+136+203=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #4788CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788CB is #B87734. Grayscale: #7B7B7B. Windows color (decimal): -12089141 or 13338695. OLE color: 13338695.
HSL color Cylindrical-coordinate representation of color #4788CB: hue angle of 210.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4788CB is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 136 | 203 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.20 |
| HSL | 210.45º | 0.56% | 0.54% | - |
| HSV(B) | 210.45º | 0.65% | 0.8% | - |
| XYZ | 22.18 | 23.26 | 59.82 | - |
| YUV | 124.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 203 | 0.65 | 0.33 | 0 | 0.20 | 210.45 | 0.56 | 0.54 |
| Hex | 47 | 88 | CB | 41 | 21 | 0 | 14 | D2 | 38 | 36 |
| Octal | 107 | 210 | 313 | 101 | 41 | 0 | 24 | 322 | 70 | 66 |
| Binary | 1000111 | 10001000 | 11001011 | 1000001 | 100001 | 0 | 10100 | 11010010 | 111000 | 110110 |
Color Harmonies of #4788CB
Complementary color
Monochromatic Colors of #4788CB
Black with #4788CB
Text Example
Text Example
White with #4788CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4788CB; }
p { color: rgb(71,136,203); }
H1.HeaderClassName
{
color: #4788CB;
}
.AnyTagClassName
{
color: #4788CB;
}
</style>
background-color css
<style>
a { background-color: #4788CB; }
a { background-color: rgb(71,136,203); }
div.DivClassName
{
background-color: #4788CB;
}
.BgClassName
{
background-color: #4788CB;
}
</style>
border-color css
<style>
span { border-color: #4788CB; }
span { border-color: rgb(71,136,203); }
td.TdClassName
{
border-color: #4788CB;
}
.TagClassName
{
border-color: #4788CB;
}
</style>