Shades of Havelock Blue #4970BE
Tints of Havelock Blue #4970BE
RGB
CMYK
RGB Variations
Color information
#4970BE (or 0x4970BE) is known color: Havelock Blue. HEX triplet: 49, 70 and BE. RGB value is (73,112,190). Sum of RGB (Red+Green+Blue) = 73+112+190=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4970BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970BE is #B68F41. Grayscale: #6C6C6C. Windows color (decimal): -11964226 or 12480585. OLE color: 12480585.
HSL color Cylindrical-coordinate representation of color #4970BE: hue angle of 220º 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 #4970BE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 112 | 190 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.25 |
| HSL | 220º | 0.47% | 0.52% | - |
| HSV(B) | 220º | 0.62% | 0.75% | - |
| XYZ | 17.84 | 16.72 | 51 | - |
| YUV | 109.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 190 | 0.62 | 0.41 | 0 | 0.25 | 220 | 0.47 | 0.52 |
| Hex | 49 | 70 | BE | 3E | 29 | 0 | 19 | DC | 2F | 34 |
| Octal | 111 | 160 | 276 | 76 | 51 | 0 | 31 | 334 | 57 | 64 |
| Binary | 1001001 | 1110000 | 10111110 | 111110 | 101001 | 0 | 11001 | 11011100 | 101111 | 110100 |
Color Harmonies of #4970BE
Complementary color
Monochromatic Colors of #4970BE
Black with #4970BE
Text Example
Text Example
White with #4970BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4970BE; }
p { color: rgb(73,112,190); }
H1.HeaderClassName
{
color: #4970BE;
}
.AnyTagClassName
{
color: #4970BE;
}
</style>
background-color css
<style>
a { background-color: #4970BE; }
a { background-color: rgb(73,112,190); }
div.DivClassName
{
background-color: #4970BE;
}
.BgClassName
{
background-color: #4970BE;
}
</style>
border-color css
<style>
span { border-color: #4970BE; }
span { border-color: rgb(73,112,190); }
td.TdClassName
{
border-color: #4970BE;
}
.TagClassName
{
border-color: #4970BE;
}
</style>