Shades of Steel Blue #477AAC
Tints of Steel Blue #477AAC
RGB
CMYK
RGB Variations
Color information
#477AAC (or 0x477AAC) is known color: Steel Blue. HEX triplet: 47, 7A and AC. RGB value is (71,122,172). Sum of RGB (Red+Green+Blue) = 71+122+172=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #477AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAC is #B88553. Grayscale: #707070. Windows color (decimal): -12092756 or 11303495. OLE color: 11303495.
HSL color Cylindrical-coordinate representation of color #477AAC: hue angle of 209.7º 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 #477AAC is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 122 | 172 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.33 |
| HSL | 209.7º | 0.42% | 0.48% | - |
| HSV(B) | 209.7º | 0.59% | 0.67% | - |
| XYZ | 17 | 18.24 | 41.65 | - |
| YUV | 112.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 172 | 0.59 | 0.29 | 0 | 0.33 | 209.7 | 0.42 | 0.48 |
| Hex | 47 | 7A | AC | 3B | 1D | 0 | 21 | D2 | 2A | 30 |
| Octal | 107 | 172 | 254 | 73 | 35 | 0 | 41 | 322 | 52 | 60 |
| Binary | 1000111 | 1111010 | 10101100 | 111011 | 11101 | 0 | 100001 | 11010010 | 101010 | 110000 |
Color Harmonies of #477AAC
Complementary color
Monochromatic Colors of #477AAC
Black with #477AAC
Text Example
Text Example
White with #477AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AAC; }
p { color: rgb(71,122,172); }
H1.HeaderClassName
{
color: #477AAC;
}
.AnyTagClassName
{
color: #477AAC;
}
</style>
background-color css
<style>
a { background-color: #477AAC; }
a { background-color: rgb(71,122,172); }
div.DivClassName
{
background-color: #477AAC;
}
.BgClassName
{
background-color: #477AAC;
}
</style>
border-color css
<style>
span { border-color: #477AAC; }
span { border-color: rgb(71,122,172); }
td.TdClassName
{
border-color: #477AAC;
}
.TagClassName
{
border-color: #477AAC;
}
</style>