Shades of Havelock Blue #4A71BE
Tints of Havelock Blue #4A71BE
RGB
CMYK
RGB Variations
Color information
#4A71BE (or 0x4A71BE) is known color: Havelock Blue. HEX triplet: 4A, 71 and BE. RGB value is (74,113,190). Sum of RGB (Red+Green+Blue) = 74+113+190=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71BE is #B58E41. Grayscale: #6D6D6D. Windows color (decimal): -11898434 or 12480842. OLE color: 12480842.
HSL color Cylindrical-coordinate representation of color #4A71BE: hue angle of 219.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A71BE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 113 | 190 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.25 |
| HSL | 219.83º | 0.47% | 0.52% | - |
| HSV(B) | 219.83º | 0.61% | 0.75% | - |
| XYZ | 18.02 | 16.98 | 51.04 | - |
| YUV | 110.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 190 | 0.61 | 0.41 | 0 | 0.25 | 219.83 | 0.47 | 0.52 |
| Hex | 4A | 71 | BE | 3D | 29 | 0 | 19 | DC | 2F | 34 |
| Octal | 112 | 161 | 276 | 75 | 51 | 0 | 31 | 334 | 57 | 64 |
| Binary | 1001010 | 1110001 | 10111110 | 111101 | 101001 | 0 | 11001 | 11011100 | 101111 | 110100 |
Color Harmonies of #4A71BE
Complementary color
Monochromatic Colors of #4A71BE
Black with #4A71BE
Text Example
Text Example
White with #4A71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A71BE; }
p { color: rgb(74,113,190); }
H1.HeaderClassName
{
color: #4A71BE;
}
.AnyTagClassName
{
color: #4A71BE;
}
</style>
background-color css
<style>
a { background-color: #4A71BE; }
a { background-color: rgb(74,113,190); }
div.DivClassName
{
background-color: #4A71BE;
}
.BgClassName
{
background-color: #4A71BE;
}
</style>
border-color css
<style>
span { border-color: #4A71BE; }
span { border-color: rgb(74,113,190); }
td.TdClassName
{
border-color: #4A71BE;
}
.TagClassName
{
border-color: #4A71BE;
}
</style>