Shades of Havelock Blue #4D77BD
Tints of Havelock Blue #4D77BD
RGB
CMYK
RGB Variations
Color information
#4D77BD (or 0x4D77BD) is known color: Havelock Blue. HEX triplet: 4D, 77 and BD. RGB value is (77,119,189). Sum of RGB (Red+Green+Blue) = 77+119+189=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D77BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D77BD is #B28842. Grayscale: #727272. Windows color (decimal): -11700291 or 12416845. OLE color: 12416845.
HSL color Cylindrical-coordinate representation of color #4D77BD: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D77BD is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 119 | 189 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.26 |
| HSL | 217.5º | 0.46% | 0.52% | - |
| HSV(B) | 217.5º | 0.59% | 0.74% | - |
| XYZ | 18.84 | 18.45 | 50.71 | - |
| YUV | 114.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 189 | 0.59 | 0.37 | 0 | 0.26 | 217.5 | 0.46 | 0.52 |
| Hex | 4D | 77 | BD | 3B | 25 | 0 | 1A | DA | 2E | 34 |
| Octal | 115 | 167 | 275 | 73 | 45 | 0 | 32 | 332 | 56 | 64 |
| Binary | 1001101 | 1110111 | 10111101 | 111011 | 100101 | 0 | 11010 | 11011010 | 101110 | 110100 |
Color Harmonies of #4D77BD
Complementary color
Monochromatic Colors of #4D77BD
Black with #4D77BD
Text Example
Text Example
White with #4D77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D77BD; }
p { color: rgb(77,119,189); }
H1.HeaderClassName
{
color: #4D77BD;
}
.AnyTagClassName
{
color: #4D77BD;
}
</style>
background-color css
<style>
a { background-color: #4D77BD; }
a { background-color: rgb(77,119,189); }
div.DivClassName
{
background-color: #4D77BD;
}
.BgClassName
{
background-color: #4D77BD;
}
</style>
border-color css
<style>
span { border-color: #4D77BD; }
span { border-color: rgb(77,119,189); }
td.TdClassName
{
border-color: #4D77BD;
}
.TagClassName
{
border-color: #4D77BD;
}
</style>