Shades of Havelock Blue #4C85DA
Tints of Havelock Blue #4C85DA
RGB
CMYK
RGB Variations
Color information
#4C85DA (or 0x4C85DA) is known color: Havelock Blue. HEX triplet: 4C, 85 and DA. RGB value is (76,133,218). Sum of RGB (Red+Green+Blue) = 76+133+218=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C85DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85DA is #B37A25. Grayscale: #7D7D7D. Windows color (decimal): -11762214 or 14320972. OLE color: 14320972.
HSL color Cylindrical-coordinate representation of color #4C85DA: hue angle of 215.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C85DA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 133 | 218 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.15 |
| HSL | 215.92º | 0.66% | 0.58% | - |
| HSV(B) | 215.92º | 0.65% | 0.85% | - |
| XYZ | 24.02 | 23.37 | 69.58 | - |
| YUV | 125.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 218 | 0.65 | 0.39 | 0 | 0.15 | 215.92 | 0.66 | 0.58 |
| Hex | 4C | 85 | DA | 41 | 27 | 0 | F | D8 | 42 | 3A |
| Octal | 114 | 205 | 332 | 101 | 47 | 0 | 17 | 330 | 102 | 72 |
| Binary | 1001100 | 10000101 | 11011010 | 1000001 | 100111 | 0 | 1111 | 11011000 | 1000010 | 111010 |
Color Harmonies of #4C85DA
Complementary color
Monochromatic Colors of #4C85DA
Black with #4C85DA
Text Example
Text Example
White with #4C85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C85DA; }
p { color: rgb(76,133,218); }
H1.HeaderClassName
{
color: #4C85DA;
}
.AnyTagClassName
{
color: #4C85DA;
}
</style>
background-color css
<style>
a { background-color: #4C85DA; }
a { background-color: rgb(76,133,218); }
div.DivClassName
{
background-color: #4C85DA;
}
.BgClassName
{
background-color: #4C85DA;
}
</style>
border-color css
<style>
span { border-color: #4C85DA; }
span { border-color: rgb(76,133,218); }
td.TdClassName
{
border-color: #4C85DA;
}
.TagClassName
{
border-color: #4C85DA;
}
</style>