Shades of Steel Blue #477DB6
Tints of Steel Blue #477DB6
RGB
CMYK
RGB Variations
Color information
#477DB6 (or 0x477DB6) is known color: Steel Blue. HEX triplet: 47, 7D and B6. RGB value is (71,125,182). Sum of RGB (Red+Green+Blue) = 71+125+182=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #477DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DB6 is #B88249. Grayscale: #737373. Windows color (decimal): -12091978 or 11959623. OLE color: 11959623.
HSL color Cylindrical-coordinate representation of color #477DB6: hue angle of 210.81º 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 #477DB6 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 125 | 182 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.29 |
| HSL | 210.81º | 0.44% | 0.5% | - |
| HSV(B) | 210.81º | 0.61% | 0.71% | - |
| XYZ | 18.38 | 19.38 | 47.03 | - |
| YUV | 115.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 182 | 0.61 | 0.31 | 0 | 0.29 | 210.81 | 0.44 | 0.5 |
| Hex | 47 | 7D | B6 | 3D | 1F | 0 | 1D | D3 | 2C | 32 |
| Octal | 107 | 175 | 266 | 75 | 37 | 0 | 35 | 323 | 54 | 62 |
| Binary | 1000111 | 1111101 | 10110110 | 111101 | 11111 | 0 | 11101 | 11010011 | 101100 | 110010 |
Color Harmonies of #477DB6
Complementary color
Monochromatic Colors of #477DB6
Black with #477DB6
Text Example
Text Example
White with #477DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DB6; }
p { color: rgb(71,125,182); }
H1.HeaderClassName
{
color: #477DB6;
}
.AnyTagClassName
{
color: #477DB6;
}
</style>
background-color css
<style>
a { background-color: #477DB6; }
a { background-color: rgb(71,125,182); }
div.DivClassName
{
background-color: #477DB6;
}
.BgClassName
{
background-color: #477DB6;
}
</style>
border-color css
<style>
span { border-color: #477DB6; }
span { border-color: rgb(71,125,182); }
td.TdClassName
{
border-color: #477DB6;
}
.TagClassName
{
border-color: #477DB6;
}
</style>