Shades of Havelock Blue #4D82CC
Tints of Havelock Blue #4D82CC
RGB
CMYK
RGB Variations
Color information
#4D82CC (or 0x4D82CC) is known color: Havelock Blue. HEX triplet: 4D, 82 and CC. RGB value is (77,130,204). Sum of RGB (Red+Green+Blue) = 77+130+204=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D82CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D82CC is #B27D33. Grayscale: #7A7A7A. Windows color (decimal): -11697460 or 13402701. OLE color: 13402701.
HSL color Cylindrical-coordinate representation of color #4D82CC: hue angle of 214.96º 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 #4D82CC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 130 | 204 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.2 |
| HSL | 214.96º | 0.55% | 0.55% | - |
| HSV(B) | 214.96º | 0.62% | 0.8% | - |
| XYZ | 21.94 | 21.9 | 60.2 | - |
| YUV | 122.59 | 173.94 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 204 | 0.62 | 0.36 | 0 | 0.2 | 214.96 | 0.55 | 0.55 |
| Hex | 4D | 82 | CC | 3E | 24 | 0 | 14 | D7 | 37 | 37 |
| Octal | 115 | 202 | 314 | 76 | 44 | 0 | 24 | 327 | 67 | 67 |
| Binary | 1001101 | 10000010 | 11001100 | 111110 | 100100 | 0 | 10100 | 11010111 | 110111 | 110111 |
Color Harmonies of #4D82CC
Complementary color
Monochromatic Colors of #4D82CC
Black with #4D82CC
Text Example
Text Example
White with #4D82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D82CC; }
p { color: rgb(77,130,204); }
H1.HeaderClassName
{
color: #4D82CC;
}
.AnyTagClassName
{
color: #4D82CC;
}
</style>
background-color css
<style>
a { background-color: #4D82CC; }
a { background-color: rgb(77,130,204); }
div.DivClassName
{
background-color: #4D82CC;
}
.BgClassName
{
background-color: #4D82CC;
}
</style>
border-color css
<style>
span { border-color: #4D82CC; }
span { border-color: rgb(77,130,204); }
td.TdClassName
{
border-color: #4D82CC;
}
.TagClassName
{
border-color: #4D82CC;
}
</style>