Shades of Steel Blue #477DBD
Tints of Steel Blue #477DBD
RGB
CMYK
RGB Variations
Color information
#477DBD (or 0x477DBD) is known color: Steel Blue. HEX triplet: 47, 7D and BD. RGB value is (71,125,189). Sum of RGB (Red+Green+Blue) = 71+125+189=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #477DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DBD is #B88242. Grayscale: #737373. Windows color (decimal): -12091971 or 12418375. OLE color: 12418375.
HSL color Cylindrical-coordinate representation of color #477DBD: hue angle of 212.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477DBD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 125 | 189 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.26 |
| HSL | 212.54º | 0.47% | 0.51% | - |
| HSV(B) | 212.54º | 0.62% | 0.74% | - |
| XYZ | 19.12 | 19.68 | 50.94 | - |
| YUV | 116.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 189 | 0.62 | 0.34 | 0 | 0.26 | 212.54 | 0.47 | 0.51 |
| Hex | 47 | 7D | BD | 3E | 22 | 0 | 1A | D5 | 2F | 33 |
| Octal | 107 | 175 | 275 | 76 | 42 | 0 | 32 | 325 | 57 | 63 |
| Binary | 1000111 | 1111101 | 10111101 | 111110 | 100010 | 0 | 11010 | 11010101 | 101111 | 110011 |
Color Harmonies of #477DBD
Complementary color
Monochromatic Colors of #477DBD
Black with #477DBD
Text Example
Text Example
White with #477DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DBD; }
p { color: rgb(71,125,189); }
H1.HeaderClassName
{
color: #477DBD;
}
.AnyTagClassName
{
color: #477DBD;
}
</style>
background-color css
<style>
a { background-color: #477DBD; }
a { background-color: rgb(71,125,189); }
div.DivClassName
{
background-color: #477DBD;
}
.BgClassName
{
background-color: #477DBD;
}
</style>
border-color css
<style>
span { border-color: #477DBD; }
span { border-color: rgb(71,125,189); }
td.TdClassName
{
border-color: #477DBD;
}
.TagClassName
{
border-color: #477DBD;
}
</style>