Shades of Havelock Blue #4C84CA
Tints of Havelock Blue #4C84CA
RGB
CMYK
RGB Variations
Color information
#4C84CA (or 0x4C84CA) is known color: Havelock Blue. HEX triplet: 4C, 84 and CA. RGB value is (76,132,202). Sum of RGB (Red+Green+Blue) = 76+132+202=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C84CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C84CA is #B37B35. Grayscale: #7A7A7A. Windows color (decimal): -11762486 or 13272140. OLE color: 13272140.
HSL color Cylindrical-coordinate representation of color #4C84CA: hue angle of 213.33º 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 #4C84CA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 132 | 202 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.21 |
| HSL | 213.33º | 0.54% | 0.55% | - |
| HSV(B) | 213.33º | 0.62% | 0.79% | - |
| XYZ | 21.89 | 22.3 | 59.03 | - |
| YUV | 123.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 202 | 0.62 | 0.35 | 0 | 0.21 | 213.33 | 0.54 | 0.55 |
| Hex | 4C | 84 | CA | 3E | 23 | 0 | 15 | D5 | 36 | 37 |
| Octal | 114 | 204 | 312 | 76 | 43 | 0 | 25 | 325 | 66 | 67 |
| Binary | 1001100 | 10000100 | 11001010 | 111110 | 100011 | 0 | 10101 | 11010101 | 110110 | 110111 |
Color Harmonies of #4C84CA
Complementary color
Monochromatic Colors of #4C84CA
Black with #4C84CA
Text Example
Text Example
White with #4C84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C84CA; }
p { color: rgb(76,132,202); }
H1.HeaderClassName
{
color: #4C84CA;
}
.AnyTagClassName
{
color: #4C84CA;
}
</style>
background-color css
<style>
a { background-color: #4C84CA; }
a { background-color: rgb(76,132,202); }
div.DivClassName
{
background-color: #4C84CA;
}
.BgClassName
{
background-color: #4C84CA;
}
</style>
border-color css
<style>
span { border-color: #4C84CA; }
span { border-color: rgb(76,132,202); }
td.TdClassName
{
border-color: #4C84CA;
}
.TagClassName
{
border-color: #4C84CA;
}
</style>