Shades of Havelock Blue #4971C3
Tints of Havelock Blue #4971C3
RGB
CMYK
RGB Variations
Color information
#4971C3 (or 0x4971C3) is known color: Havelock Blue. HEX triplet: 49, 71 and C3. RGB value is (73,113,195). Sum of RGB (Red+Green+Blue) = 73+113+195=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 113 (44.53% from 255 or 29.66% 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 #4971C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971C3 is #B68E3C. Grayscale: #6E6E6E. Windows color (decimal): -11963965 or 12808521. OLE color: 12808521.
HSL color Cylindrical-coordinate representation of color #4971C3: hue angle of 220.33º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4971C3 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 113 | 195 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.24 |
| HSL | 220.33º | 0.5% | 0.53% | - |
| HSV(B) | 220.33º | 0.63% | 0.76% | - |
| XYZ | 18.5 | 17.17 | 53.97 | - |
| YUV | 110.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 195 | 0.63 | 0.42 | 0 | 0.24 | 220.33 | 0.5 | 0.53 |
| Hex | 49 | 71 | C3 | 3F | 2A | 0 | 18 | DC | 32 | 35 |
| Octal | 111 | 161 | 303 | 77 | 52 | 0 | 30 | 334 | 62 | 65 |
| Binary | 1001001 | 1110001 | 11000011 | 111111 | 101010 | 0 | 11000 | 11011100 | 110010 | 110101 |
Color Harmonies of #4971C3
Complementary color
Monochromatic Colors of #4971C3
Black with #4971C3
Text Example
Text Example
White with #4971C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4971C3; }
p { color: rgb(73,113,195); }
H1.HeaderClassName
{
color: #4971C3;
}
.AnyTagClassName
{
color: #4971C3;
}
</style>
background-color css
<style>
a { background-color: #4971C3; }
a { background-color: rgb(73,113,195); }
div.DivClassName
{
background-color: #4971C3;
}
.BgClassName
{
background-color: #4971C3;
}
</style>
border-color css
<style>
span { border-color: #4971C3; }
span { border-color: rgb(73,113,195); }
td.TdClassName
{
border-color: #4971C3;
}
.TagClassName
{
border-color: #4971C3;
}
</style>