Shades of Havelock Blue #4D85BE
Tints of Havelock Blue #4D85BE
RGB
CMYK
RGB Variations
Color information
#4D85BE (or 0x4D85BE) is known color: Havelock Blue. HEX triplet: 4D, 85 and BE. RGB value is (77,133,190). Sum of RGB (Red+Green+Blue) = 77+133+190=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85BE is #B27A41. Grayscale: #7A7A7A. Windows color (decimal): -11696706 or 12485965. OLE color: 12485965.
HSL color Cylindrical-coordinate representation of color #4D85BE: hue angle of 210.27º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D85BE is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 133 | 190 | - |
| CMYK | 0.59 | 0.3 | 0 | 0.25 |
| HSL | 210.27º | 0.47% | 0.52% | - |
| HSV(B) | 210.27º | 0.59% | 0.75% | - |
| XYZ | 20.74 | 22.07 | 51.88 | - |
| YUV | 122.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 190 | 0.59 | 0.3 | 0 | 0.25 | 210.27 | 0.47 | 0.52 |
| Hex | 4D | 85 | BE | 3B | 1E | 0 | 19 | D2 | 2F | 34 |
| Octal | 115 | 205 | 276 | 73 | 36 | 0 | 31 | 322 | 57 | 64 |
| Binary | 1001101 | 10000101 | 10111110 | 111011 | 11110 | 0 | 11001 | 11010010 | 101111 | 110100 |
Color Harmonies of #4D85BE
Complementary color
Monochromatic Colors of #4D85BE
Black with #4D85BE
Text Example
Text Example
White with #4D85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85BE; }
p { color: rgb(77,133,190); }
H1.HeaderClassName
{
color: #4D85BE;
}
.AnyTagClassName
{
color: #4D85BE;
}
</style>
background-color css
<style>
a { background-color: #4D85BE; }
a { background-color: rgb(77,133,190); }
div.DivClassName
{
background-color: #4D85BE;
}
.BgClassName
{
background-color: #4D85BE;
}
</style>
border-color css
<style>
span { border-color: #4D85BE; }
span { border-color: rgb(77,133,190); }
td.TdClassName
{
border-color: #4D85BE;
}
.TagClassName
{
border-color: #4D85BE;
}
</style>