Shades of Havelock Blue #4D75CE
Tints of Havelock Blue #4D75CE
RGB
CMYK
RGB Variations
Color information
#4D75CE (or 0x4D75CE) is known color: Havelock Blue. HEX triplet: 4D, 75 and CE. RGB value is (77,117,206). Sum of RGB (Red+Green+Blue) = 77+117+206=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D75CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D75CE is #B28A31. Grayscale: #727272. Windows color (decimal): -11700786 or 13530445. OLE color: 13530445.
HSL color Cylindrical-coordinate representation of color #4D75CE: hue angle of 221.4º 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 #4D75CE is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 117 | 206 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.19 |
| HSL | 221.4º | 0.57% | 0.55% | - |
| HSV(B) | 221.4º | 0.63% | 0.81% | - |
| XYZ | 20.56 | 18.76 | 60.93 | - |
| YUV | 115.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 206 | 0.63 | 0.43 | 0 | 0.19 | 221.4 | 0.57 | 0.55 |
| Hex | 4D | 75 | CE | 3F | 2B | 0 | 13 | DD | 39 | 37 |
| Octal | 115 | 165 | 316 | 77 | 53 | 0 | 23 | 335 | 71 | 67 |
| Binary | 1001101 | 1110101 | 11001110 | 111111 | 101011 | 0 | 10011 | 11011101 | 111001 | 110111 |
Color Harmonies of #4D75CE
Complementary color
Monochromatic Colors of #4D75CE
Black with #4D75CE
Text Example
Text Example
White with #4D75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D75CE; }
p { color: rgb(77,117,206); }
H1.HeaderClassName
{
color: #4D75CE;
}
.AnyTagClassName
{
color: #4D75CE;
}
</style>
background-color css
<style>
a { background-color: #4D75CE; }
a { background-color: rgb(77,117,206); }
div.DivClassName
{
background-color: #4D75CE;
}
.BgClassName
{
background-color: #4D75CE;
}
</style>
border-color css
<style>
span { border-color: #4D75CE; }
span { border-color: rgb(77,117,206); }
td.TdClassName
{
border-color: #4D75CE;
}
.TagClassName
{
border-color: #4D75CE;
}
</style>