Shades of Steel Blue #477DB1
Tints of Steel Blue #477DB1
RGB
CMYK
RGB Variations
Color information
#477DB1 (or 0x477DB1) is known color: Steel Blue. HEX triplet: 47, 7D and B1. RGB value is (71,125,177). Sum of RGB (Red+Green+Blue) = 71+125+177=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #477DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DB1 is #B8824E. Grayscale: #727272. Windows color (decimal): -12091983 or 11631943. OLE color: 11631943.
HSL color Cylindrical-coordinate representation of color #477DB1: hue angle of 209.43º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477DB1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 125 | 177 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.31 |
| HSL | 209.43º | 0.43% | 0.49% | - |
| HSV(B) | 209.43º | 0.6% | 0.69% | - |
| XYZ | 17.87 | 19.18 | 44.36 | - |
| YUV | 114.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 177 | 0.60 | 0.29 | 0 | 0.31 | 209.43 | 0.43 | 0.49 |
| Hex | 47 | 7D | B1 | 3C | 1D | 0 | 1F | D1 | 2B | 31 |
| Octal | 107 | 175 | 261 | 74 | 35 | 0 | 37 | 321 | 53 | 61 |
| Binary | 1000111 | 1111101 | 10110001 | 111100 | 11101 | 0 | 11111 | 11010001 | 101011 | 110001 |
Color Harmonies of #477DB1
Complementary color
Monochromatic Colors of #477DB1
Black with #477DB1
Text Example
Text Example
White with #477DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DB1; }
p { color: rgb(71,125,177); }
H1.HeaderClassName
{
color: #477DB1;
}
.AnyTagClassName
{
color: #477DB1;
}
</style>
background-color css
<style>
a { background-color: #477DB1; }
a { background-color: rgb(71,125,177); }
div.DivClassName
{
background-color: #477DB1;
}
.BgClassName
{
background-color: #477DB1;
}
</style>
border-color css
<style>
span { border-color: #477DB1; }
span { border-color: rgb(71,125,177); }
td.TdClassName
{
border-color: #477DB1;
}
.TagClassName
{
border-color: #477DB1;
}
</style>