Shades of Havelock Blue #4788CE
Tints of Havelock Blue #4788CE
RGB
CMYK
RGB Variations
Color information
#4788CE (or 0x4788CE) is known color: Havelock Blue. HEX triplet: 47, 88 and CE. RGB value is (71,136,206). Sum of RGB (Red+Green+Blue) = 71+136+206=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #4788CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788CE is #B87731. Grayscale: #7C7C7C. Windows color (decimal): -12089138 or 13535303. OLE color: 13535303.
HSL color Cylindrical-coordinate representation of color #4788CE: hue angle of 211.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4788CE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 136 | 206 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.19 |
| HSL | 211.11º | 0.58% | 0.54% | - |
| HSV(B) | 211.11º | 0.66% | 0.81% | - |
| XYZ | 22.54 | 23.4 | 61.72 | - |
| YUV | 124.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 206 | 0.66 | 0.34 | 0 | 0.19 | 211.11 | 0.58 | 0.54 |
| Hex | 47 | 88 | CE | 42 | 22 | 0 | 13 | D3 | 3A | 36 |
| Octal | 107 | 210 | 316 | 102 | 42 | 0 | 23 | 323 | 72 | 66 |
| Binary | 1000111 | 10001000 | 11001110 | 1000010 | 100010 | 0 | 10011 | 11010011 | 111010 | 110110 |
Color Harmonies of #4788CE
Complementary color
Monochromatic Colors of #4788CE
Black with #4788CE
Text Example
Text Example
White with #4788CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4788CE; }
p { color: rgb(71,136,206); }
H1.HeaderClassName
{
color: #4788CE;
}
.AnyTagClassName
{
color: #4788CE;
}
</style>
background-color css
<style>
a { background-color: #4788CE; }
a { background-color: rgb(71,136,206); }
div.DivClassName
{
background-color: #4788CE;
}
.BgClassName
{
background-color: #4788CE;
}
</style>
border-color css
<style>
span { border-color: #4788CE; }
span { border-color: rgb(71,136,206); }
td.TdClassName
{
border-color: #4788CE;
}
.TagClassName
{
border-color: #4788CE;
}
</style>