Shades of Havelock Blue #4772C3
Tints of Havelock Blue #4772C3
RGB
CMYK
RGB Variations
Color information
#4772C3 (or 0x4772C3) is known color: Havelock Blue. HEX triplet: 47, 72 and C3. RGB value is (71,114,195). Sum of RGB (Red+Green+Blue) = 71+114+195=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #4772C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772C3 is #B88D3C. Grayscale: #6E6E6E. Windows color (decimal): -12094781 or 12808775. OLE color: 12808775.
HSL color Cylindrical-coordinate representation of color #4772C3: hue angle of 219.19º 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 #4772C3 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 114 | 195 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.24 |
| HSL | 219.19º | 0.51% | 0.52% | - |
| HSV(B) | 219.19º | 0.64% | 0.76% | - |
| XYZ | 18.47 | 17.31 | 54 | - |
| YUV | 110.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 195 | 0.64 | 0.42 | 0 | 0.24 | 219.19 | 0.51 | 0.52 |
| Hex | 47 | 72 | C3 | 40 | 2A | 0 | 18 | DB | 33 | 34 |
| Octal | 107 | 162 | 303 | 100 | 52 | 0 | 30 | 333 | 63 | 64 |
| Binary | 1000111 | 1110010 | 11000011 | 1000000 | 101010 | 0 | 11000 | 11011011 | 110011 | 110100 |
Color Harmonies of #4772C3
Complementary color
Monochromatic Colors of #4772C3
Black with #4772C3
Text Example
Text Example
White with #4772C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4772C3; }
p { color: rgb(71,114,195); }
H1.HeaderClassName
{
color: #4772C3;
}
.AnyTagClassName
{
color: #4772C3;
}
</style>
background-color css
<style>
a { background-color: #4772C3; }
a { background-color: rgb(71,114,195); }
div.DivClassName
{
background-color: #4772C3;
}
.BgClassName
{
background-color: #4772C3;
}
</style>
border-color css
<style>
span { border-color: #4772C3; }
span { border-color: rgb(71,114,195); }
td.TdClassName
{
border-color: #4772C3;
}
.TagClassName
{
border-color: #4772C3;
}
</style>