Shades of Steel Blue #477FB6
Tints of Steel Blue #477FB6
RGB
CMYK
RGB Variations
Color information
#477FB6 (or 0x477FB6) is known color: Steel Blue. HEX triplet: 47, 7F and B6. RGB value is (71,127,182). Sum of RGB (Red+Green+Blue) = 71+127+182=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #477FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FB6 is #B88049. Grayscale: #747474. Windows color (decimal): -12091466 or 11960135. OLE color: 11960135.
HSL color Cylindrical-coordinate representation of color #477FB6: hue angle of 209.73º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #477FB6 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 127 | 182 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.29 |
| HSL | 209.73º | 0.44% | 0.5% | - |
| HSV(B) | 209.73º | 0.61% | 0.71% | - |
| XYZ | 18.63 | 19.9 | 47.11 | - |
| YUV | 116.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 182 | 0.61 | 0.30 | 0 | 0.29 | 209.73 | 0.44 | 0.5 |
| Hex | 47 | 7F | B6 | 3D | 1E | 0 | 1D | D2 | 2C | 32 |
| Octal | 107 | 177 | 266 | 75 | 36 | 0 | 35 | 322 | 54 | 62 |
| Binary | 1000111 | 1111111 | 10110110 | 111101 | 11110 | 0 | 11101 | 11010010 | 101100 | 110010 |
Color Harmonies of #477FB6
Complementary color
Monochromatic Colors of #477FB6
Black with #477FB6
Text Example
Text Example
White with #477FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FB6; }
p { color: rgb(71,127,182); }
H1.HeaderClassName
{
color: #477FB6;
}
.AnyTagClassName
{
color: #477FB6;
}
</style>
background-color css
<style>
a { background-color: #477FB6; }
a { background-color: rgb(71,127,182); }
div.DivClassName
{
background-color: #477FB6;
}
.BgClassName
{
background-color: #477FB6;
}
</style>
border-color css
<style>
span { border-color: #477FB6; }
span { border-color: rgb(71,127,182); }
td.TdClassName
{
border-color: #477FB6;
}
.TagClassName
{
border-color: #477FB6;
}
</style>