Shades of Steel Blue #477EC0
Tints of Steel Blue #477EC0
RGB
CMYK
RGB Variations
Color information
#477EC0 (or 0x477EC0) is known color: Steel Blue. HEX triplet: 47, 7E and C0. RGB value is (71,126,192). Sum of RGB (Red+Green+Blue) = 71+126+192=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #477EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EC0 is #B8813F. Grayscale: #747474. Windows color (decimal): -12091712 or 12615239. OLE color: 12615239.
HSL color Cylindrical-coordinate representation of color #477EC0: hue angle of 212.73º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477EC0 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 126 | 192 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.25 |
| HSL | 212.73º | 0.49% | 0.52% | - |
| HSV(B) | 212.73º | 0.63% | 0.75% | - |
| XYZ | 19.57 | 20.07 | 52.71 | - |
| YUV | 117.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 192 | 0.63 | 0.34 | 0 | 0.25 | 212.73 | 0.49 | 0.52 |
| Hex | 47 | 7E | C0 | 3F | 22 | 0 | 19 | D5 | 31 | 34 |
| Octal | 107 | 176 | 300 | 77 | 42 | 0 | 31 | 325 | 61 | 64 |
| Binary | 1000111 | 1111110 | 11000000 | 111111 | 100010 | 0 | 11001 | 11010101 | 110001 | 110100 |
Color Harmonies of #477EC0
Complementary color
Monochromatic Colors of #477EC0
Black with #477EC0
Text Example
Text Example
White with #477EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EC0; }
p { color: rgb(71,126,192); }
H1.HeaderClassName
{
color: #477EC0;
}
.AnyTagClassName
{
color: #477EC0;
}
</style>
background-color css
<style>
a { background-color: #477EC0; }
a { background-color: rgb(71,126,192); }
div.DivClassName
{
background-color: #477EC0;
}
.BgClassName
{
background-color: #477EC0;
}
</style>
border-color css
<style>
span { border-color: #477EC0; }
span { border-color: rgb(71,126,192); }
td.TdClassName
{
border-color: #477EC0;
}
.TagClassName
{
border-color: #477EC0;
}
</style>