Shades of Havelock Blue #4D7CCA
Tints of Havelock Blue #4D7CCA
RGB
CMYK
RGB Variations
Color information
#4D7CCA (or 0x4D7CCA) is known color: Havelock Blue. HEX triplet: 4D, 7C and CA. RGB value is (77,124,202). Sum of RGB (Red+Green+Blue) = 77+124+202=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D7CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7CCA is #B28335. Grayscale: #767676. Windows color (decimal): -11698998 or 13270093. OLE color: 13270093.
HSL color Cylindrical-coordinate representation of color #4D7CCA: hue angle of 217.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D7CCA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 124 | 202 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.21 |
| HSL | 217.44º | 0.54% | 0.55% | - |
| HSV(B) | 217.44º | 0.62% | 0.79% | - |
| XYZ | 20.93 | 20.26 | 58.68 | - |
| YUV | 118.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 202 | 0.62 | 0.39 | 0 | 0.21 | 217.44 | 0.54 | 0.55 |
| Hex | 4D | 7C | CA | 3E | 27 | 0 | 15 | D9 | 36 | 37 |
| Octal | 115 | 174 | 312 | 76 | 47 | 0 | 25 | 331 | 66 | 67 |
| Binary | 1001101 | 1111100 | 11001010 | 111110 | 100111 | 0 | 10101 | 11011001 | 110110 | 110111 |
Color Harmonies of #4D7CCA
Complementary color
Monochromatic Colors of #4D7CCA
Black with #4D7CCA
Text Example
Text Example
White with #4D7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7CCA; }
p { color: rgb(77,124,202); }
H1.HeaderClassName
{
color: #4D7CCA;
}
.AnyTagClassName
{
color: #4D7CCA;
}
</style>
background-color css
<style>
a { background-color: #4D7CCA; }
a { background-color: rgb(77,124,202); }
div.DivClassName
{
background-color: #4D7CCA;
}
.BgClassName
{
background-color: #4D7CCA;
}
</style>
border-color css
<style>
span { border-color: #4D7CCA; }
span { border-color: rgb(77,124,202); }
td.TdClassName
{
border-color: #4D7CCA;
}
.TagClassName
{
border-color: #4D7CCA;
}
</style>