Shades of Havelock Blue #4785CB
Tints of Havelock Blue #4785CB
RGB
CMYK
RGB Variations
Color information
#4785CB (or 0x4785CB) is known color: Havelock Blue. HEX triplet: 47, 85 and CB. RGB value is (71,133,203). Sum of RGB (Red+Green+Blue) = 71+133+203=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #4785CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785CB is #B87A34. Grayscale: #7A7A7A. Windows color (decimal): -12089909 or 13337927. OLE color: 13337927.
HSL color Cylindrical-coordinate representation of color #4785CB: hue angle of 211.82º degrees, saturation: 0.56, 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 #4785CB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 133 | 203 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.20 |
| HSL | 211.82º | 0.56% | 0.54% | - |
| HSV(B) | 211.82º | 0.65% | 0.8% | - |
| XYZ | 21.77 | 22.43 | 59.68 | - |
| YUV | 122.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 203 | 0.65 | 0.34 | 0 | 0.20 | 211.82 | 0.56 | 0.54 |
| Hex | 47 | 85 | CB | 41 | 22 | 0 | 14 | D4 | 38 | 36 |
| Octal | 107 | 205 | 313 | 101 | 42 | 0 | 24 | 324 | 70 | 66 |
| Binary | 1000111 | 10000101 | 11001011 | 1000001 | 100010 | 0 | 10100 | 11010100 | 111000 | 110110 |
Color Harmonies of #4785CB
Complementary color
Monochromatic Colors of #4785CB
Black with #4785CB
Text Example
Text Example
White with #4785CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785CB; }
p { color: rgb(71,133,203); }
H1.HeaderClassName
{
color: #4785CB;
}
.AnyTagClassName
{
color: #4785CB;
}
</style>
background-color css
<style>
a { background-color: #4785CB; }
a { background-color: rgb(71,133,203); }
div.DivClassName
{
background-color: #4785CB;
}
.BgClassName
{
background-color: #4785CB;
}
</style>
border-color css
<style>
span { border-color: #4785CB; }
span { border-color: rgb(71,133,203); }
td.TdClassName
{
border-color: #4785CB;
}
.TagClassName
{
border-color: #4785CB;
}
</style>