Shades of Havelock Blue #4784CB
Tints of Havelock Blue #4784CB
RGB
CMYK
RGB Variations
Color information
#4784CB (or 0x4784CB) is known color: Havelock Blue. HEX triplet: 47, 84 and CB. RGB value is (71,132,203). Sum of RGB (Red+Green+Blue) = 71+132+203=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4784CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4784CB is #B87B34. Grayscale: #797979. Windows color (decimal): -12090165 or 13337671. OLE color: 13337671.
HSL color Cylindrical-coordinate representation of color #4784CB: hue angle of 212.27º 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 #4784CB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 132 | 203 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.20 |
| HSL | 212.27º | 0.56% | 0.54% | - |
| HSV(B) | 212.27º | 0.65% | 0.8% | - |
| XYZ | 21.63 | 22.15 | 59.64 | - |
| YUV | 121.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 132 | 203 | 0.65 | 0.35 | 0 | 0.20 | 212.27 | 0.56 | 0.54 |
| Hex | 47 | 84 | CB | 41 | 23 | 0 | 14 | D4 | 38 | 36 |
| Octal | 107 | 204 | 313 | 101 | 43 | 0 | 24 | 324 | 70 | 66 |
| Binary | 1000111 | 10000100 | 11001011 | 1000001 | 100011 | 0 | 10100 | 11010100 | 111000 | 110110 |
Color Harmonies of #4784CB
Complementary color
Monochromatic Colors of #4784CB
Black with #4784CB
Text Example
Text Example
White with #4784CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4784CB; }
p { color: rgb(71,132,203); }
H1.HeaderClassName
{
color: #4784CB;
}
.AnyTagClassName
{
color: #4784CB;
}
</style>
background-color css
<style>
a { background-color: #4784CB; }
a { background-color: rgb(71,132,203); }
div.DivClassName
{
background-color: #4784CB;
}
.BgClassName
{
background-color: #4784CB;
}
</style>
border-color css
<style>
span { border-color: #4784CB; }
span { border-color: rgb(71,132,203); }
td.TdClassName
{
border-color: #4784CB;
}
.TagClassName
{
border-color: #4784CB;
}
</style>