Shades of Havelock Blue #4D85CC
Tints of Havelock Blue #4D85CC
RGB
CMYK
RGB Variations
Color information
#4D85CC (or 0x4D85CC) is known color: Havelock Blue. HEX triplet: 4D, 85 and CC. RGB value is (77,133,204). Sum of RGB (Red+Green+Blue) = 77+133+204=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85CC is #B27A33. Grayscale: #7C7C7C. Windows color (decimal): -11696692 or 13403469. OLE color: 13403469.
HSL color Cylindrical-coordinate representation of color #4D85CC: hue angle of 213.54º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D85CC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 133 | 204 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.2 |
| HSL | 213.54º | 0.55% | 0.55% | - |
| HSV(B) | 213.54º | 0.62% | 0.8% | - |
| XYZ | 22.35 | 22.71 | 60.33 | - |
| YUV | 124.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 204 | 0.62 | 0.35 | 0 | 0.2 | 213.54 | 0.55 | 0.55 |
| Hex | 4D | 85 | CC | 3E | 23 | 0 | 14 | D6 | 37 | 37 |
| Octal | 115 | 205 | 314 | 76 | 43 | 0 | 24 | 326 | 67 | 67 |
| Binary | 1001101 | 10000101 | 11001100 | 111110 | 100011 | 0 | 10100 | 11010110 | 110111 | 110111 |
Color Harmonies of #4D85CC
Complementary color
Monochromatic Colors of #4D85CC
Black with #4D85CC
Text Example
Text Example
White with #4D85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85CC; }
p { color: rgb(77,133,204); }
H1.HeaderClassName
{
color: #4D85CC;
}
.AnyTagClassName
{
color: #4D85CC;
}
</style>
background-color css
<style>
a { background-color: #4D85CC; }
a { background-color: rgb(77,133,204); }
div.DivClassName
{
background-color: #4D85CC;
}
.BgClassName
{
background-color: #4D85CC;
}
</style>
border-color css
<style>
span { border-color: #4D85CC; }
span { border-color: rgb(77,133,204); }
td.TdClassName
{
border-color: #4D85CC;
}
.TagClassName
{
border-color: #4D85CC;
}
</style>