Shades of Havelock Blue #4776C5
Tints of Havelock Blue #4776C5
RGB
CMYK
RGB Variations
Color information
#4776C5 (or 0x4776C5) is known color: Havelock Blue. HEX triplet: 47, 76 and C5. RGB value is (71,118,197). Sum of RGB (Red+Green+Blue) = 71+118+197=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #4776C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776C5 is #B8893A. Grayscale: #707070. Windows color (decimal): -12093755 or 12940871. OLE color: 12940871.
HSL color Cylindrical-coordinate representation of color #4776C5: hue angle of 217.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4776C5 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 118 | 197 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.23 |
| HSL | 217.62º | 0.52% | 0.53% | - |
| HSV(B) | 217.62º | 0.64% | 0.77% | - |
| XYZ | 19.16 | 18.33 | 55.35 | - |
| YUV | 112.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 197 | 0.64 | 0.40 | 0 | 0.23 | 217.62 | 0.52 | 0.53 |
| Hex | 47 | 76 | C5 | 40 | 28 | 0 | 17 | DA | 34 | 35 |
| Octal | 107 | 166 | 305 | 100 | 50 | 0 | 27 | 332 | 64 | 65 |
| Binary | 1000111 | 1110110 | 11000101 | 1000000 | 101000 | 0 | 10111 | 11011010 | 110100 | 110101 |
Color Harmonies of #4776C5
Complementary color
Monochromatic Colors of #4776C5
Black with #4776C5
Text Example
Text Example
White with #4776C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4776C5; }
p { color: rgb(71,118,197); }
H1.HeaderClassName
{
color: #4776C5;
}
.AnyTagClassName
{
color: #4776C5;
}
</style>
background-color css
<style>
a { background-color: #4776C5; }
a { background-color: rgb(71,118,197); }
div.DivClassName
{
background-color: #4776C5;
}
.BgClassName
{
background-color: #4776C5;
}
</style>
border-color css
<style>
span { border-color: #4776C5; }
span { border-color: rgb(71,118,197); }
td.TdClassName
{
border-color: #4776C5;
}
.TagClassName
{
border-color: #4776C5;
}
</style>