Shades of Havelock Blue #4780CB
Tints of Havelock Blue #4780CB
RGB
CMYK
RGB Variations
Color information
#4780CB (or 0x4780CB) is known color: Havelock Blue. HEX triplet: 47, 80 and CB. RGB value is (71,128,203). Sum of RGB (Red+Green+Blue) = 71+128+203=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #4780CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780CB is #B87F34. Grayscale: #777777. Windows color (decimal): -12091189 or 13336647. OLE color: 13336647.
HSL color Cylindrical-coordinate representation of color #4780CB: hue angle of 214.09º 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 #4780CB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 128 | 203 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.20 |
| HSL | 214.09º | 0.56% | 0.54% | - |
| HSV(B) | 214.09º | 0.65% | 0.8% | - |
| XYZ | 21.1 | 21.09 | 59.46 | - |
| YUV | 119.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 203 | 0.65 | 0.37 | 0 | 0.20 | 214.09 | 0.56 | 0.54 |
| Hex | 47 | 80 | CB | 41 | 25 | 0 | 14 | D6 | 38 | 36 |
| Octal | 107 | 200 | 313 | 101 | 45 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1000111 | 10000000 | 11001011 | 1000001 | 100101 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #4780CB
Complementary color
Monochromatic Colors of #4780CB
Black with #4780CB
Text Example
Text Example
White with #4780CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780CB; }
p { color: rgb(71,128,203); }
H1.HeaderClassName
{
color: #4780CB;
}
.AnyTagClassName
{
color: #4780CB;
}
</style>
background-color css
<style>
a { background-color: #4780CB; }
a { background-color: rgb(71,128,203); }
div.DivClassName
{
background-color: #4780CB;
}
.BgClassName
{
background-color: #4780CB;
}
</style>
border-color css
<style>
span { border-color: #4780CB; }
span { border-color: rgb(71,128,203); }
td.TdClassName
{
border-color: #4780CB;
}
.TagClassName
{
border-color: #4780CB;
}
</style>