Shades of Havelock Blue #4D76BF
Tints of Havelock Blue #4D76BF
RGB
CMYK
RGB Variations
Color information
#4D76BF (or 0x4D76BF) is known color: Havelock Blue. HEX triplet: 4D, 76 and BF. RGB value is (77,118,191). Sum of RGB (Red+Green+Blue) = 77+118+191=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D76BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D76BF is #B28940. Grayscale: #717171. Windows color (decimal): -11700545 or 12547661. OLE color: 12547661.
HSL color Cylindrical-coordinate representation of color #4D76BF: hue angle of 218.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D76BF is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 118 | 191 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.25 |
| HSL | 218.42º | 0.47% | 0.53% | - |
| HSV(B) | 218.42º | 0.6% | 0.75% | - |
| XYZ | 18.94 | 18.3 | 51.82 | - |
| YUV | 114.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 191 | 0.60 | 0.38 | 0 | 0.25 | 218.42 | 0.47 | 0.53 |
| Hex | 4D | 76 | BF | 3C | 26 | 0 | 19 | DA | 2F | 35 |
| Octal | 115 | 166 | 277 | 74 | 46 | 0 | 31 | 332 | 57 | 65 |
| Binary | 1001101 | 1110110 | 10111111 | 111100 | 100110 | 0 | 11001 | 11011010 | 101111 | 110101 |
Color Harmonies of #4D76BF
Complementary color
Monochromatic Colors of #4D76BF
Black with #4D76BF
Text Example
Text Example
White with #4D76BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D76BF; }
p { color: rgb(77,118,191); }
H1.HeaderClassName
{
color: #4D76BF;
}
.AnyTagClassName
{
color: #4D76BF;
}
</style>
background-color css
<style>
a { background-color: #4D76BF; }
a { background-color: rgb(77,118,191); }
div.DivClassName
{
background-color: #4D76BF;
}
.BgClassName
{
background-color: #4D76BF;
}
</style>
border-color css
<style>
span { border-color: #4D76BF; }
span { border-color: rgb(77,118,191); }
td.TdClassName
{
border-color: #4D76BF;
}
.TagClassName
{
border-color: #4D76BF;
}
</style>