Shades of Havelock Blue #4D85CE
Tints of Havelock Blue #4D85CE
RGB
CMYK
RGB Variations
Color information
#4D85CE (or 0x4D85CE) is known color: Havelock Blue. HEX triplet: 4D, 85 and CE. RGB value is (77,133,206). Sum of RGB (Red+Green+Blue) = 77+133+206=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85CE is #B27A31. Grayscale: #7C7C7C. Windows color (decimal): -11696690 or 13534541. OLE color: 13534541.
HSL color Cylindrical-coordinate representation of color #4D85CE: hue angle of 213.95º 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 #4D85CE is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 133 | 206 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.19 |
| HSL | 213.95º | 0.57% | 0.55% | - |
| HSV(B) | 213.95º | 0.63% | 0.81% | - |
| XYZ | 22.59 | 22.81 | 61.6 | - |
| YUV | 124.58 | 173.95 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 206 | 0.63 | 0.35 | 0 | 0.19 | 213.95 | 0.57 | 0.55 |
| Hex | 4D | 85 | CE | 3F | 23 | 0 | 13 | D6 | 39 | 37 |
| Octal | 115 | 205 | 316 | 77 | 43 | 0 | 23 | 326 | 71 | 67 |
| Binary | 1001101 | 10000101 | 11001110 | 111111 | 100011 | 0 | 10011 | 11010110 | 111001 | 110111 |
Color Harmonies of #4D85CE
Complementary color
Monochromatic Colors of #4D85CE
Black with #4D85CE
Text Example
Text Example
White with #4D85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85CE; }
p { color: rgb(77,133,206); }
H1.HeaderClassName
{
color: #4D85CE;
}
.AnyTagClassName
{
color: #4D85CE;
}
</style>
background-color css
<style>
a { background-color: #4D85CE; }
a { background-color: rgb(77,133,206); }
div.DivClassName
{
background-color: #4D85CE;
}
.BgClassName
{
background-color: #4D85CE;
}
</style>
border-color css
<style>
span { border-color: #4D85CE; }
span { border-color: rgb(77,133,206); }
td.TdClassName
{
border-color: #4D85CE;
}
.TagClassName
{
border-color: #4D85CE;
}
</style>