Shades of Havelock Blue #4773C3
Tints of Havelock Blue #4773C3
RGB
CMYK
RGB Variations
Color information
#4773C3 (or 0x4773C3) is known color: Havelock Blue. HEX triplet: 47, 73 and C3. RGB value is (71,115,195). Sum of RGB (Red+Green+Blue) = 71+115+195=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #4773C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4773C3 is #B88C3C. Grayscale: #6E6E6E. Windows color (decimal): -12094525 or 12809031. OLE color: 12809031.
HSL color Cylindrical-coordinate representation of color #4773C3: hue angle of 218.71º 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 #4773C3 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 115 | 195 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.24 |
| HSL | 218.71º | 0.51% | 0.52% | - |
| HSV(B) | 218.71º | 0.64% | 0.76% | - |
| XYZ | 18.58 | 17.54 | 54.04 | - |
| YUV | 110.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 195 | 0.64 | 0.41 | 0 | 0.24 | 218.71 | 0.51 | 0.52 |
| Hex | 47 | 73 | C3 | 40 | 29 | 0 | 18 | DB | 33 | 34 |
| Octal | 107 | 163 | 303 | 100 | 51 | 0 | 30 | 333 | 63 | 64 |
| Binary | 1000111 | 1110011 | 11000011 | 1000000 | 101001 | 0 | 11000 | 11011011 | 110011 | 110100 |
Color Harmonies of #4773C3
Complementary color
Monochromatic Colors of #4773C3
Black with #4773C3
Text Example
Text Example
White with #4773C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4773C3; }
p { color: rgb(71,115,195); }
H1.HeaderClassName
{
color: #4773C3;
}
.AnyTagClassName
{
color: #4773C3;
}
</style>
background-color css
<style>
a { background-color: #4773C3; }
a { background-color: rgb(71,115,195); }
div.DivClassName
{
background-color: #4773C3;
}
.BgClassName
{
background-color: #4773C3;
}
</style>
border-color css
<style>
span { border-color: #4773C3; }
span { border-color: rgb(71,115,195); }
td.TdClassName
{
border-color: #4773C3;
}
.TagClassName
{
border-color: #4773C3;
}
</style>