Shades of Steel Blue #477BA2
Tints of Steel Blue #477BA2
RGB
CMYK
RGB Variations
Color information
#477BA2 (or 0x477BA2) is known color: Steel Blue. HEX triplet: 47, 7B and A2. RGB value is (71,123,162). Sum of RGB (Red+Green+Blue) = 71+123+162=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #477BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BA2 is #B8845D. Grayscale: #6F6F6F. Windows color (decimal): -12092510 or 10648391. OLE color: 10648391.
HSL color Cylindrical-coordinate representation of color #477BA2: hue angle of 205.71º 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 #477BA2 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 123 | 162 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.36 |
| HSL | 205.71º | 0.39% | 0.46% | - |
| HSV(B) | 205.71º | 0.56% | 0.64% | - |
| XYZ | 16.2 | 18.11 | 36.82 | - |
| YUV | 111.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 162 | 0.56 | 0.24 | 0 | 0.36 | 205.71 | 0.39 | 0.46 |
| Hex | 47 | 7B | A2 | 38 | 18 | 0 | 24 | CE | 27 | 2E |
| Octal | 107 | 173 | 242 | 70 | 30 | 0 | 44 | 316 | 47 | 56 |
| Binary | 1000111 | 1111011 | 10100010 | 111000 | 11000 | 0 | 100100 | 11001110 | 100111 | 101110 |
Color Harmonies of #477BA2
Complementary color
Monochromatic Colors of #477BA2
Black with #477BA2
Text Example
Text Example
White with #477BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BA2; }
p { color: rgb(71,123,162); }
H1.HeaderClassName
{
color: #477BA2;
}
.AnyTagClassName
{
color: #477BA2;
}
</style>
background-color css
<style>
a { background-color: #477BA2; }
a { background-color: rgb(71,123,162); }
div.DivClassName
{
background-color: #477BA2;
}
.BgClassName
{
background-color: #477BA2;
}
</style>
border-color css
<style>
span { border-color: #477BA2; }
span { border-color: rgb(71,123,162); }
td.TdClassName
{
border-color: #477BA2;
}
.TagClassName
{
border-color: #477BA2;
}
</style>