Shades of Steel Blue #477EBC
Tints of Steel Blue #477EBC
RGB
CMYK
RGB Variations
Color information
#477EBC (or 0x477EBC) is known color: Steel Blue. HEX triplet: 47, 7E and BC. RGB value is (71,126,188). Sum of RGB (Red+Green+Blue) = 71+126+188=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #477EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EBC is #B88143. Grayscale: #747474. Windows color (decimal): -12091716 or 12353095. OLE color: 12353095.
HSL color Cylindrical-coordinate representation of color #477EBC: hue angle of 211.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477EBC is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 126 | 188 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.26 |
| HSL | 211.79º | 0.47% | 0.51% | - |
| HSV(B) | 211.79º | 0.62% | 0.74% | - |
| XYZ | 19.14 | 19.89 | 50.41 | - |
| YUV | 116.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 188 | 0.62 | 0.33 | 0 | 0.26 | 211.79 | 0.47 | 0.51 |
| Hex | 47 | 7E | BC | 3E | 21 | 0 | 1A | D4 | 2F | 33 |
| Octal | 107 | 176 | 274 | 76 | 41 | 0 | 32 | 324 | 57 | 63 |
| Binary | 1000111 | 1111110 | 10111100 | 111110 | 100001 | 0 | 11010 | 11010100 | 101111 | 110011 |
Color Harmonies of #477EBC
Complementary color
Monochromatic Colors of #477EBC
Black with #477EBC
Text Example
Text Example
White with #477EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EBC; }
p { color: rgb(71,126,188); }
H1.HeaderClassName
{
color: #477EBC;
}
.AnyTagClassName
{
color: #477EBC;
}
</style>
background-color css
<style>
a { background-color: #477EBC; }
a { background-color: rgb(71,126,188); }
div.DivClassName
{
background-color: #477EBC;
}
.BgClassName
{
background-color: #477EBC;
}
</style>
border-color css
<style>
span { border-color: #477EBC; }
span { border-color: rgb(71,126,188); }
td.TdClassName
{
border-color: #477EBC;
}
.TagClassName
{
border-color: #477EBC;
}
</style>