Shades of Havelock Blue #4780C6
Tints of Havelock Blue #4780C6
RGB
CMYK
RGB Variations
Color information
#4780C6 (or 0x4780C6) is known color: Havelock Blue. HEX triplet: 47, 80 and C6. RGB value is (71,128,198). Sum of RGB (Red+Green+Blue) = 71+128+198=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #4780C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780C6 is #B87F39. Grayscale: #767676. Windows color (decimal): -12091194 or 13008967. OLE color: 13008967.
HSL color Cylindrical-coordinate representation of color #4780C6: hue angle of 213.07º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4780C6 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 128 | 198 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.22 |
| HSL | 213.07º | 0.53% | 0.53% | - |
| HSV(B) | 213.07º | 0.64% | 0.78% | - |
| XYZ | 20.51 | 20.86 | 56.37 | - |
| YUV | 118.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 198 | 0.64 | 0.35 | 0 | 0.22 | 213.07 | 0.53 | 0.53 |
| Hex | 47 | 80 | C6 | 40 | 23 | 0 | 16 | D5 | 35 | 35 |
| Octal | 107 | 200 | 306 | 100 | 43 | 0 | 26 | 325 | 65 | 65 |
| Binary | 1000111 | 10000000 | 11000110 | 1000000 | 100011 | 0 | 10110 | 11010101 | 110101 | 110101 |
Color Harmonies of #4780C6
Complementary color
Monochromatic Colors of #4780C6
Black with #4780C6
Text Example
Text Example
White with #4780C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780C6; }
p { color: rgb(71,128,198); }
H1.HeaderClassName
{
color: #4780C6;
}
.AnyTagClassName
{
color: #4780C6;
}
</style>
background-color css
<style>
a { background-color: #4780C6; }
a { background-color: rgb(71,128,198); }
div.DivClassName
{
background-color: #4780C6;
}
.BgClassName
{
background-color: #4780C6;
}
</style>
border-color css
<style>
span { border-color: #4780C6; }
span { border-color: rgb(71,128,198); }
td.TdClassName
{
border-color: #4780C6;
}
.TagClassName
{
border-color: #4780C6;
}
</style>