Shades of Havelock Blue #4785CC
Tints of Havelock Blue #4785CC
RGB
CMYK
RGB Variations
Color information
#4785CC (or 0x4785CC) is known color: Havelock Blue. HEX triplet: 47, 85 and CC. RGB value is (71,133,204). Sum of RGB (Red+Green+Blue) = 71+133+204=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #4785CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785CC is #B87A33. Grayscale: #7A7A7A. Windows color (decimal): -12089908 or 13403463. OLE color: 13403463.
HSL color Cylindrical-coordinate representation of color #4785CC: hue angle of 212.03º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4785CC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 133 | 204 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.2 |
| HSL | 212.03º | 0.57% | 0.54% | - |
| HSV(B) | 212.03º | 0.65% | 0.8% | - |
| XYZ | 21.89 | 22.47 | 60.31 | - |
| YUV | 122.56 | 173.96 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 204 | 0.65 | 0.35 | 0 | 0.2 | 212.03 | 0.57 | 0.54 |
| Hex | 47 | 85 | CC | 41 | 23 | 0 | 14 | D4 | 39 | 36 |
| Octal | 107 | 205 | 314 | 101 | 43 | 0 | 24 | 324 | 71 | 66 |
| Binary | 1000111 | 10000101 | 11001100 | 1000001 | 100011 | 0 | 10100 | 11010100 | 111001 | 110110 |
Color Harmonies of #4785CC
Complementary color
Monochromatic Colors of #4785CC
Black with #4785CC
Text Example
Text Example
White with #4785CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785CC; }
p { color: rgb(71,133,204); }
H1.HeaderClassName
{
color: #4785CC;
}
.AnyTagClassName
{
color: #4785CC;
}
</style>
background-color css
<style>
a { background-color: #4785CC; }
a { background-color: rgb(71,133,204); }
div.DivClassName
{
background-color: #4785CC;
}
.BgClassName
{
background-color: #4785CC;
}
</style>
border-color css
<style>
span { border-color: #4785CC; }
span { border-color: rgb(71,133,204); }
td.TdClassName
{
border-color: #4785CC;
}
.TagClassName
{
border-color: #4785CC;
}
</style>