Shades of Steel Blue #477CBE
Tints of Steel Blue #477CBE
RGB
CMYK
RGB Variations
Color information
#477CBE (or 0x477CBE) is known color: Steel Blue. HEX triplet: 47, 7C and BE. RGB value is (71,124,190). Sum of RGB (Red+Green+Blue) = 71+124+190=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #477CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CBE is #B88341. Grayscale: #737373. Windows color (decimal): -12092226 or 12483655. OLE color: 12483655.
HSL color Cylindrical-coordinate representation of color #477CBE: hue angle of 213.28º 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 #477CBE is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 124 | 190 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.25 |
| HSL | 213.28º | 0.48% | 0.51% | - |
| HSV(B) | 213.28º | 0.63% | 0.75% | - |
| XYZ | 19.1 | 19.47 | 51.47 | - |
| YUV | 115.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 190 | 0.63 | 0.35 | 0 | 0.25 | 213.28 | 0.48 | 0.51 |
| Hex | 47 | 7C | BE | 3F | 23 | 0 | 19 | D5 | 30 | 33 |
| Octal | 107 | 174 | 276 | 77 | 43 | 0 | 31 | 325 | 60 | 63 |
| Binary | 1000111 | 1111100 | 10111110 | 111111 | 100011 | 0 | 11001 | 11010101 | 110000 | 110011 |
Color Harmonies of #477CBE
Complementary color
Monochromatic Colors of #477CBE
Black with #477CBE
Text Example
Text Example
White with #477CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CBE; }
p { color: rgb(71,124,190); }
H1.HeaderClassName
{
color: #477CBE;
}
.AnyTagClassName
{
color: #477CBE;
}
</style>
background-color css
<style>
a { background-color: #477CBE; }
a { background-color: rgb(71,124,190); }
div.DivClassName
{
background-color: #477CBE;
}
.BgClassName
{
background-color: #477CBE;
}
</style>
border-color css
<style>
span { border-color: #477CBE; }
span { border-color: rgb(71,124,190); }
td.TdClassName
{
border-color: #477CBE;
}
.TagClassName
{
border-color: #477CBE;
}
</style>