Shades of Havelock Blue #4C84DD
Tints of Havelock Blue #4C84DD
RGB
CMYK
RGB Variations
Color information
#4C84DD (or 0x4C84DD) is known color: Havelock Blue. HEX triplet: 4C, 84 and DD. RGB value is (76,132,221). Sum of RGB (Red+Green+Blue) = 76+132+221=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C84DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C84DD is #B37B22. Grayscale: #7C7C7C. Windows color (decimal): -11762467 or 14517324. OLE color: 14517324.
HSL color Cylindrical-coordinate representation of color #4C84DD: hue angle of 216.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C84DD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 132 | 221 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.13 |
| HSL | 216.83º | 0.68% | 0.58% | - |
| HSV(B) | 216.83º | 0.66% | 0.87% | - |
| XYZ | 24.28 | 23.26 | 71.62 | - |
| YUV | 125.4 | 181.95 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 221 | 0.66 | 0.40 | 0 | 0.13 | 216.83 | 0.68 | 0.58 |
| Hex | 4C | 84 | DD | 42 | 28 | 0 | D | D9 | 44 | 3A |
| Octal | 114 | 204 | 335 | 102 | 50 | 0 | 15 | 331 | 104 | 72 |
| Binary | 1001100 | 10000100 | 11011101 | 1000010 | 101000 | 0 | 1101 | 11011001 | 1000100 | 111010 |
Color Harmonies of #4C84DD
Complementary color
Monochromatic Colors of #4C84DD
Black with #4C84DD
Text Example
Text Example
White with #4C84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C84DD; }
p { color: rgb(76,132,221); }
H1.HeaderClassName
{
color: #4C84DD;
}
.AnyTagClassName
{
color: #4C84DD;
}
</style>
background-color css
<style>
a { background-color: #4C84DD; }
a { background-color: rgb(76,132,221); }
div.DivClassName
{
background-color: #4C84DD;
}
.BgClassName
{
background-color: #4C84DD;
}
</style>
border-color css
<style>
span { border-color: #4C84DD; }
span { border-color: rgb(76,132,221); }
td.TdClassName
{
border-color: #4C84DD;
}
.TagClassName
{
border-color: #4C84DD;
}
</style>