Shades of Havelock Blue #4C7CD3
Tints of Havelock Blue #4C7CD3
RGB
CMYK
RGB Variations
Color information
#4C7CD3 (or 0x4C7CD3) is known color: Havelock Blue. HEX triplet: 4C, 7C and D3. RGB value is (76,124,211). Sum of RGB (Red+Green+Blue) = 76+124+211=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 211 (82.81% from 255 or 51.34% from 411); Max value from RGB is 211 - color contains mainly: blue. Hex color #4C7CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7CD3 is #B3832C. Grayscale: #777777. Windows color (decimal): -11764525 or 13859916. OLE color: 13859916.
HSL color Cylindrical-coordinate representation of color #4C7CD3: hue angle of 218.67º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C7CD3 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 76 | 124 | 211 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.17 |
| HSL | 218.67º | 0.61% | 0.56% | - |
| HSV(B) | 218.67º | 0.64% | 0.83% | - |
| XYZ | 21.95 | 20.65 | 64.46 | - |
| YUV | 119.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 124 | 211 | 0.64 | 0.41 | 0 | 0.17 | 218.67 | 0.61 | 0.56 |
| Hex | 4C | 7C | D3 | 40 | 29 | 0 | 11 | DB | 3D | 38 |
| Octal | 114 | 174 | 323 | 100 | 51 | 0 | 21 | 333 | 75 | 70 |
| Binary | 1001100 | 1111100 | 11010011 | 1000000 | 101001 | 0 | 10001 | 11011011 | 111101 | 111000 |
Color Harmonies of #4C7CD3
Complementary color
Monochromatic Colors of #4C7CD3
Black with #4C7CD3
Text Example
Text Example
White with #4C7CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7CD3; }
p { color: rgb(76,124,211); }
H1.HeaderClassName
{
color: #4C7CD3;
}
.AnyTagClassName
{
color: #4C7CD3;
}
</style>
background-color css
<style>
a { background-color: #4C7CD3; }
a { background-color: rgb(76,124,211); }
div.DivClassName
{
background-color: #4C7CD3;
}
.BgClassName
{
background-color: #4C7CD3;
}
</style>
border-color css
<style>
span { border-color: #4C7CD3; }
span { border-color: rgb(76,124,211); }
td.TdClassName
{
border-color: #4C7CD3;
}
.TagClassName
{
border-color: #4C7CD3;
}
</style>