Shades of Havelock Blue #4788DF
Tints of Havelock Blue #4788DF
RGB
CMYK
RGB Variations
Color information
#4788DF (or 0x4788DF) is known color: Havelock Blue. HEX triplet: 47, 88 and DF. RGB value is (71,136,223). Sum of RGB (Red+Green+Blue) = 71+136+223=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #4788DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788DF is #B87720. Grayscale: #7E7E7E. Windows color (decimal): -12089121 or 14649415. OLE color: 14649415.
HSL color Cylindrical-coordinate representation of color #4788DF: hue angle of 214.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4788DF is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 136 | 223 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.13 |
| HSL | 214.34º | 0.7% | 0.58% | - |
| HSV(B) | 214.34º | 0.68% | 0.87% | - |
| XYZ | 24.72 | 24.28 | 73.19 | - |
| YUV | 126.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 223 | 0.68 | 0.39 | 0 | 0.13 | 214.34 | 0.7 | 0.58 |
| Hex | 47 | 88 | DF | 44 | 27 | 0 | D | D6 | 46 | 3A |
| Octal | 107 | 210 | 337 | 104 | 47 | 0 | 15 | 326 | 106 | 72 |
| Binary | 1000111 | 10001000 | 11011111 | 1000100 | 100111 | 0 | 1101 | 11010110 | 1000110 | 111010 |
Color Harmonies of #4788DF
Complementary color
Monochromatic Colors of #4788DF
Black with #4788DF
Text Example
Text Example
White with #4788DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4788DF; }
p { color: rgb(71,136,223); }
H1.HeaderClassName
{
color: #4788DF;
}
.AnyTagClassName
{
color: #4788DF;
}
</style>
background-color css
<style>
a { background-color: #4788DF; }
a { background-color: rgb(71,136,223); }
div.DivClassName
{
background-color: #4788DF;
}
.BgClassName
{
background-color: #4788DF;
}
</style>
border-color css
<style>
span { border-color: #4788DF; }
span { border-color: rgb(71,136,223); }
td.TdClassName
{
border-color: #4788DF;
}
.TagClassName
{
border-color: #4788DF;
}
</style>