Shades of Havelock Blue #4D76BE
Tints of Havelock Blue #4D76BE
RGB
CMYK
RGB Variations
Color information
#4D76BE (or 0x4D76BE) is known color: Havelock Blue. HEX triplet: 4D, 76 and BE. RGB value is (77,118,190). Sum of RGB (Red+Green+Blue) = 77+118+190=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D76BE is #B28941. Grayscale: #717171. Windows color (decimal): -11700546 or 12482125. OLE color: 12482125.
HSL color Cylindrical-coordinate representation of color #4D76BE: hue angle of 218.23º 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 #4D76BE is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 118 | 190 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.25 |
| HSL | 218.23º | 0.47% | 0.52% | - |
| HSV(B) | 218.23º | 0.59% | 0.75% | - |
| XYZ | 18.83 | 18.25 | 51.25 | - |
| YUV | 113.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 190 | 0.59 | 0.38 | 0 | 0.25 | 218.23 | 0.47 | 0.52 |
| Hex | 4D | 76 | BE | 3B | 26 | 0 | 19 | DA | 2F | 34 |
| Octal | 115 | 166 | 276 | 73 | 46 | 0 | 31 | 332 | 57 | 64 |
| Binary | 1001101 | 1110110 | 10111110 | 111011 | 100110 | 0 | 11001 | 11011010 | 101111 | 110100 |
Color Harmonies of #4D76BE
Complementary color
Monochromatic Colors of #4D76BE
Black with #4D76BE
Text Example
Text Example
White with #4D76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D76BE; }
p { color: rgb(77,118,190); }
H1.HeaderClassName
{
color: #4D76BE;
}
.AnyTagClassName
{
color: #4D76BE;
}
</style>
background-color css
<style>
a { background-color: #4D76BE; }
a { background-color: rgb(77,118,190); }
div.DivClassName
{
background-color: #4D76BE;
}
.BgClassName
{
background-color: #4D76BE;
}
</style>
border-color css
<style>
span { border-color: #4D76BE; }
span { border-color: rgb(77,118,190); }
td.TdClassName
{
border-color: #4D76BE;
}
.TagClassName
{
border-color: #4D76BE;
}
</style>