Shades of Havelock Blue #4A6DBA
Tints of Havelock Blue #4A6DBA
RGB
CMYK
RGB Variations
Color information
#4A6DBA (or 0x4A6DBA) is known color: Havelock Blue. HEX triplet: 4A, 6D and BA. RGB value is (74,109,186). Sum of RGB (Red+Green+Blue) = 74+109+186=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6DBA is #B59245. Grayscale: #6A6A6A. Windows color (decimal): -11899462 or 12217674. OLE color: 12217674.
HSL color Cylindrical-coordinate representation of color #4A6DBA: hue angle of 221.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A6DBA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 109 | 186 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.27 |
| HSL | 221.25º | 0.45% | 0.51% | - |
| HSV(B) | 221.25º | 0.6% | 0.73% | - |
| XYZ | 17.16 | 15.94 | 48.63 | - |
| YUV | 107.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 186 | 0.60 | 0.41 | 0 | 0.27 | 221.25 | 0.45 | 0.51 |
| Hex | 4A | 6D | BA | 3C | 29 | 0 | 1B | DD | 2D | 33 |
| Octal | 112 | 155 | 272 | 74 | 51 | 0 | 33 | 335 | 55 | 63 |
| Binary | 1001010 | 1101101 | 10111010 | 111100 | 101001 | 0 | 11011 | 11011101 | 101101 | 110011 |
Color Harmonies of #4A6DBA
Complementary color
Monochromatic Colors of #4A6DBA
Black with #4A6DBA
Text Example
Text Example
White with #4A6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DBA; }
p { color: rgb(74,109,186); }
H1.HeaderClassName
{
color: #4A6DBA;
}
.AnyTagClassName
{
color: #4A6DBA;
}
</style>
background-color css
<style>
a { background-color: #4A6DBA; }
a { background-color: rgb(74,109,186); }
div.DivClassName
{
background-color: #4A6DBA;
}
.BgClassName
{
background-color: #4A6DBA;
}
</style>
border-color css
<style>
span { border-color: #4A6DBA; }
span { border-color: rgb(74,109,186); }
td.TdClassName
{
border-color: #4A6DBA;
}
.TagClassName
{
border-color: #4A6DBA;
}
</style>