Shades of Havelock Blue #4A74BC
Tints of Havelock Blue #4A74BC
RGB
CMYK
RGB Variations
Color information
#4A74BC (or 0x4A74BC) is known color: Havelock Blue. HEX triplet: 4A, 74 and BC. RGB value is (74,116,188). Sum of RGB (Red+Green+Blue) = 74+116+188=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A74BC is #B58B43. Grayscale: #6F6F6F. Windows color (decimal): -11897668 or 12350538. OLE color: 12350538.
HSL color Cylindrical-coordinate representation of color #4A74BC: hue angle of 217.89º 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 #4A74BC is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 116 | 188 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.26 |
| HSL | 217.89º | 0.46% | 0.51% | - |
| HSV(B) | 217.89º | 0.61% | 0.74% | - |
| XYZ | 18.15 | 17.58 | 50.01 | - |
| YUV | 111.65 | 171.09 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 188 | 0.61 | 0.38 | 0 | 0.26 | 217.89 | 0.46 | 0.51 |
| Hex | 4A | 74 | BC | 3D | 26 | 0 | 1A | DA | 2E | 33 |
| Octal | 112 | 164 | 274 | 75 | 46 | 0 | 32 | 332 | 56 | 63 |
| Binary | 1001010 | 1110100 | 10111100 | 111101 | 100110 | 0 | 11010 | 11011010 | 101110 | 110011 |
Color Harmonies of #4A74BC
Complementary color
Monochromatic Colors of #4A74BC
Black with #4A74BC
Text Example
Text Example
White with #4A74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A74BC; }
p { color: rgb(74,116,188); }
H1.HeaderClassName
{
color: #4A74BC;
}
.AnyTagClassName
{
color: #4A74BC;
}
</style>
background-color css
<style>
a { background-color: #4A74BC; }
a { background-color: rgb(74,116,188); }
div.DivClassName
{
background-color: #4A74BC;
}
.BgClassName
{
background-color: #4A74BC;
}
</style>
border-color css
<style>
span { border-color: #4A74BC; }
span { border-color: rgb(74,116,188); }
td.TdClassName
{
border-color: #4A74BC;
}
.TagClassName
{
border-color: #4A74BC;
}
</style>