Shades of Havelock Blue #477EC6
Tints of Havelock Blue #477EC6
RGB
CMYK
RGB Variations
Color information
#477EC6 (or 0x477EC6) is known color: Havelock Blue. HEX triplet: 47, 7E and C6. RGB value is (71,126,198). Sum of RGB (Red+Green+Blue) = 71+126+198=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #477EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EC6 is #B88139. Grayscale: #757575. Windows color (decimal): -12091706 or 13008455. OLE color: 13008455.
HSL color Cylindrical-coordinate representation of color #477EC6: hue angle of 214.02º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477EC6 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 126 | 198 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.22 |
| HSL | 214.02º | 0.53% | 0.53% | - |
| HSV(B) | 214.02º | 0.64% | 0.78% | - |
| XYZ | 20.25 | 20.34 | 56.28 | - |
| YUV | 117.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 198 | 0.64 | 0.36 | 0 | 0.22 | 214.02 | 0.53 | 0.53 |
| Hex | 47 | 7E | C6 | 40 | 24 | 0 | 16 | D6 | 35 | 35 |
| Octal | 107 | 176 | 306 | 100 | 44 | 0 | 26 | 326 | 65 | 65 |
| Binary | 1000111 | 1111110 | 11000110 | 1000000 | 100100 | 0 | 10110 | 11010110 | 110101 | 110101 |
Color Harmonies of #477EC6
Complementary color
Monochromatic Colors of #477EC6
Black with #477EC6
Text Example
Text Example
White with #477EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EC6; }
p { color: rgb(71,126,198); }
H1.HeaderClassName
{
color: #477EC6;
}
.AnyTagClassName
{
color: #477EC6;
}
</style>
background-color css
<style>
a { background-color: #477EC6; }
a { background-color: rgb(71,126,198); }
div.DivClassName
{
background-color: #477EC6;
}
.BgClassName
{
background-color: #477EC6;
}
</style>
border-color css
<style>
span { border-color: #477EC6; }
span { border-color: rgb(71,126,198); }
td.TdClassName
{
border-color: #477EC6;
}
.TagClassName
{
border-color: #477EC6;
}
</style>