Shades of Steel Blue #477DBE
Tints of Steel Blue #477DBE
RGB
CMYK
RGB Variations
Color information
#477DBE (or 0x477DBE) is known color: Steel Blue. HEX triplet: 47, 7D and BE. RGB value is (71,125,190). Sum of RGB (Red+Green+Blue) = 71+125+190=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #477DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DBE is #B88241. Grayscale: #737373. Windows color (decimal): -12091970 or 12483911. OLE color: 12483911.
HSL color Cylindrical-coordinate representation of color #477DBE: hue angle of 212.77º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477DBE is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 125 | 190 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.25 |
| HSL | 212.77º | 0.48% | 0.51% | - |
| HSV(B) | 212.77º | 0.63% | 0.75% | - |
| XYZ | 19.23 | 19.72 | 51.51 | - |
| YUV | 116.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 190 | 0.63 | 0.34 | 0 | 0.25 | 212.77 | 0.48 | 0.51 |
| Hex | 47 | 7D | BE | 3F | 22 | 0 | 19 | D5 | 30 | 33 |
| Octal | 107 | 175 | 276 | 77 | 42 | 0 | 31 | 325 | 60 | 63 |
| Binary | 1000111 | 1111101 | 10111110 | 111111 | 100010 | 0 | 11001 | 11010101 | 110000 | 110011 |
Color Harmonies of #477DBE
Complementary color
Monochromatic Colors of #477DBE
Black with #477DBE
Text Example
Text Example
White with #477DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DBE; }
p { color: rgb(71,125,190); }
H1.HeaderClassName
{
color: #477DBE;
}
.AnyTagClassName
{
color: #477DBE;
}
</style>
background-color css
<style>
a { background-color: #477DBE; }
a { background-color: rgb(71,125,190); }
div.DivClassName
{
background-color: #477DBE;
}
.BgClassName
{
background-color: #477DBE;
}
</style>
border-color css
<style>
span { border-color: #477DBE; }
span { border-color: rgb(71,125,190); }
td.TdClassName
{
border-color: #477DBE;
}
.TagClassName
{
border-color: #477DBE;
}
</style>