Shades of Steel Blue #477BAB
Tints of Steel Blue #477BAB
RGB
CMYK
RGB Variations
Color information
#477BAB (or 0x477BAB) is known color: Steel Blue. HEX triplet: 47, 7B and AB. RGB value is (71,123,171). Sum of RGB (Red+Green+Blue) = 71+123+171=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #477BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BAB is #B88454. Grayscale: #707070. Windows color (decimal): -12092501 or 11238215. OLE color: 11238215.
HSL color Cylindrical-coordinate representation of color #477BAB: hue angle of 208.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477BAB is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 123 | 171 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.33 |
| HSL | 208.8º | 0.41% | 0.47% | - |
| HSV(B) | 208.8º | 0.58% | 0.67% | - |
| XYZ | 17.03 | 18.45 | 41.19 | - |
| YUV | 112.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 171 | 0.58 | 0.28 | 0 | 0.33 | 208.8 | 0.41 | 0.47 |
| Hex | 47 | 7B | AB | 3A | 1C | 0 | 21 | D1 | 29 | 2F |
| Octal | 107 | 173 | 253 | 72 | 34 | 0 | 41 | 321 | 51 | 57 |
| Binary | 1000111 | 1111011 | 10101011 | 111010 | 11100 | 0 | 100001 | 11010001 | 101001 | 101111 |
Color Harmonies of #477BAB
Complementary color
Monochromatic Colors of #477BAB
Black with #477BAB
Text Example
Text Example
White with #477BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BAB; }
p { color: rgb(71,123,171); }
H1.HeaderClassName
{
color: #477BAB;
}
.AnyTagClassName
{
color: #477BAB;
}
</style>
background-color css
<style>
a { background-color: #477BAB; }
a { background-color: rgb(71,123,171); }
div.DivClassName
{
background-color: #477BAB;
}
.BgClassName
{
background-color: #477BAB;
}
</style>
border-color css
<style>
span { border-color: #477BAB; }
span { border-color: rgb(71,123,171); }
td.TdClassName
{
border-color: #477BAB;
}
.TagClassName
{
border-color: #477BAB;
}
</style>