Shades of Steel Blue #477DB4
Tints of Steel Blue #477DB4
RGB
CMYK
RGB Variations
Color information
#477DB4 (or 0x477DB4) is known color: Steel Blue. HEX triplet: 47, 7D and B4. RGB value is (71,125,180). Sum of RGB (Red+Green+Blue) = 71+125+180=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #477DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DB4 is #B8824B. Grayscale: #727272. Windows color (decimal): -12091980 or 11828551. OLE color: 11828551.
HSL color Cylindrical-coordinate representation of color #477DB4: hue angle of 210.28º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #477DB4 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 125 | 180 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.29 |
| HSL | 210.28º | 0.43% | 0.49% | - |
| HSV(B) | 210.28º | 0.61% | 0.71% | - |
| XYZ | 18.17 | 19.3 | 45.95 | - |
| YUV | 115.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 180 | 0.61 | 0.31 | 0 | 0.29 | 210.28 | 0.43 | 0.49 |
| Hex | 47 | 7D | B4 | 3D | 1F | 0 | 1D | D2 | 2B | 31 |
| Octal | 107 | 175 | 264 | 75 | 37 | 0 | 35 | 322 | 53 | 61 |
| Binary | 1000111 | 1111101 | 10110100 | 111101 | 11111 | 0 | 11101 | 11010010 | 101011 | 110001 |
Color Harmonies of #477DB4
Complementary color
Monochromatic Colors of #477DB4
Black with #477DB4
Text Example
Text Example
White with #477DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DB4; }
p { color: rgb(71,125,180); }
H1.HeaderClassName
{
color: #477DB4;
}
.AnyTagClassName
{
color: #477DB4;
}
</style>
background-color css
<style>
a { background-color: #477DB4; }
a { background-color: rgb(71,125,180); }
div.DivClassName
{
background-color: #477DB4;
}
.BgClassName
{
background-color: #477DB4;
}
</style>
border-color css
<style>
span { border-color: #477DB4; }
span { border-color: rgb(71,125,180); }
td.TdClassName
{
border-color: #477DB4;
}
.TagClassName
{
border-color: #477DB4;
}
</style>