Shades of Havelock Blue #4A77CB
Tints of Havelock Blue #4A77CB
RGB
CMYK
RGB Variations
Color information
#4A77CB (or 0x4A77CB) is known color: Havelock Blue. HEX triplet: 4A, 77 and CB. RGB value is (74,119,203). Sum of RGB (Red+Green+Blue) = 74+119+203=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A77CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A77CB is #B58834. Grayscale: #727272. Windows color (decimal): -11896885 or 13334346. OLE color: 13334346.
HSL color Cylindrical-coordinate representation of color #4A77CB: hue angle of 219.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A77CB is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 119 | 203 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.20 |
| HSL | 219.07º | 0.55% | 0.54% | - |
| HSV(B) | 219.07º | 0.64% | 0.8% | - |
| XYZ | 20.2 | 18.96 | 59.1 | - |
| YUV | 115.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 203 | 0.64 | 0.41 | 0 | 0.20 | 219.07 | 0.55 | 0.54 |
| Hex | 4A | 77 | CB | 40 | 29 | 0 | 14 | DB | 37 | 36 |
| Octal | 112 | 167 | 313 | 100 | 51 | 0 | 24 | 333 | 67 | 66 |
| Binary | 1001010 | 1110111 | 11001011 | 1000000 | 101001 | 0 | 10100 | 11011011 | 110111 | 110110 |
Color Harmonies of #4A77CB
Complementary color
Monochromatic Colors of #4A77CB
Black with #4A77CB
Text Example
Text Example
White with #4A77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A77CB; }
p { color: rgb(74,119,203); }
H1.HeaderClassName
{
color: #4A77CB;
}
.AnyTagClassName
{
color: #4A77CB;
}
</style>
background-color css
<style>
a { background-color: #4A77CB; }
a { background-color: rgb(74,119,203); }
div.DivClassName
{
background-color: #4A77CB;
}
.BgClassName
{
background-color: #4A77CB;
}
</style>
border-color css
<style>
span { border-color: #4A77CB; }
span { border-color: rgb(74,119,203); }
td.TdClassName
{
border-color: #4A77CB;
}
.TagClassName
{
border-color: #4A77CB;
}
</style>