Shades of Steel Blue #477CA5
Tints of Steel Blue #477CA5
RGB
CMYK
RGB Variations
Color information
#477CA5 (or 0x477CA5) is known color: Steel Blue. HEX triplet: 47, 7C and A5. RGB value is (71,124,165). Sum of RGB (Red+Green+Blue) = 71+124+165=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #477CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CA5 is #B8835A. Grayscale: #707070. Windows color (decimal): -12092251 or 10845255. OLE color: 10845255.
HSL color Cylindrical-coordinate representation of color #477CA5: hue angle of 206.17º 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 #477CA5 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 124 | 165 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.35 |
| HSL | 206.17º | 0.4% | 0.46% | - |
| HSV(B) | 206.17º | 0.57% | 0.65% | - |
| XYZ | 16.6 | 18.47 | 38.29 | - |
| YUV | 112.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 165 | 0.57 | 0.25 | 0 | 0.35 | 206.17 | 0.4 | 0.46 |
| Hex | 47 | 7C | A5 | 39 | 19 | 0 | 23 | CE | 28 | 2E |
| Octal | 107 | 174 | 245 | 71 | 31 | 0 | 43 | 316 | 50 | 56 |
| Binary | 1000111 | 1111100 | 10100101 | 111001 | 11001 | 0 | 100011 | 11001110 | 101000 | 101110 |
Color Harmonies of #477CA5
Complementary color
Monochromatic Colors of #477CA5
Black with #477CA5
Text Example
Text Example
White with #477CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CA5; }
p { color: rgb(71,124,165); }
H1.HeaderClassName
{
color: #477CA5;
}
.AnyTagClassName
{
color: #477CA5;
}
</style>
background-color css
<style>
a { background-color: #477CA5; }
a { background-color: rgb(71,124,165); }
div.DivClassName
{
background-color: #477CA5;
}
.BgClassName
{
background-color: #477CA5;
}
</style>
border-color css
<style>
span { border-color: #477CA5; }
span { border-color: rgb(71,124,165); }
td.TdClassName
{
border-color: #477CA5;
}
.TagClassName
{
border-color: #477CA5;
}
</style>