Shades of Steel Blue #477DB5
Tints of Steel Blue #477DB5
RGB
CMYK
RGB Variations
Color information
#477DB5 (or 0x477DB5) is known color: Steel Blue. HEX triplet: 47, 7D and B5. RGB value is (71,125,181). Sum of RGB (Red+Green+Blue) = 71+125+181=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #477DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DB5 is #B8824A. Grayscale: #727272. Windows color (decimal): -12091979 or 11894087. OLE color: 11894087.
HSL color Cylindrical-coordinate representation of color #477DB5: hue angle of 210.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #477DB5 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 125 | 181 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.29 |
| HSL | 210.55º | 0.44% | 0.49% | - |
| HSV(B) | 210.55º | 0.61% | 0.71% | - |
| XYZ | 18.27 | 19.34 | 46.49 | - |
| YUV | 115.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 181 | 0.61 | 0.31 | 0 | 0.29 | 210.55 | 0.44 | 0.49 |
| Hex | 47 | 7D | B5 | 3D | 1F | 0 | 1D | D3 | 2C | 31 |
| Octal | 107 | 175 | 265 | 75 | 37 | 0 | 35 | 323 | 54 | 61 |
| Binary | 1000111 | 1111101 | 10110101 | 111101 | 11111 | 0 | 11101 | 11010011 | 101100 | 110001 |
Color Harmonies of #477DB5
Complementary color
Monochromatic Colors of #477DB5
Black with #477DB5
Text Example
Text Example
White with #477DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DB5; }
p { color: rgb(71,125,181); }
H1.HeaderClassName
{
color: #477DB5;
}
.AnyTagClassName
{
color: #477DB5;
}
</style>
background-color css
<style>
a { background-color: #477DB5; }
a { background-color: rgb(71,125,181); }
div.DivClassName
{
background-color: #477DB5;
}
.BgClassName
{
background-color: #477DB5;
}
</style>
border-color css
<style>
span { border-color: #477DB5; }
span { border-color: rgb(71,125,181); }
td.TdClassName
{
border-color: #477DB5;
}
.TagClassName
{
border-color: #477DB5;
}
</style>