Shades of Havelock Blue #4C85CE
Tints of Havelock Blue #4C85CE
RGB
CMYK
RGB Variations
Color information
#4C85CE (or 0x4C85CE) is known color: Havelock Blue. HEX triplet: 4C, 85 and CE. RGB value is (76,133,206). Sum of RGB (Red+Green+Blue) = 76+133+206=415 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.31% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C85CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85CE is #B37A31. Grayscale: #7B7B7B. Windows color (decimal): -11762226 or 13534540. OLE color: 13534540.
HSL color Cylindrical-coordinate representation of color #4C85CE: hue angle of 213.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C85CE is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 133 | 206 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.19 |
| HSL | 213.69º | 0.57% | 0.55% | - |
| HSV(B) | 213.69º | 0.63% | 0.81% | - |
| XYZ | 22.51 | 22.77 | 61.6 | - |
| YUV | 124.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 206 | 0.63 | 0.35 | 0 | 0.19 | 213.69 | 0.57 | 0.55 |
| Hex | 4C | 85 | CE | 3F | 23 | 0 | 13 | D6 | 39 | 37 |
| Octal | 114 | 205 | 316 | 77 | 43 | 0 | 23 | 326 | 71 | 67 |
| Binary | 1001100 | 10000101 | 11001110 | 111111 | 100011 | 0 | 10011 | 11010110 | 111001 | 110111 |
Color Harmonies of #4C85CE
Complementary color
Monochromatic Colors of #4C85CE
Black with #4C85CE
Text Example
Text Example
White with #4C85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C85CE; }
p { color: rgb(76,133,206); }
H1.HeaderClassName
{
color: #4C85CE;
}
.AnyTagClassName
{
color: #4C85CE;
}
</style>
background-color css
<style>
a { background-color: #4C85CE; }
a { background-color: rgb(76,133,206); }
div.DivClassName
{
background-color: #4C85CE;
}
.BgClassName
{
background-color: #4C85CE;
}
</style>
border-color css
<style>
span { border-color: #4C85CE; }
span { border-color: rgb(76,133,206); }
td.TdClassName
{
border-color: #4C85CE;
}
.TagClassName
{
border-color: #4C85CE;
}
</style>