Shades of Havelock Blue #4C85D6
Tints of Havelock Blue #4C85D6
RGB
CMYK
RGB Variations
Color information
#4C85D6 (or 0x4C85D6) is known color: Havelock Blue. HEX triplet: 4C, 85 and D6. RGB value is (76,133,214). Sum of RGB (Red+Green+Blue) = 76+133+214=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C85D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85D6 is #B37A29. Grayscale: #7C7C7C. Windows color (decimal): -11762218 or 14058828. OLE color: 14058828.
HSL color Cylindrical-coordinate representation of color #4C85D6: hue angle of 215.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C85D6 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 133 | 214 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.16 |
| HSL | 215.22º | 0.63% | 0.57% | - |
| HSV(B) | 215.22º | 0.64% | 0.84% | - |
| XYZ | 23.51 | 23.17 | 66.85 | - |
| YUV | 125.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 214 | 0.64 | 0.38 | 0 | 0.16 | 215.22 | 0.63 | 0.57 |
| Hex | 4C | 85 | D6 | 40 | 26 | 0 | 10 | D7 | 3F | 39 |
| Octal | 114 | 205 | 326 | 100 | 46 | 0 | 20 | 327 | 77 | 71 |
| Binary | 1001100 | 10000101 | 11010110 | 1000000 | 100110 | 0 | 10000 | 11010111 | 111111 | 111001 |
Color Harmonies of #4C85D6
Complementary color
Monochromatic Colors of #4C85D6
Black with #4C85D6
Text Example
Text Example
White with #4C85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C85D6; }
p { color: rgb(76,133,214); }
H1.HeaderClassName
{
color: #4C85D6;
}
.AnyTagClassName
{
color: #4C85D6;
}
</style>
background-color css
<style>
a { background-color: #4C85D6; }
a { background-color: rgb(76,133,214); }
div.DivClassName
{
background-color: #4C85D6;
}
.BgClassName
{
background-color: #4C85D6;
}
</style>
border-color css
<style>
span { border-color: #4C85D6; }
span { border-color: rgb(76,133,214); }
td.TdClassName
{
border-color: #4C85D6;
}
.TagClassName
{
border-color: #4C85D6;
}
</style>