Shades of Steel Blue #477CC0
Tints of Steel Blue #477CC0
RGB
CMYK
RGB Variations
Color information
#477CC0 (or 0x477CC0) is known color: Steel Blue. HEX triplet: 47, 7C and C0. RGB value is (71,124,192). Sum of RGB (Red+Green+Blue) = 71+124+192=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #477CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CC0 is #B8833F. Grayscale: #737373. Windows color (decimal): -12092224 or 12614727. OLE color: 12614727.
HSL color Cylindrical-coordinate representation of color #477CC0: hue angle of 213.72º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477CC0 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 124 | 192 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.25 |
| HSL | 213.72º | 0.49% | 0.52% | - |
| HSV(B) | 213.72º | 0.63% | 0.75% | - |
| XYZ | 19.32 | 19.56 | 52.63 | - |
| YUV | 115.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 192 | 0.63 | 0.35 | 0 | 0.25 | 213.72 | 0.49 | 0.52 |
| Hex | 47 | 7C | C0 | 3F | 23 | 0 | 19 | D6 | 31 | 34 |
| Octal | 107 | 174 | 300 | 77 | 43 | 0 | 31 | 326 | 61 | 64 |
| Binary | 1000111 | 1111100 | 11000000 | 111111 | 100011 | 0 | 11001 | 11010110 | 110001 | 110100 |
Color Harmonies of #477CC0
Complementary color
Monochromatic Colors of #477CC0
Black with #477CC0
Text Example
Text Example
White with #477CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CC0; }
p { color: rgb(71,124,192); }
H1.HeaderClassName
{
color: #477CC0;
}
.AnyTagClassName
{
color: #477CC0;
}
</style>
background-color css
<style>
a { background-color: #477CC0; }
a { background-color: rgb(71,124,192); }
div.DivClassName
{
background-color: #477CC0;
}
.BgClassName
{
background-color: #477CC0;
}
</style>
border-color css
<style>
span { border-color: #477CC0; }
span { border-color: rgb(71,124,192); }
td.TdClassName
{
border-color: #477CC0;
}
.TagClassName
{
border-color: #477CC0;
}
</style>