Shades of Havelock Blue #4D6FBB
Tints of Havelock Blue #4D6FBB
RGB
CMYK
RGB Variations
Color information
#4D6FBB (or 0x4D6FBB) is known color: Havelock Blue. HEX triplet: 4D, 6F and BB. RGB value is (77,111,187). Sum of RGB (Red+Green+Blue) = 77+111+187=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D6FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FBB is #B29044. Grayscale: #6D6D6D. Windows color (decimal): -11702341 or 12283725. OLE color: 12283725.
HSL color Cylindrical-coordinate representation of color #4D6FBB: hue angle of 221.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6FBB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 111 | 187 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.27 |
| HSL | 221.45º | 0.45% | 0.52% | - |
| HSV(B) | 221.45º | 0.59% | 0.73% | - |
| XYZ | 17.71 | 16.53 | 49.27 | - |
| YUV | 109.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 187 | 0.59 | 0.41 | 0 | 0.27 | 221.45 | 0.45 | 0.52 |
| Hex | 4D | 6F | BB | 3B | 29 | 0 | 1B | DD | 2D | 34 |
| Octal | 115 | 157 | 273 | 73 | 51 | 0 | 33 | 335 | 55 | 64 |
| Binary | 1001101 | 1101111 | 10111011 | 111011 | 101001 | 0 | 11011 | 11011101 | 101101 | 110100 |
Color Harmonies of #4D6FBB
Complementary color
Monochromatic Colors of #4D6FBB
Black with #4D6FBB
Text Example
Text Example
White with #4D6FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6FBB; }
p { color: rgb(77,111,187); }
H1.HeaderClassName
{
color: #4D6FBB;
}
.AnyTagClassName
{
color: #4D6FBB;
}
</style>
background-color css
<style>
a { background-color: #4D6FBB; }
a { background-color: rgb(77,111,187); }
div.DivClassName
{
background-color: #4D6FBB;
}
.BgClassName
{
background-color: #4D6FBB;
}
</style>
border-color css
<style>
span { border-color: #4D6FBB; }
span { border-color: rgb(77,111,187); }
td.TdClassName
{
border-color: #4D6FBB;
}
.TagClassName
{
border-color: #4D6FBB;
}
</style>