Shades of Havelock Blue #4D85CD
Tints of Havelock Blue #4D85CD
RGB
CMYK
RGB Variations
Color information
#4D85CD (or 0x4D85CD) is known color: Havelock Blue. HEX triplet: 4D, 85 and CD. RGB value is (77,133,205). Sum of RGB (Red+Green+Blue) = 77+133+205=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D85CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85CD is #B27A32. Grayscale: #7C7C7C. Windows color (decimal): -11696691 or 13469005. OLE color: 13469005.
HSL color Cylindrical-coordinate representation of color #4D85CD: hue angle of 213.75º degrees, saturation: 0.56, 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 #4D85CD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 133 | 205 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.20 |
| HSL | 213.75º | 0.56% | 0.55% | - |
| HSV(B) | 213.75º | 0.62% | 0.8% | - |
| XYZ | 22.47 | 22.76 | 60.97 | - |
| YUV | 124.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 205 | 0.62 | 0.35 | 0 | 0.20 | 213.75 | 0.56 | 0.55 |
| Hex | 4D | 85 | CD | 3E | 23 | 0 | 14 | D6 | 38 | 37 |
| Octal | 115 | 205 | 315 | 76 | 43 | 0 | 24 | 326 | 70 | 67 |
| Binary | 1001101 | 10000101 | 11001101 | 111110 | 100011 | 0 | 10100 | 11010110 | 111000 | 110111 |
Color Harmonies of #4D85CD
Complementary color
Monochromatic Colors of #4D85CD
Black with #4D85CD
Text Example
Text Example
White with #4D85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85CD; }
p { color: rgb(77,133,205); }
H1.HeaderClassName
{
color: #4D85CD;
}
.AnyTagClassName
{
color: #4D85CD;
}
</style>
background-color css
<style>
a { background-color: #4D85CD; }
a { background-color: rgb(77,133,205); }
div.DivClassName
{
background-color: #4D85CD;
}
.BgClassName
{
background-color: #4D85CD;
}
</style>
border-color css
<style>
span { border-color: #4D85CD; }
span { border-color: rgb(77,133,205); }
td.TdClassName
{
border-color: #4D85CD;
}
.TagClassName
{
border-color: #4D85CD;
}
</style>