Shades of Havelock Blue #4D86CC
Tints of Havelock Blue #4D86CC
RGB
CMYK
RGB Variations
Color information
#4D86CC (or 0x4D86CC) is known color: Havelock Blue. HEX triplet: 4D, 86 and CC. RGB value is (77,134,204). Sum of RGB (Red+Green+Blue) = 77+134+204=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D86CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D86CC is #B27933. Grayscale: #7C7C7C. Windows color (decimal): -11696436 or 13403725. OLE color: 13403725.
HSL color Cylindrical-coordinate representation of color #4D86CC: hue angle of 213.07º 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 #4D86CC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 134 | 204 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.2 |
| HSL | 213.07º | 0.55% | 0.55% | - |
| HSV(B) | 213.07º | 0.62% | 0.8% | - |
| XYZ | 22.48 | 22.99 | 60.38 | - |
| YUV | 124.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 204 | 0.62 | 0.34 | 0 | 0.2 | 213.07 | 0.55 | 0.55 |
| Hex | 4D | 86 | CC | 3E | 22 | 0 | 14 | D5 | 37 | 37 |
| Octal | 115 | 206 | 314 | 76 | 42 | 0 | 24 | 325 | 67 | 67 |
| Binary | 1001101 | 10000110 | 11001100 | 111110 | 100010 | 0 | 10100 | 11010101 | 110111 | 110111 |
Color Harmonies of #4D86CC
Complementary color
Monochromatic Colors of #4D86CC
Black with #4D86CC
Text Example
Text Example
White with #4D86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D86CC; }
p { color: rgb(77,134,204); }
H1.HeaderClassName
{
color: #4D86CC;
}
.AnyTagClassName
{
color: #4D86CC;
}
</style>
background-color css
<style>
a { background-color: #4D86CC; }
a { background-color: rgb(77,134,204); }
div.DivClassName
{
background-color: #4D86CC;
}
.BgClassName
{
background-color: #4D86CC;
}
</style>
border-color css
<style>
span { border-color: #4D86CC; }
span { border-color: rgb(77,134,204); }
td.TdClassName
{
border-color: #4D86CC;
}
.TagClassName
{
border-color: #4D86CC;
}
</style>