Shades of Steel Blue #477FA5
Tints of Steel Blue #477FA5
RGB
CMYK
RGB Variations
Color information
#477FA5 (or 0x477FA5) is known color: Steel Blue. HEX triplet: 47, 7F and A5. RGB value is (71,127,165). Sum of RGB (Red+Green+Blue) = 71+127+165=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #477FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FA5 is #B8805A. Grayscale: #727272. Windows color (decimal): -12091483 or 10846023. OLE color: 10846023.
HSL color Cylindrical-coordinate representation of color #477FA5: hue angle of 204.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477FA5 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 127 | 165 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.35 |
| HSL | 204.26º | 0.4% | 0.46% | - |
| HSV(B) | 204.26º | 0.57% | 0.65% | - |
| XYZ | 16.98 | 19.23 | 38.42 | - |
| YUV | 114.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 165 | 0.57 | 0.23 | 0 | 0.35 | 204.26 | 0.4 | 0.46 |
| Hex | 47 | 7F | A5 | 39 | 17 | 0 | 23 | CC | 28 | 2E |
| Octal | 107 | 177 | 245 | 71 | 27 | 0 | 43 | 314 | 50 | 56 |
| Binary | 1000111 | 1111111 | 10100101 | 111001 | 10111 | 0 | 100011 | 11001100 | 101000 | 101110 |
Color Harmonies of #477FA5
Complementary color
Monochromatic Colors of #477FA5
Black with #477FA5
Text Example
Text Example
White with #477FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FA5; }
p { color: rgb(71,127,165); }
H1.HeaderClassName
{
color: #477FA5;
}
.AnyTagClassName
{
color: #477FA5;
}
</style>
background-color css
<style>
a { background-color: #477FA5; }
a { background-color: rgb(71,127,165); }
div.DivClassName
{
background-color: #477FA5;
}
.BgClassName
{
background-color: #477FA5;
}
</style>
border-color css
<style>
span { border-color: #477FA5; }
span { border-color: rgb(71,127,165); }
td.TdClassName
{
border-color: #477FA5;
}
.TagClassName
{
border-color: #477FA5;
}
</style>