Shades of Havelock Blue #4973BE
Tints of Havelock Blue #4973BE
RGB
CMYK
RGB Variations
Color information
#4973BE (or 0x4973BE) is known color: Havelock Blue. HEX triplet: 49, 73 and BE. RGB value is (73,115,190). Sum of RGB (Red+Green+Blue) = 73+115+190=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4973BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BE is #B68C41. Grayscale: #6E6E6E. Windows color (decimal): -11963458 or 12481353. OLE color: 12481353.
HSL color Cylindrical-coordinate representation of color #4973BE: hue angle of 218.46º degrees, saturation: 0.47, 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 #4973BE is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 115 | 190 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.25 |
| HSL | 218.46º | 0.47% | 0.52% | - |
| HSV(B) | 218.46º | 0.62% | 0.75% | - |
| XYZ | 18.17 | 17.4 | 51.12 | - |
| YUV | 110.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 190 | 0.62 | 0.39 | 0 | 0.25 | 218.46 | 0.47 | 0.52 |
| Hex | 49 | 73 | BE | 3E | 27 | 0 | 19 | DA | 2F | 34 |
| Octal | 111 | 163 | 276 | 76 | 47 | 0 | 31 | 332 | 57 | 64 |
| Binary | 1001001 | 1110011 | 10111110 | 111110 | 100111 | 0 | 11001 | 11011010 | 101111 | 110100 |
Color Harmonies of #4973BE
Complementary color
Monochromatic Colors of #4973BE
Black with #4973BE
Text Example
Text Example
White with #4973BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973BE; }
p { color: rgb(73,115,190); }
H1.HeaderClassName
{
color: #4973BE;
}
.AnyTagClassName
{
color: #4973BE;
}
</style>
background-color css
<style>
a { background-color: #4973BE; }
a { background-color: rgb(73,115,190); }
div.DivClassName
{
background-color: #4973BE;
}
.BgClassName
{
background-color: #4973BE;
}
</style>
border-color css
<style>
span { border-color: #4973BE; }
span { border-color: rgb(73,115,190); }
td.TdClassName
{
border-color: #4973BE;
}
.TagClassName
{
border-color: #4973BE;
}
</style>