Shades of Steel Blue #477CBC
Tints of Steel Blue #477CBC
RGB
CMYK
RGB Variations
Color information
#477CBC (or 0x477CBC) is known color: Steel Blue. HEX triplet: 47, 7C and BC. RGB value is (71,124,188). Sum of RGB (Red+Green+Blue) = 71+124+188=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #477CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CBC is #B88343. Grayscale: #737373. Windows color (decimal): -12092228 or 12352583. OLE color: 12352583.
HSL color Cylindrical-coordinate representation of color #477CBC: hue angle of 212.82º 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 #477CBC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 124 | 188 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.26 |
| HSL | 212.82º | 0.47% | 0.51% | - |
| HSV(B) | 212.82º | 0.62% | 0.74% | - |
| XYZ | 18.88 | 19.39 | 50.32 | - |
| YUV | 115.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 188 | 0.62 | 0.34 | 0 | 0.26 | 212.82 | 0.47 | 0.51 |
| Hex | 47 | 7C | BC | 3E | 22 | 0 | 1A | D5 | 2F | 33 |
| Octal | 107 | 174 | 274 | 76 | 42 | 0 | 32 | 325 | 57 | 63 |
| Binary | 1000111 | 1111100 | 10111100 | 111110 | 100010 | 0 | 11010 | 11010101 | 101111 | 110011 |
Color Harmonies of #477CBC
Complementary color
Monochromatic Colors of #477CBC
Black with #477CBC
Text Example
Text Example
White with #477CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CBC; }
p { color: rgb(71,124,188); }
H1.HeaderClassName
{
color: #477CBC;
}
.AnyTagClassName
{
color: #477CBC;
}
</style>
background-color css
<style>
a { background-color: #477CBC; }
a { background-color: rgb(71,124,188); }
div.DivClassName
{
background-color: #477CBC;
}
.BgClassName
{
background-color: #477CBC;
}
</style>
border-color css
<style>
span { border-color: #477CBC; }
span { border-color: rgb(71,124,188); }
td.TdClassName
{
border-color: #477CBC;
}
.TagClassName
{
border-color: #477CBC;
}
</style>