Shades of Steel Blue #477AB9
Tints of Steel Blue #477AB9
RGB
CMYK
RGB Variations
Color information
#477AB9 (or 0x477AB9) is known color: Steel Blue. HEX triplet: 47, 7A and B9. RGB value is (71,122,185). Sum of RGB (Red+Green+Blue) = 71+122+185=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #477AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477AB9 is #B88546. Grayscale: #717171. Windows color (decimal): -12092743 or 12155463. OLE color: 12155463.
HSL color Cylindrical-coordinate representation of color #477AB9: hue angle of 213.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477AB9 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 122 | 185 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.27 |
| HSL | 213.16º | 0.45% | 0.5% | - |
| HSV(B) | 213.16º | 0.62% | 0.73% | - |
| XYZ | 18.32 | 18.76 | 48.55 | - |
| YUV | 113.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 185 | 0.62 | 0.34 | 0 | 0.27 | 213.16 | 0.45 | 0.5 |
| Hex | 47 | 7A | B9 | 3E | 22 | 0 | 1B | D5 | 2D | 32 |
| Octal | 107 | 172 | 271 | 76 | 42 | 0 | 33 | 325 | 55 | 62 |
| Binary | 1000111 | 1111010 | 10111001 | 111110 | 100010 | 0 | 11011 | 11010101 | 101101 | 110010 |
Color Harmonies of #477AB9
Complementary color
Monochromatic Colors of #477AB9
Black with #477AB9
Text Example
Text Example
White with #477AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AB9; }
p { color: rgb(71,122,185); }
H1.HeaderClassName
{
color: #477AB9;
}
.AnyTagClassName
{
color: #477AB9;
}
</style>
background-color css
<style>
a { background-color: #477AB9; }
a { background-color: rgb(71,122,185); }
div.DivClassName
{
background-color: #477AB9;
}
.BgClassName
{
background-color: #477AB9;
}
</style>
border-color css
<style>
span { border-color: #477AB9; }
span { border-color: rgb(71,122,185); }
td.TdClassName
{
border-color: #477AB9;
}
.TagClassName
{
border-color: #477AB9;
}
</style>