Shades of Havelock Blue #4C84CD
Tints of Havelock Blue #4C84CD
RGB
CMYK
RGB Variations
Color information
#4C84CD (or 0x4C84CD) is known color: Havelock Blue. HEX triplet: 4C, 84 and CD. RGB value is (76,132,205). Sum of RGB (Red+Green+Blue) = 76+132+205=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C84CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C84CD is #B37B32. Grayscale: #7B7B7B. Windows color (decimal): -11762483 or 13468748. OLE color: 13468748.
HSL color Cylindrical-coordinate representation of color #4C84CD: hue angle of 213.95º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C84CD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 132 | 205 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.20 |
| HSL | 213.95º | 0.56% | 0.55% | - |
| HSV(B) | 213.95º | 0.63% | 0.8% | - |
| XYZ | 22.25 | 22.45 | 60.92 | - |
| YUV | 123.58 | 173.95 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 205 | 0.63 | 0.36 | 0 | 0.20 | 213.95 | 0.56 | 0.55 |
| Hex | 4C | 84 | CD | 3F | 24 | 0 | 14 | D6 | 38 | 37 |
| Octal | 114 | 204 | 315 | 77 | 44 | 0 | 24 | 326 | 70 | 67 |
| Binary | 1001100 | 10000100 | 11001101 | 111111 | 100100 | 0 | 10100 | 11010110 | 111000 | 110111 |
Color Harmonies of #4C84CD
Complementary color
Monochromatic Colors of #4C84CD
Black with #4C84CD
Text Example
Text Example
White with #4C84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C84CD; }
p { color: rgb(76,132,205); }
H1.HeaderClassName
{
color: #4C84CD;
}
.AnyTagClassName
{
color: #4C84CD;
}
</style>
background-color css
<style>
a { background-color: #4C84CD; }
a { background-color: rgb(76,132,205); }
div.DivClassName
{
background-color: #4C84CD;
}
.BgClassName
{
background-color: #4C84CD;
}
</style>
border-color css
<style>
span { border-color: #4C84CD; }
span { border-color: rgb(76,132,205); }
td.TdClassName
{
border-color: #4C84CD;
}
.TagClassName
{
border-color: #4C84CD;
}
</style>