Shades of Steel Blue #477BA5
Tints of Steel Blue #477BA5
RGB
CMYK
RGB Variations
Color information
#477BA5 (or 0x477BA5) is known color: Steel Blue. HEX triplet: 47, 7B and A5. RGB value is (71,123,165). Sum of RGB (Red+Green+Blue) = 71+123+165=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #477BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BA5 is #B8845A. Grayscale: #707070. Windows color (decimal): -12092507 or 10844999. OLE color: 10844999.
HSL color Cylindrical-coordinate representation of color #477BA5: hue angle of 206.81º 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 #477BA5 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 123 | 165 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.35 |
| HSL | 206.81º | 0.4% | 0.46% | - |
| HSV(B) | 206.81º | 0.57% | 0.65% | - |
| XYZ | 16.47 | 18.22 | 38.25 | - |
| YUV | 112.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 165 | 0.57 | 0.25 | 0 | 0.35 | 206.81 | 0.4 | 0.46 |
| Hex | 47 | 7B | A5 | 39 | 19 | 0 | 23 | CF | 28 | 2E |
| Octal | 107 | 173 | 245 | 71 | 31 | 0 | 43 | 317 | 50 | 56 |
| Binary | 1000111 | 1111011 | 10100101 | 111001 | 11001 | 0 | 100011 | 11001111 | 101000 | 101110 |
Color Harmonies of #477BA5
Complementary color
Monochromatic Colors of #477BA5
Black with #477BA5
Text Example
Text Example
White with #477BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BA5; }
p { color: rgb(71,123,165); }
H1.HeaderClassName
{
color: #477BA5;
}
.AnyTagClassName
{
color: #477BA5;
}
</style>
background-color css
<style>
a { background-color: #477BA5; }
a { background-color: rgb(71,123,165); }
div.DivClassName
{
background-color: #477BA5;
}
.BgClassName
{
background-color: #477BA5;
}
</style>
border-color css
<style>
span { border-color: #477BA5; }
span { border-color: rgb(71,123,165); }
td.TdClassName
{
border-color: #477BA5;
}
.TagClassName
{
border-color: #477BA5;
}
</style>