Shades of Havelock Blue #4778C3
Tints of Havelock Blue #4778C3
RGB
CMYK
RGB Variations
Color information
#4778C3 (or 0x4778C3) is known color: Havelock Blue. HEX triplet: 47, 78 and C3. RGB value is (71,120,195). Sum of RGB (Red+Green+Blue) = 71+120+195=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #4778C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4778C3 is #B8873C. Grayscale: #717171. Windows color (decimal): -12093245 or 12810311. OLE color: 12810311.
HSL color Cylindrical-coordinate representation of color #4778C3: hue angle of 216.29º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4778C3 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 120 | 195 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.24 |
| HSL | 216.29º | 0.51% | 0.52% | - |
| HSV(B) | 216.29º | 0.64% | 0.76% | - |
| XYZ | 19.17 | 18.71 | 54.23 | - |
| YUV | 113.9 | 173.77 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 195 | 0.64 | 0.38 | 0 | 0.24 | 216.29 | 0.51 | 0.52 |
| Hex | 47 | 78 | C3 | 40 | 26 | 0 | 18 | D8 | 33 | 34 |
| Octal | 107 | 170 | 303 | 100 | 46 | 0 | 30 | 330 | 63 | 64 |
| Binary | 1000111 | 1111000 | 11000011 | 1000000 | 100110 | 0 | 11000 | 11011000 | 110011 | 110100 |
Color Harmonies of #4778C3
Complementary color
Monochromatic Colors of #4778C3
Black with #4778C3
Text Example
Text Example
White with #4778C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4778C3; }
p { color: rgb(71,120,195); }
H1.HeaderClassName
{
color: #4778C3;
}
.AnyTagClassName
{
color: #4778C3;
}
</style>
background-color css
<style>
a { background-color: #4778C3; }
a { background-color: rgb(71,120,195); }
div.DivClassName
{
background-color: #4778C3;
}
.BgClassName
{
background-color: #4778C3;
}
</style>
border-color css
<style>
span { border-color: #4778C3; }
span { border-color: rgb(71,120,195); }
td.TdClassName
{
border-color: #4778C3;
}
.TagClassName
{
border-color: #4778C3;
}
</style>