Shades of Steel Blue #497EAE
Tints of Steel Blue #497EAE
RGB
CMYK
RGB Variations
Color information
#497EAE (or 0x497EAE) is known color: Steel Blue. HEX triplet: 49, 7E and AE. RGB value is (73,126,174). Sum of RGB (Red+Green+Blue) = 73+126+174=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #497EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497EAE is #B68151. Grayscale: #737373. Windows color (decimal): -11960658 or 11435593. OLE color: 11435593.
HSL color Cylindrical-coordinate representation of color #497EAE: hue angle of 208.51º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497EAE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 126 | 174 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.32 |
| HSL | 208.51º | 0.41% | 0.48% | - |
| HSV(B) | 208.51º | 0.58% | 0.68% | - |
| XYZ | 17.85 | 19.39 | 42.85 | - |
| YUV | 115.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 174 | 0.58 | 0.28 | 0 | 0.32 | 208.51 | 0.41 | 0.48 |
| Hex | 49 | 7E | AE | 3A | 1C | 0 | 20 | D1 | 29 | 30 |
| Octal | 111 | 176 | 256 | 72 | 34 | 0 | 40 | 321 | 51 | 60 |
| Binary | 1001001 | 1111110 | 10101110 | 111010 | 11100 | 0 | 100000 | 11010001 | 101001 | 110000 |
Color Harmonies of #497EAE
Complementary color
Monochromatic Colors of #497EAE
Black with #497EAE
Text Example
Text Example
White with #497EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EAE; }
p { color: rgb(73,126,174); }
H1.HeaderClassName
{
color: #497EAE;
}
.AnyTagClassName
{
color: #497EAE;
}
</style>
background-color css
<style>
a { background-color: #497EAE; }
a { background-color: rgb(73,126,174); }
div.DivClassName
{
background-color: #497EAE;
}
.BgClassName
{
background-color: #497EAE;
}
</style>
border-color css
<style>
span { border-color: #497EAE; }
span { border-color: rgb(73,126,174); }
td.TdClassName
{
border-color: #497EAE;
}
.TagClassName
{
border-color: #497EAE;
}
</style>