Shades of Havelock Blue #4973BF
Tints of Havelock Blue #4973BF
RGB
CMYK
RGB Variations
Color information
#4973BF (or 0x4973BF) is known color: Havelock Blue. HEX triplet: 49, 73 and BF. RGB value is (73,115,191). Sum of RGB (Red+Green+Blue) = 73+115+191=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4973BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BF is #B68C40. Grayscale: #6E6E6E. Windows color (decimal): -11963457 or 12546889. OLE color: 12546889.
HSL color Cylindrical-coordinate representation of color #4973BF: hue angle of 218.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4973BF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 115 | 191 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.25 |
| HSL | 218.64º | 0.48% | 0.52% | - |
| HSV(B) | 218.64º | 0.62% | 0.75% | - |
| XYZ | 18.28 | 17.44 | 51.69 | - |
| YUV | 111.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 191 | 0.62 | 0.40 | 0 | 0.25 | 218.64 | 0.48 | 0.52 |
| Hex | 49 | 73 | BF | 3E | 28 | 0 | 19 | DB | 30 | 34 |
| Octal | 111 | 163 | 277 | 76 | 50 | 0 | 31 | 333 | 60 | 64 |
| Binary | 1001001 | 1110011 | 10111111 | 111110 | 101000 | 0 | 11001 | 11011011 | 110000 | 110100 |
Color Harmonies of #4973BF
Complementary color
Monochromatic Colors of #4973BF
Black with #4973BF
Text Example
Text Example
White with #4973BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973BF; }
p { color: rgb(73,115,191); }
H1.HeaderClassName
{
color: #4973BF;
}
.AnyTagClassName
{
color: #4973BF;
}
</style>
background-color css
<style>
a { background-color: #4973BF; }
a { background-color: rgb(73,115,191); }
div.DivClassName
{
background-color: #4973BF;
}
.BgClassName
{
background-color: #4973BF;
}
</style>
border-color css
<style>
span { border-color: #4973BF; }
span { border-color: rgb(73,115,191); }
td.TdClassName
{
border-color: #4973BF;
}
.TagClassName
{
border-color: #4973BF;
}
</style>