Shades of Steel Blue #477DB3
Tints of Steel Blue #477DB3
RGB
CMYK
RGB Variations
Color information
#477DB3 (or 0x477DB3) is known color: Steel Blue. HEX triplet: 47, 7D and B3. RGB value is (71,125,179). Sum of RGB (Red+Green+Blue) = 71+125+179=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #477DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DB3 is #B8824C. Grayscale: #727272. Windows color (decimal): -12091981 or 11763015. OLE color: 11763015.
HSL color Cylindrical-coordinate representation of color #477DB3: hue angle of 210º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477DB3 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 125 | 179 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.30 |
| HSL | 210º | 0.43% | 0.49% | - |
| HSV(B) | 210º | 0.6% | 0.7% | - |
| XYZ | 18.07 | 19.26 | 45.41 | - |
| YUV | 115.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 179 | 0.60 | 0.30 | 0 | 0.30 | 210 | 0.43 | 0.49 |
| Hex | 47 | 7D | B3 | 3C | 1E | 0 | 1E | D2 | 2B | 31 |
| Octal | 107 | 175 | 263 | 74 | 36 | 0 | 36 | 322 | 53 | 61 |
| Binary | 1000111 | 1111101 | 10110011 | 111100 | 11110 | 0 | 11110 | 11010010 | 101011 | 110001 |
Color Harmonies of #477DB3
Complementary color
Monochromatic Colors of #477DB3
Black with #477DB3
Text Example
Text Example
White with #477DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DB3; }
p { color: rgb(71,125,179); }
H1.HeaderClassName
{
color: #477DB3;
}
.AnyTagClassName
{
color: #477DB3;
}
</style>
background-color css
<style>
a { background-color: #477DB3; }
a { background-color: rgb(71,125,179); }
div.DivClassName
{
background-color: #477DB3;
}
.BgClassName
{
background-color: #477DB3;
}
</style>
border-color css
<style>
span { border-color: #477DB3; }
span { border-color: rgb(71,125,179); }
td.TdClassName
{
border-color: #477DB3;
}
.TagClassName
{
border-color: #477DB3;
}
</style>