Shades of Havelock Blue #4D78BE
Tints of Havelock Blue #4D78BE
RGB
CMYK
RGB Variations
Color information
#4D78BE (or 0x4D78BE) is known color: Havelock Blue. HEX triplet: 4D, 78 and BE. RGB value is (77,120,190). Sum of RGB (Red+Green+Blue) = 77+120+190=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D78BE is #B28741. Grayscale: #727272. Windows color (decimal): -11700034 or 12482637. OLE color: 12482637.
HSL color Cylindrical-coordinate representation of color #4D78BE: hue angle of 217.17º 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 #4D78BE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 120 | 190 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.25 |
| HSL | 217.17º | 0.47% | 0.52% | - |
| HSV(B) | 217.17º | 0.59% | 0.75% | - |
| XYZ | 19.07 | 18.73 | 51.32 | - |
| YUV | 115.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 190 | 0.59 | 0.37 | 0 | 0.25 | 217.17 | 0.47 | 0.52 |
| Hex | 4D | 78 | BE | 3B | 25 | 0 | 19 | D9 | 2F | 34 |
| Octal | 115 | 170 | 276 | 73 | 45 | 0 | 31 | 331 | 57 | 64 |
| Binary | 1001101 | 1111000 | 10111110 | 111011 | 100101 | 0 | 11001 | 11011001 | 101111 | 110100 |
Color Harmonies of #4D78BE
Complementary color
Monochromatic Colors of #4D78BE
Black with #4D78BE
Text Example
Text Example
White with #4D78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D78BE; }
p { color: rgb(77,120,190); }
H1.HeaderClassName
{
color: #4D78BE;
}
.AnyTagClassName
{
color: #4D78BE;
}
</style>
background-color css
<style>
a { background-color: #4D78BE; }
a { background-color: rgb(77,120,190); }
div.DivClassName
{
background-color: #4D78BE;
}
.BgClassName
{
background-color: #4D78BE;
}
</style>
border-color css
<style>
span { border-color: #4D78BE; }
span { border-color: rgb(77,120,190); }
td.TdClassName
{
border-color: #4D78BE;
}
.TagClassName
{
border-color: #4D78BE;
}
</style>