Shades of Havelock Blue #4D78BC
Tints of Havelock Blue #4D78BC
RGB
CMYK
RGB Variations
Color information
#4D78BC (or 0x4D78BC) is known color: Havelock Blue. HEX triplet: 4D, 78 and BC. RGB value is (77,120,188). Sum of RGB (Red+Green+Blue) = 77+120+188=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D78BC is #B28743. Grayscale: #727272. Windows color (decimal): -11700036 or 12351565. OLE color: 12351565.
HSL color Cylindrical-coordinate representation of color #4D78BC: hue angle of 216.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D78BC is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 120 | 188 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.26 |
| HSL | 216.76º | 0.45% | 0.52% | - |
| HSV(B) | 216.76º | 0.59% | 0.74% | - |
| XYZ | 18.85 | 18.64 | 50.18 | - |
| YUV | 114.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 188 | 0.59 | 0.36 | 0 | 0.26 | 216.76 | 0.45 | 0.52 |
| Hex | 4D | 78 | BC | 3B | 24 | 0 | 1A | D9 | 2D | 34 |
| Octal | 115 | 170 | 274 | 73 | 44 | 0 | 32 | 331 | 55 | 64 |
| Binary | 1001101 | 1111000 | 10111100 | 111011 | 100100 | 0 | 11010 | 11011001 | 101101 | 110100 |
Color Harmonies of #4D78BC
Complementary color
Monochromatic Colors of #4D78BC
Black with #4D78BC
Text Example
Text Example
White with #4D78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D78BC; }
p { color: rgb(77,120,188); }
H1.HeaderClassName
{
color: #4D78BC;
}
.AnyTagClassName
{
color: #4D78BC;
}
</style>
background-color css
<style>
a { background-color: #4D78BC; }
a { background-color: rgb(77,120,188); }
div.DivClassName
{
background-color: #4D78BC;
}
.BgClassName
{
background-color: #4D78BC;
}
</style>
border-color css
<style>
span { border-color: #4D78BC; }
span { border-color: rgb(77,120,188); }
td.TdClassName
{
border-color: #4D78BC;
}
.TagClassName
{
border-color: #4D78BC;
}
</style>