Shades of Havelock Blue #4D7BC1
Tints of Havelock Blue #4D7BC1
RGB
CMYK
RGB Variations
Color information
#4D7BC1 (or 0x4D7BC1) is known color: Havelock Blue. HEX triplet: 4D, 7B and C1. RGB value is (77,123,193). Sum of RGB (Red+Green+Blue) = 77+123+193=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D7BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7BC1 is #B2843E. Grayscale: #747474. Windows color (decimal): -11699263 or 12680013. OLE color: 12680013.
HSL color Cylindrical-coordinate representation of color #4D7BC1: hue angle of 216.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D7BC1 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 123 | 193 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.24 |
| HSL | 216.21º | 0.48% | 0.53% | - |
| HSV(B) | 216.21º | 0.6% | 0.76% | - |
| XYZ | 19.77 | 19.59 | 53.19 | - |
| YUV | 117.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 193 | 0.60 | 0.36 | 0 | 0.24 | 216.21 | 0.48 | 0.53 |
| Hex | 4D | 7B | C1 | 3C | 24 | 0 | 18 | D8 | 30 | 35 |
| Octal | 115 | 173 | 301 | 74 | 44 | 0 | 30 | 330 | 60 | 65 |
| Binary | 1001101 | 1111011 | 11000001 | 111100 | 100100 | 0 | 11000 | 11011000 | 110000 | 110101 |
Color Harmonies of #4D7BC1
Complementary color
Monochromatic Colors of #4D7BC1
Black with #4D7BC1
Text Example
Text Example
White with #4D7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BC1; }
p { color: rgb(77,123,193); }
H1.HeaderClassName
{
color: #4D7BC1;
}
.AnyTagClassName
{
color: #4D7BC1;
}
</style>
background-color css
<style>
a { background-color: #4D7BC1; }
a { background-color: rgb(77,123,193); }
div.DivClassName
{
background-color: #4D7BC1;
}
.BgClassName
{
background-color: #4D7BC1;
}
</style>
border-color css
<style>
span { border-color: #4D7BC1; }
span { border-color: rgb(77,123,193); }
td.TdClassName
{
border-color: #4D7BC1;
}
.TagClassName
{
border-color: #4D7BC1;
}
</style>