Shades of Steel Blue #477BAC
Tints of Steel Blue #477BAC
RGB
CMYK
RGB Variations
Color information
#477BAC (or 0x477BAC) is known color: Steel Blue. HEX triplet: 47, 7B and AC. RGB value is (71,123,172). Sum of RGB (Red+Green+Blue) = 71+123+172=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #477BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BAC is #B88453. Grayscale: #707070. Windows color (decimal): -12092500 or 11303751. OLE color: 11303751.
HSL color Cylindrical-coordinate representation of color #477BAC: hue angle of 209.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477BAC is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 123 | 172 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.33 |
| HSL | 209.11º | 0.42% | 0.48% | - |
| HSV(B) | 209.11º | 0.59% | 0.67% | - |
| XYZ | 17.13 | 18.48 | 41.69 | - |
| YUV | 113.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 172 | 0.59 | 0.28 | 0 | 0.33 | 209.11 | 0.42 | 0.48 |
| Hex | 47 | 7B | AC | 3B | 1C | 0 | 21 | D1 | 2A | 30 |
| Octal | 107 | 173 | 254 | 73 | 34 | 0 | 41 | 321 | 52 | 60 |
| Binary | 1000111 | 1111011 | 10101100 | 111011 | 11100 | 0 | 100001 | 11010001 | 101010 | 110000 |
Color Harmonies of #477BAC
Complementary color
Monochromatic Colors of #477BAC
Black with #477BAC
Text Example
Text Example
White with #477BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BAC; }
p { color: rgb(71,123,172); }
H1.HeaderClassName
{
color: #477BAC;
}
.AnyTagClassName
{
color: #477BAC;
}
</style>
background-color css
<style>
a { background-color: #477BAC; }
a { background-color: rgb(71,123,172); }
div.DivClassName
{
background-color: #477BAC;
}
.BgClassName
{
background-color: #477BAC;
}
</style>
border-color css
<style>
span { border-color: #477BAC; }
span { border-color: rgb(71,123,172); }
td.TdClassName
{
border-color: #477BAC;
}
.TagClassName
{
border-color: #477BAC;
}
</style>