Shades of Steel Blue #477AB5
Tints of Steel Blue #477AB5
RGB
CMYK
RGB Variations
Color information
#477AB5 (or 0x477AB5) is known color: Steel Blue. HEX triplet: 47, 7A and B5. RGB value is (71,122,181). Sum of RGB (Red+Green+Blue) = 71+122+181=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #477AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477AB5 is #B8854A. Grayscale: #717171. Windows color (decimal): -12092747 or 11893319. OLE color: 11893319.
HSL color Cylindrical-coordinate representation of color #477AB5: hue angle of 212.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #477AB5 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 122 | 181 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.29 |
| HSL | 212.18º | 0.44% | 0.49% | - |
| HSV(B) | 212.18º | 0.61% | 0.71% | - |
| XYZ | 17.9 | 18.59 | 46.36 | - |
| YUV | 113.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 181 | 0.61 | 0.33 | 0 | 0.29 | 212.18 | 0.44 | 0.49 |
| Hex | 47 | 7A | B5 | 3D | 21 | 0 | 1D | D4 | 2C | 31 |
| Octal | 107 | 172 | 265 | 75 | 41 | 0 | 35 | 324 | 54 | 61 |
| Binary | 1000111 | 1111010 | 10110101 | 111101 | 100001 | 0 | 11101 | 11010100 | 101100 | 110001 |
Color Harmonies of #477AB5
Complementary color
Monochromatic Colors of #477AB5
Black with #477AB5
Text Example
Text Example
White with #477AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AB5; }
p { color: rgb(71,122,181); }
H1.HeaderClassName
{
color: #477AB5;
}
.AnyTagClassName
{
color: #477AB5;
}
</style>
background-color css
<style>
a { background-color: #477AB5; }
a { background-color: rgb(71,122,181); }
div.DivClassName
{
background-color: #477AB5;
}
.BgClassName
{
background-color: #477AB5;
}
</style>
border-color css
<style>
span { border-color: #477AB5; }
span { border-color: rgb(71,122,181); }
td.TdClassName
{
border-color: #477AB5;
}
.TagClassName
{
border-color: #477AB5;
}
</style>