Shades of Havelock Blue #4D74CE
Tints of Havelock Blue #4D74CE
RGB
CMYK
RGB Variations
Color information
#4D74CE (or 0x4D74CE) is known color: Havelock Blue. HEX triplet: 4D, 74 and CE. RGB value is (77,116,206). Sum of RGB (Red+Green+Blue) = 77+116+206=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74CE is #B28B31. Grayscale: #727272. Windows color (decimal): -11701042 or 13530189. OLE color: 13530189.
HSL color Cylindrical-coordinate representation of color #4D74CE: hue angle of 221.86º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D74CE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 116 | 206 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.19 |
| HSL | 221.86º | 0.57% | 0.55% | - |
| HSV(B) | 221.86º | 0.63% | 0.81% | - |
| XYZ | 20.45 | 18.52 | 60.89 | - |
| YUV | 114.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 206 | 0.63 | 0.44 | 0 | 0.19 | 221.86 | 0.57 | 0.55 |
| Hex | 4D | 74 | CE | 3F | 2C | 0 | 13 | DE | 39 | 37 |
| Octal | 115 | 164 | 316 | 77 | 54 | 0 | 23 | 336 | 71 | 67 |
| Binary | 1001101 | 1110100 | 11001110 | 111111 | 101100 | 0 | 10011 | 11011110 | 111001 | 110111 |
Color Harmonies of #4D74CE
Complementary color
Monochromatic Colors of #4D74CE
Black with #4D74CE
Text Example
Text Example
White with #4D74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74CE; }
p { color: rgb(77,116,206); }
H1.HeaderClassName
{
color: #4D74CE;
}
.AnyTagClassName
{
color: #4D74CE;
}
</style>
background-color css
<style>
a { background-color: #4D74CE; }
a { background-color: rgb(77,116,206); }
div.DivClassName
{
background-color: #4D74CE;
}
.BgClassName
{
background-color: #4D74CE;
}
</style>
border-color css
<style>
span { border-color: #4D74CE; }
span { border-color: rgb(77,116,206); }
td.TdClassName
{
border-color: #4D74CE;
}
.TagClassName
{
border-color: #4D74CE;
}
</style>