Shades of Steel Blue #477AB2
Tints of Steel Blue #477AB2
RGB
CMYK
RGB Variations
Color information
#477AB2 (or 0x477AB2) is known color: Steel Blue. HEX triplet: 47, 7A and B2. RGB value is (71,122,178). Sum of RGB (Red+Green+Blue) = 71+122+178=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #477AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AB2 is #B8854D. Grayscale: #707070. Windows color (decimal): -12092750 or 11696711. OLE color: 11696711.
HSL color Cylindrical-coordinate representation of color #477AB2: hue angle of 211.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477AB2 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 122 | 178 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.30 |
| HSL | 211.4º | 0.43% | 0.49% | - |
| HSV(B) | 211.4º | 0.6% | 0.7% | - |
| XYZ | 17.59 | 18.47 | 44.76 | - |
| YUV | 113.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 178 | 0.60 | 0.31 | 0 | 0.30 | 211.4 | 0.43 | 0.49 |
| Hex | 47 | 7A | B2 | 3C | 1F | 0 | 1E | D3 | 2B | 31 |
| Octal | 107 | 172 | 262 | 74 | 37 | 0 | 36 | 323 | 53 | 61 |
| Binary | 1000111 | 1111010 | 10110010 | 111100 | 11111 | 0 | 11110 | 11010011 | 101011 | 110001 |
Color Harmonies of #477AB2
Complementary color
Monochromatic Colors of #477AB2
Black with #477AB2
Text Example
Text Example
White with #477AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AB2; }
p { color: rgb(71,122,178); }
H1.HeaderClassName
{
color: #477AB2;
}
.AnyTagClassName
{
color: #477AB2;
}
</style>
background-color css
<style>
a { background-color: #477AB2; }
a { background-color: rgb(71,122,178); }
div.DivClassName
{
background-color: #477AB2;
}
.BgClassName
{
background-color: #477AB2;
}
</style>
border-color css
<style>
span { border-color: #477AB2; }
span { border-color: rgb(71,122,178); }
td.TdClassName
{
border-color: #477AB2;
}
.TagClassName
{
border-color: #477AB2;
}
</style>