Shades of Steel Blue #477EC2
Tints of Steel Blue #477EC2
RGB
CMYK
RGB Variations
Color information
#477EC2 (or 0x477EC2) is known color: Steel Blue. HEX triplet: 47, 7E and C2. RGB value is (71,126,194). Sum of RGB (Red+Green+Blue) = 71+126+194=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #477EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EC2 is #B8813D. Grayscale: #747474. Windows color (decimal): -12091710 or 12746311. OLE color: 12746311.
HSL color Cylindrical-coordinate representation of color #477EC2: hue angle of 213.17º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477EC2 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 126 | 194 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.24 |
| HSL | 213.17º | 0.5% | 0.52% | - |
| HSV(B) | 213.17º | 0.63% | 0.76% | - |
| XYZ | 19.8 | 20.16 | 53.89 | - |
| YUV | 117.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 194 | 0.63 | 0.35 | 0 | 0.24 | 213.17 | 0.5 | 0.52 |
| Hex | 47 | 7E | C2 | 3F | 23 | 0 | 18 | D5 | 32 | 34 |
| Octal | 107 | 176 | 302 | 77 | 43 | 0 | 30 | 325 | 62 | 64 |
| Binary | 1000111 | 1111110 | 11000010 | 111111 | 100011 | 0 | 11000 | 11010101 | 110010 | 110100 |
Color Harmonies of #477EC2
Complementary color
Monochromatic Colors of #477EC2
Black with #477EC2
Text Example
Text Example
White with #477EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EC2; }
p { color: rgb(71,126,194); }
H1.HeaderClassName
{
color: #477EC2;
}
.AnyTagClassName
{
color: #477EC2;
}
</style>
background-color css
<style>
a { background-color: #477EC2; }
a { background-color: rgb(71,126,194); }
div.DivClassName
{
background-color: #477EC2;
}
.BgClassName
{
background-color: #477EC2;
}
</style>
border-color css
<style>
span { border-color: #477EC2; }
span { border-color: rgb(71,126,194); }
td.TdClassName
{
border-color: #477EC2;
}
.TagClassName
{
border-color: #477EC2;
}
</style>