Shades of Steel Blue #477DBB
Tints of Steel Blue #477DBB
RGB
CMYK
RGB Variations
Color information
#477DBB (or 0x477DBB) is known color: Steel Blue. HEX triplet: 47, 7D and BB. RGB value is (71,125,187). Sum of RGB (Red+Green+Blue) = 71+125+187=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #477DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DBB is #B88244. Grayscale: #737373. Windows color (decimal): -12091973 or 12287303. OLE color: 12287303.
HSL color Cylindrical-coordinate representation of color #477DBB: hue angle of 212.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477DBB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 125 | 187 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.27 |
| HSL | 212.07º | 0.46% | 0.51% | - |
| HSV(B) | 212.07º | 0.62% | 0.73% | - |
| XYZ | 18.9 | 19.59 | 49.8 | - |
| YUV | 115.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 187 | 0.62 | 0.33 | 0 | 0.27 | 212.07 | 0.46 | 0.51 |
| Hex | 47 | 7D | BB | 3E | 21 | 0 | 1B | D4 | 2E | 33 |
| Octal | 107 | 175 | 273 | 76 | 41 | 0 | 33 | 324 | 56 | 63 |
| Binary | 1000111 | 1111101 | 10111011 | 111110 | 100001 | 0 | 11011 | 11010100 | 101110 | 110011 |
Color Harmonies of #477DBB
Complementary color
Monochromatic Colors of #477DBB
Black with #477DBB
Text Example
Text Example
White with #477DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DBB; }
p { color: rgb(71,125,187); }
H1.HeaderClassName
{
color: #477DBB;
}
.AnyTagClassName
{
color: #477DBB;
}
</style>
background-color css
<style>
a { background-color: #477DBB; }
a { background-color: rgb(71,125,187); }
div.DivClassName
{
background-color: #477DBB;
}
.BgClassName
{
background-color: #477DBB;
}
</style>
border-color css
<style>
span { border-color: #477DBB; }
span { border-color: rgb(71,125,187); }
td.TdClassName
{
border-color: #477DBB;
}
.TagClassName
{
border-color: #477DBB;
}
</style>