Shades of Steel Blue #477AA3
Tints of Steel Blue #477AA3
RGB
CMYK
RGB Variations
Color information
#477AA3 (or 0x477AA3) is known color: Steel Blue. HEX triplet: 47, 7A and A3. RGB value is (71,122,163). Sum of RGB (Red+Green+Blue) = 71+122+163=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #477AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AA3 is #B8855C. Grayscale: #6F6F6F. Windows color (decimal): -12092765 or 10713671. OLE color: 10713671.
HSL color Cylindrical-coordinate representation of color #477AA3: hue angle of 206.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #477AA3 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 122 | 163 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.36 |
| HSL | 206.74º | 0.39% | 0.46% | - |
| HSV(B) | 206.74º | 0.56% | 0.64% | - |
| XYZ | 16.17 | 17.9 | 37.25 | - |
| YUV | 111.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 163 | 0.56 | 0.25 | 0 | 0.36 | 206.74 | 0.39 | 0.46 |
| Hex | 47 | 7A | A3 | 38 | 19 | 0 | 24 | CF | 27 | 2E |
| Octal | 107 | 172 | 243 | 70 | 31 | 0 | 44 | 317 | 47 | 56 |
| Binary | 1000111 | 1111010 | 10100011 | 111000 | 11001 | 0 | 100100 | 11001111 | 100111 | 101110 |
Color Harmonies of #477AA3
Complementary color
Monochromatic Colors of #477AA3
Black with #477AA3
Text Example
Text Example
White with #477AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AA3; }
p { color: rgb(71,122,163); }
H1.HeaderClassName
{
color: #477AA3;
}
.AnyTagClassName
{
color: #477AA3;
}
</style>
background-color css
<style>
a { background-color: #477AA3; }
a { background-color: rgb(71,122,163); }
div.DivClassName
{
background-color: #477AA3;
}
.BgClassName
{
background-color: #477AA3;
}
</style>
border-color css
<style>
span { border-color: #477AA3; }
span { border-color: rgb(71,122,163); }
td.TdClassName
{
border-color: #477AA3;
}
.TagClassName
{
border-color: #477AA3;
}
</style>