Shades of Havelock Blue #4C85CC
Tints of Havelock Blue #4C85CC
RGB
CMYK
RGB Variations
Color information
#4C85CC (or 0x4C85CC) is known color: Havelock Blue. HEX triplet: 4C, 85 and CC. RGB value is (76,133,204). Sum of RGB (Red+Green+Blue) = 76+133+204=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C85CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85CC is #B37A33. Grayscale: #7B7B7B. Windows color (decimal): -11762228 or 13403468. OLE color: 13403468.
HSL color Cylindrical-coordinate representation of color #4C85CC: hue angle of 213.28º 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 #4C85CC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 133 | 204 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.2 |
| HSL | 213.28º | 0.56% | 0.55% | - |
| HSV(B) | 213.28º | 0.63% | 0.8% | - |
| XYZ | 22.27 | 22.67 | 60.33 | - |
| YUV | 124.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 204 | 0.63 | 0.35 | 0 | 0.2 | 213.28 | 0.56 | 0.55 |
| Hex | 4C | 85 | CC | 3F | 23 | 0 | 14 | D5 | 38 | 37 |
| Octal | 114 | 205 | 314 | 77 | 43 | 0 | 24 | 325 | 70 | 67 |
| Binary | 1001100 | 10000101 | 11001100 | 111111 | 100011 | 0 | 10100 | 11010101 | 111000 | 110111 |
Color Harmonies of #4C85CC
Complementary color
Monochromatic Colors of #4C85CC
Black with #4C85CC
Text Example
Text Example
White with #4C85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C85CC; }
p { color: rgb(76,133,204); }
H1.HeaderClassName
{
color: #4C85CC;
}
.AnyTagClassName
{
color: #4C85CC;
}
</style>
background-color css
<style>
a { background-color: #4C85CC; }
a { background-color: rgb(76,133,204); }
div.DivClassName
{
background-color: #4C85CC;
}
.BgClassName
{
background-color: #4C85CC;
}
</style>
border-color css
<style>
span { border-color: #4C85CC; }
span { border-color: rgb(76,133,204); }
td.TdClassName
{
border-color: #4C85CC;
}
.TagClassName
{
border-color: #4C85CC;
}
</style>