Shades of Havelock Blue #4785CE
Tints of Havelock Blue #4785CE
RGB
CMYK
RGB Variations
Color information
#4785CE (or 0x4785CE) is known color: Havelock Blue. HEX triplet: 47, 85 and CE. RGB value is (71,133,206). Sum of RGB (Red+Green+Blue) = 71+133+206=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #4785CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785CE is #B87A31. Grayscale: #7A7A7A. Windows color (decimal): -12089906 or 13534535. OLE color: 13534535.
HSL color Cylindrical-coordinate representation of color #4785CE: hue angle of 212.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4785CE is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 133 | 206 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.19 |
| HSL | 212.44º | 0.58% | 0.54% | - |
| HSV(B) | 212.44º | 0.66% | 0.81% | - |
| XYZ | 22.13 | 22.57 | 61.58 | - |
| YUV | 122.78 | 174.96 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 206 | 0.66 | 0.35 | 0 | 0.19 | 212.44 | 0.58 | 0.54 |
| Hex | 47 | 85 | CE | 42 | 23 | 0 | 13 | D4 | 3A | 36 |
| Octal | 107 | 205 | 316 | 102 | 43 | 0 | 23 | 324 | 72 | 66 |
| Binary | 1000111 | 10000101 | 11001110 | 1000010 | 100011 | 0 | 10011 | 11010100 | 111010 | 110110 |
Color Harmonies of #4785CE
Complementary color
Monochromatic Colors of #4785CE
Black with #4785CE
Text Example
Text Example
White with #4785CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785CE; }
p { color: rgb(71,133,206); }
H1.HeaderClassName
{
color: #4785CE;
}
.AnyTagClassName
{
color: #4785CE;
}
</style>
background-color css
<style>
a { background-color: #4785CE; }
a { background-color: rgb(71,133,206); }
div.DivClassName
{
background-color: #4785CE;
}
.BgClassName
{
background-color: #4785CE;
}
</style>
border-color css
<style>
span { border-color: #4785CE; }
span { border-color: rgb(71,133,206); }
td.TdClassName
{
border-color: #4785CE;
}
.TagClassName
{
border-color: #4785CE;
}
</style>