Shades of Steel Blue #477EBA
Tints of Steel Blue #477EBA
RGB
CMYK
RGB Variations
Color information
#477EBA (or 0x477EBA) is known color: Steel Blue. HEX triplet: 47, 7E and BA. RGB value is (71,126,186). Sum of RGB (Red+Green+Blue) = 71+126+186=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #477EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EBA is #B88145. Grayscale: #747474. Windows color (decimal): -12091718 or 12222023. OLE color: 12222023.
HSL color Cylindrical-coordinate representation of color #477EBA: hue angle of 211.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477EBA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 126 | 186 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.27 |
| HSL | 211.3º | 0.45% | 0.5% | - |
| HSV(B) | 211.3º | 0.62% | 0.73% | - |
| XYZ | 18.92 | 19.81 | 49.28 | - |
| YUV | 116.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 186 | 0.62 | 0.32 | 0 | 0.27 | 211.3 | 0.45 | 0.5 |
| Hex | 47 | 7E | BA | 3E | 20 | 0 | 1B | D3 | 2D | 32 |
| Octal | 107 | 176 | 272 | 76 | 40 | 0 | 33 | 323 | 55 | 62 |
| Binary | 1000111 | 1111110 | 10111010 | 111110 | 100000 | 0 | 11011 | 11010011 | 101101 | 110010 |
Color Harmonies of #477EBA
Complementary color
Monochromatic Colors of #477EBA
Black with #477EBA
Text Example
Text Example
White with #477EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EBA; }
p { color: rgb(71,126,186); }
H1.HeaderClassName
{
color: #477EBA;
}
.AnyTagClassName
{
color: #477EBA;
}
</style>
background-color css
<style>
a { background-color: #477EBA; }
a { background-color: rgb(71,126,186); }
div.DivClassName
{
background-color: #477EBA;
}
.BgClassName
{
background-color: #477EBA;
}
</style>
border-color css
<style>
span { border-color: #477EBA; }
span { border-color: rgb(71,126,186); }
td.TdClassName
{
border-color: #477EBA;
}
.TagClassName
{
border-color: #477EBA;
}
</style>