Shades of Steel Blue #477BBB
Tints of Steel Blue #477BBB
RGB
CMYK
RGB Variations
Color information
#477BBB (or 0x477BBB) is known color: Steel Blue. HEX triplet: 47, 7B and BB. RGB value is (71,123,187). Sum of RGB (Red+Green+Blue) = 71+123+187=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #477BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BBB is #B88444. Grayscale: #727272. Windows color (decimal): -12092485 or 12286791. OLE color: 12286791.
HSL color Cylindrical-coordinate representation of color #477BBB: hue angle of 213.1º 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 #477BBB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 123 | 187 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.27 |
| HSL | 213.1º | 0.46% | 0.51% | - |
| HSV(B) | 213.1º | 0.62% | 0.73% | - |
| XYZ | 18.65 | 19.09 | 49.72 | - |
| YUV | 114.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 187 | 0.62 | 0.34 | 0 | 0.27 | 213.1 | 0.46 | 0.51 |
| Hex | 47 | 7B | BB | 3E | 22 | 0 | 1B | D5 | 2E | 33 |
| Octal | 107 | 173 | 273 | 76 | 42 | 0 | 33 | 325 | 56 | 63 |
| Binary | 1000111 | 1111011 | 10111011 | 111110 | 100010 | 0 | 11011 | 11010101 | 101110 | 110011 |
Color Harmonies of #477BBB
Complementary color
Monochromatic Colors of #477BBB
Black with #477BBB
Text Example
Text Example
White with #477BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BBB; }
p { color: rgb(71,123,187); }
H1.HeaderClassName
{
color: #477BBB;
}
.AnyTagClassName
{
color: #477BBB;
}
</style>
background-color css
<style>
a { background-color: #477BBB; }
a { background-color: rgb(71,123,187); }
div.DivClassName
{
background-color: #477BBB;
}
.BgClassName
{
background-color: #477BBB;
}
</style>
border-color css
<style>
span { border-color: #477BBB; }
span { border-color: rgb(71,123,187); }
td.TdClassName
{
border-color: #477BBB;
}
.TagClassName
{
border-color: #477BBB;
}
</style>