Shades of Havelock Blue #4D83CC
Tints of Havelock Blue #4D83CC
RGB
CMYK
RGB Variations
Color information
#4D83CC (or 0x4D83CC) is known color: Havelock Blue. HEX triplet: 4D, 83 and CC. RGB value is (77,131,204). Sum of RGB (Red+Green+Blue) = 77+131+204=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83CC is #B27C33. Grayscale: #7A7A7A. Windows color (decimal): -11697204 or 13402957. OLE color: 13402957.
HSL color Cylindrical-coordinate representation of color #4D83CC: hue angle of 214.49º 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 #4D83CC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 131 | 204 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.2 |
| HSL | 214.49º | 0.55% | 0.55% | - |
| HSV(B) | 214.49º | 0.62% | 0.8% | - |
| XYZ | 22.08 | 22.17 | 60.24 | - |
| YUV | 123.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 204 | 0.62 | 0.36 | 0 | 0.2 | 214.49 | 0.55 | 0.55 |
| Hex | 4D | 83 | CC | 3E | 24 | 0 | 14 | D6 | 37 | 37 |
| Octal | 115 | 203 | 314 | 76 | 44 | 0 | 24 | 326 | 67 | 67 |
| Binary | 1001101 | 10000011 | 11001100 | 111110 | 100100 | 0 | 10100 | 11010110 | 110111 | 110111 |
Color Harmonies of #4D83CC
Complementary color
Monochromatic Colors of #4D83CC
Black with #4D83CC
Text Example
Text Example
White with #4D83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D83CC; }
p { color: rgb(77,131,204); }
H1.HeaderClassName
{
color: #4D83CC;
}
.AnyTagClassName
{
color: #4D83CC;
}
</style>
background-color css
<style>
a { background-color: #4D83CC; }
a { background-color: rgb(77,131,204); }
div.DivClassName
{
background-color: #4D83CC;
}
.BgClassName
{
background-color: #4D83CC;
}
</style>
border-color css
<style>
span { border-color: #4D83CC; }
span { border-color: rgb(77,131,204); }
td.TdClassName
{
border-color: #4D83CC;
}
.TagClassName
{
border-color: #4D83CC;
}
</style>