Shades of Havelock Blue #4D73BE
Tints of Havelock Blue #4D73BE
RGB
CMYK
RGB Variations
Color information
#4D73BE (or 0x4D73BE) is known color: Havelock Blue. HEX triplet: 4D, 73 and BE. RGB value is (77,115,190). Sum of RGB (Red+Green+Blue) = 77+115+190=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D73BE is #B28C41. Grayscale: #6F6F6F. Windows color (decimal): -11701314 or 12481357. OLE color: 12481357.
HSL color Cylindrical-coordinate representation of color #4D73BE: hue angle of 219.82º 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 #4D73BE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 115 | 190 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.25 |
| HSL | 219.82º | 0.47% | 0.52% | - |
| HSV(B) | 219.82º | 0.59% | 0.75% | - |
| XYZ | 18.49 | 17.56 | 51.13 | - |
| YUV | 112.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 190 | 0.59 | 0.39 | 0 | 0.25 | 219.82 | 0.47 | 0.52 |
| Hex | 4D | 73 | BE | 3B | 27 | 0 | 19 | DC | 2F | 34 |
| Octal | 115 | 163 | 276 | 73 | 47 | 0 | 31 | 334 | 57 | 64 |
| Binary | 1001101 | 1110011 | 10111110 | 111011 | 100111 | 0 | 11001 | 11011100 | 101111 | 110100 |
Color Harmonies of #4D73BE
Complementary color
Monochromatic Colors of #4D73BE
Black with #4D73BE
Text Example
Text Example
White with #4D73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D73BE; }
p { color: rgb(77,115,190); }
H1.HeaderClassName
{
color: #4D73BE;
}
.AnyTagClassName
{
color: #4D73BE;
}
</style>
background-color css
<style>
a { background-color: #4D73BE; }
a { background-color: rgb(77,115,190); }
div.DivClassName
{
background-color: #4D73BE;
}
.BgClassName
{
background-color: #4D73BE;
}
</style>
border-color css
<style>
span { border-color: #4D73BE; }
span { border-color: rgb(77,115,190); }
td.TdClassName
{
border-color: #4D73BE;
}
.TagClassName
{
border-color: #4D73BE;
}
</style>