Shades of Steel Blue #477BBD
Tints of Steel Blue #477BBD
RGB
CMYK
RGB Variations
Color information
#477BBD (or 0x477BBD) is known color: Steel Blue. HEX triplet: 47, 7B and BD. RGB value is (71,123,189). Sum of RGB (Red+Green+Blue) = 71+123+189=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #477BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BBD is #B88442. Grayscale: #727272. Windows color (decimal): -12092483 or 12417863. OLE color: 12417863.
HSL color Cylindrical-coordinate representation of color #477BBD: hue angle of 213.56º 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 #477BBD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 123 | 189 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.26 |
| HSL | 213.56º | 0.47% | 0.51% | - |
| HSV(B) | 213.56º | 0.62% | 0.74% | - |
| XYZ | 18.87 | 19.18 | 50.85 | - |
| YUV | 114.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 189 | 0.62 | 0.35 | 0 | 0.26 | 213.56 | 0.47 | 0.51 |
| Hex | 47 | 7B | BD | 3E | 23 | 0 | 1A | D6 | 2F | 33 |
| Octal | 107 | 173 | 275 | 76 | 43 | 0 | 32 | 326 | 57 | 63 |
| Binary | 1000111 | 1111011 | 10111101 | 111110 | 100011 | 0 | 11010 | 11010110 | 101111 | 110011 |
Color Harmonies of #477BBD
Complementary color
Monochromatic Colors of #477BBD
Black with #477BBD
Text Example
Text Example
White with #477BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BBD; }
p { color: rgb(71,123,189); }
H1.HeaderClassName
{
color: #477BBD;
}
.AnyTagClassName
{
color: #477BBD;
}
</style>
background-color css
<style>
a { background-color: #477BBD; }
a { background-color: rgb(71,123,189); }
div.DivClassName
{
background-color: #477BBD;
}
.BgClassName
{
background-color: #477BBD;
}
</style>
border-color css
<style>
span { border-color: #477BBD; }
span { border-color: rgb(71,123,189); }
td.TdClassName
{
border-color: #477BBD;
}
.TagClassName
{
border-color: #477BBD;
}
</style>