Shades of Havelock Blue #4D74BA
Tints of Havelock Blue #4D74BA
RGB
CMYK
RGB Variations
Color information
#4D74BA (or 0x4D74BA) is known color: Havelock Blue. HEX triplet: 4D, 74 and BA. RGB value is (77,116,186). Sum of RGB (Red+Green+Blue) = 77+116+186=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D74BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74BA is #B28B45. Grayscale: #707070. Windows color (decimal): -11701062 or 12219469. OLE color: 12219469.
HSL color Cylindrical-coordinate representation of color #4D74BA: hue angle of 218.53º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D74BA is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 116 | 186 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.27 |
| HSL | 218.53º | 0.44% | 0.52% | - |
| HSV(B) | 218.53º | 0.59% | 0.73% | - |
| XYZ | 18.17 | 17.61 | 48.9 | - |
| YUV | 112.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 186 | 0.59 | 0.38 | 0 | 0.27 | 218.53 | 0.44 | 0.52 |
| Hex | 4D | 74 | BA | 3B | 26 | 0 | 1B | DB | 2C | 34 |
| Octal | 115 | 164 | 272 | 73 | 46 | 0 | 33 | 333 | 54 | 64 |
| Binary | 1001101 | 1110100 | 10111010 | 111011 | 100110 | 0 | 11011 | 11011011 | 101100 | 110100 |
Color Harmonies of #4D74BA
Complementary color
Monochromatic Colors of #4D74BA
Black with #4D74BA
Text Example
Text Example
White with #4D74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74BA; }
p { color: rgb(77,116,186); }
H1.HeaderClassName
{
color: #4D74BA;
}
.AnyTagClassName
{
color: #4D74BA;
}
</style>
background-color css
<style>
a { background-color: #4D74BA; }
a { background-color: rgb(77,116,186); }
div.DivClassName
{
background-color: #4D74BA;
}
.BgClassName
{
background-color: #4D74BA;
}
</style>
border-color css
<style>
span { border-color: #4D74BA; }
span { border-color: rgb(77,116,186); }
td.TdClassName
{
border-color: #4D74BA;
}
.TagClassName
{
border-color: #4D74BA;
}
</style>