Shades of Steel Blue #477FA4
Tints of Steel Blue #477FA4
RGB
CMYK
RGB Variations
Color information
#477FA4 (or 0x477FA4) is known color: Steel Blue. HEX triplet: 47, 7F and A4. RGB value is (71,127,164). Sum of RGB (Red+Green+Blue) = 71+127+164=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #477FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FA4 is #B8805B. Grayscale: #727272. Windows color (decimal): -12091484 or 10780487. OLE color: 10780487.
HSL color Cylindrical-coordinate representation of color #477FA4: hue angle of 203.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477FA4 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 127 | 164 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.36 |
| HSL | 203.87º | 0.4% | 0.46% | - |
| HSV(B) | 203.87º | 0.57% | 0.64% | - |
| XYZ | 16.89 | 19.2 | 37.94 | - |
| YUV | 114.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 164 | 0.57 | 0.23 | 0 | 0.36 | 203.87 | 0.4 | 0.46 |
| Hex | 47 | 7F | A4 | 39 | 17 | 0 | 24 | CC | 28 | 2E |
| Octal | 107 | 177 | 244 | 71 | 27 | 0 | 44 | 314 | 50 | 56 |
| Binary | 1000111 | 1111111 | 10100100 | 111001 | 10111 | 0 | 100100 | 11001100 | 101000 | 101110 |
Color Harmonies of #477FA4
Complementary color
Monochromatic Colors of #477FA4
Black with #477FA4
Text Example
Text Example
White with #477FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FA4; }
p { color: rgb(71,127,164); }
H1.HeaderClassName
{
color: #477FA4;
}
.AnyTagClassName
{
color: #477FA4;
}
</style>
background-color css
<style>
a { background-color: #477FA4; }
a { background-color: rgb(71,127,164); }
div.DivClassName
{
background-color: #477FA4;
}
.BgClassName
{
background-color: #477FA4;
}
</style>
border-color css
<style>
span { border-color: #477FA4; }
span { border-color: rgb(71,127,164); }
td.TdClassName
{
border-color: #477FA4;
}
.TagClassName
{
border-color: #477FA4;
}
</style>