Shades of Havelock Blue #4D6FBE
Tints of Havelock Blue #4D6FBE
RGB
CMYK
RGB Variations
Color information
#4D6FBE (or 0x4D6FBE) is known color: Havelock Blue. HEX triplet: 4D, 6F and BE. RGB value is (77,111,190). Sum of RGB (Red+Green+Blue) = 77+111+190=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FBE is #B29041. Grayscale: #6D6D6D. Windows color (decimal): -11702338 or 12480333. OLE color: 12480333.
HSL color Cylindrical-coordinate representation of color #4D6FBE: hue angle of 221.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6FBE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 111 | 190 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.25 |
| HSL | 221.95º | 0.47% | 0.52% | - |
| HSV(B) | 221.95º | 0.59% | 0.75% | - |
| XYZ | 18.04 | 16.66 | 50.98 | - |
| YUV | 109.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 190 | 0.59 | 0.42 | 0 | 0.25 | 221.95 | 0.47 | 0.52 |
| Hex | 4D | 6F | BE | 3B | 2A | 0 | 19 | DE | 2F | 34 |
| Octal | 115 | 157 | 276 | 73 | 52 | 0 | 31 | 336 | 57 | 64 |
| Binary | 1001101 | 1101111 | 10111110 | 111011 | 101010 | 0 | 11001 | 11011110 | 101111 | 110100 |
Color Harmonies of #4D6FBE
Complementary color
Monochromatic Colors of #4D6FBE
Black with #4D6FBE
Text Example
Text Example
White with #4D6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6FBE; }
p { color: rgb(77,111,190); }
H1.HeaderClassName
{
color: #4D6FBE;
}
.AnyTagClassName
{
color: #4D6FBE;
}
</style>
background-color css
<style>
a { background-color: #4D6FBE; }
a { background-color: rgb(77,111,190); }
div.DivClassName
{
background-color: #4D6FBE;
}
.BgClassName
{
background-color: #4D6FBE;
}
</style>
border-color css
<style>
span { border-color: #4D6FBE; }
span { border-color: rgb(77,111,190); }
td.TdClassName
{
border-color: #4D6FBE;
}
.TagClassName
{
border-color: #4D6FBE;
}
</style>