Shades of Havelock Blue #4A6FBC
Tints of Havelock Blue #4A6FBC
RGB
CMYK
RGB Variations
Color information
#4A6FBC (or 0x4A6FBC) is known color: Havelock Blue. HEX triplet: 4A, 6F and BC. RGB value is (74,111,188). Sum of RGB (Red+Green+Blue) = 74+111+188=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FBC is #B59043. Grayscale: #6C6C6C. Windows color (decimal): -11898948 or 12349258. OLE color: 12349258.
HSL color Cylindrical-coordinate representation of color #4A6FBC: hue angle of 220.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A6FBC is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 111 | 188 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.26 |
| HSL | 220.53º | 0.46% | 0.51% | - |
| HSV(B) | 220.53º | 0.61% | 0.74% | - |
| XYZ | 17.59 | 16.46 | 49.83 | - |
| YUV | 108.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 188 | 0.61 | 0.41 | 0 | 0.26 | 220.53 | 0.46 | 0.51 |
| Hex | 4A | 6F | BC | 3D | 29 | 0 | 1A | DD | 2E | 33 |
| Octal | 112 | 157 | 274 | 75 | 51 | 0 | 32 | 335 | 56 | 63 |
| Binary | 1001010 | 1101111 | 10111100 | 111101 | 101001 | 0 | 11010 | 11011101 | 101110 | 110011 |
Color Harmonies of #4A6FBC
Complementary color
Monochromatic Colors of #4A6FBC
Black with #4A6FBC
Text Example
Text Example
White with #4A6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6FBC; }
p { color: rgb(74,111,188); }
H1.HeaderClassName
{
color: #4A6FBC;
}
.AnyTagClassName
{
color: #4A6FBC;
}
</style>
background-color css
<style>
a { background-color: #4A6FBC; }
a { background-color: rgb(74,111,188); }
div.DivClassName
{
background-color: #4A6FBC;
}
.BgClassName
{
background-color: #4A6FBC;
}
</style>
border-color css
<style>
span { border-color: #4A6FBC; }
span { border-color: rgb(74,111,188); }
td.TdClassName
{
border-color: #4A6FBC;
}
.TagClassName
{
border-color: #4A6FBC;
}
</style>