Shades of Havelock Blue #4783CA
Tints of Havelock Blue #4783CA
RGB
CMYK
RGB Variations
Color information
#4783CA (or 0x4783CA) is known color: Havelock Blue. HEX triplet: 47, 83 and CA. RGB value is (71,131,202). Sum of RGB (Red+Green+Blue) = 71+131+202=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #4783CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4783CA is #B87C35. Grayscale: #787878. Windows color (decimal): -12090422 or 13271879. OLE color: 13271879.
HSL color Cylindrical-coordinate representation of color #4783CA: hue angle of 212.52º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4783CA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 131 | 202 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.21 |
| HSL | 212.52º | 0.55% | 0.54% | - |
| HSV(B) | 212.52º | 0.65% | 0.79% | - |
| XYZ | 21.38 | 21.84 | 58.97 | - |
| YUV | 121.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 202 | 0.65 | 0.35 | 0 | 0.21 | 212.52 | 0.55 | 0.54 |
| Hex | 47 | 83 | CA | 41 | 23 | 0 | 15 | D5 | 37 | 36 |
| Octal | 107 | 203 | 312 | 101 | 43 | 0 | 25 | 325 | 67 | 66 |
| Binary | 1000111 | 10000011 | 11001010 | 1000001 | 100011 | 0 | 10101 | 11010101 | 110111 | 110110 |
Color Harmonies of #4783CA
Complementary color
Monochromatic Colors of #4783CA
Black with #4783CA
Text Example
Text Example
White with #4783CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783CA; }
p { color: rgb(71,131,202); }
H1.HeaderClassName
{
color: #4783CA;
}
.AnyTagClassName
{
color: #4783CA;
}
</style>
background-color css
<style>
a { background-color: #4783CA; }
a { background-color: rgb(71,131,202); }
div.DivClassName
{
background-color: #4783CA;
}
.BgClassName
{
background-color: #4783CA;
}
</style>
border-color css
<style>
span { border-color: #4783CA; }
span { border-color: rgb(71,131,202); }
td.TdClassName
{
border-color: #4783CA;
}
.TagClassName
{
border-color: #4783CA;
}
</style>