Shades of Steel Blue #497FAE
Tints of Steel Blue #497FAE
RGB
CMYK
RGB Variations
Color information
#497FAE (or 0x497FAE) is known color: Steel Blue. HEX triplet: 49, 7F and AE. RGB value is (73,127,174). Sum of RGB (Red+Green+Blue) = 73+127+174=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #497FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FAE is #B68051. Grayscale: #737373. Windows color (decimal): -11960402 or 11435849. OLE color: 11435849.
HSL color Cylindrical-coordinate representation of color #497FAE: hue angle of 207.92º 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 #497FAE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 127 | 174 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.32 |
| HSL | 207.92º | 0.41% | 0.48% | - |
| HSV(B) | 207.92º | 0.58% | 0.68% | - |
| XYZ | 17.98 | 19.65 | 42.89 | - |
| YUV | 116.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 174 | 0.58 | 0.27 | 0 | 0.32 | 207.92 | 0.41 | 0.48 |
| Hex | 49 | 7F | AE | 3A | 1B | 0 | 20 | D0 | 29 | 30 |
| Octal | 111 | 177 | 256 | 72 | 33 | 0 | 40 | 320 | 51 | 60 |
| Binary | 1001001 | 1111111 | 10101110 | 111010 | 11011 | 0 | 100000 | 11010000 | 101001 | 110000 |
Color Harmonies of #497FAE
Complementary color
Monochromatic Colors of #497FAE
Black with #497FAE
Text Example
Text Example
White with #497FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FAE; }
p { color: rgb(73,127,174); }
H1.HeaderClassName
{
color: #497FAE;
}
.AnyTagClassName
{
color: #497FAE;
}
</style>
background-color css
<style>
a { background-color: #497FAE; }
a { background-color: rgb(73,127,174); }
div.DivClassName
{
background-color: #497FAE;
}
.BgClassName
{
background-color: #497FAE;
}
</style>
border-color css
<style>
span { border-color: #497FAE; }
span { border-color: rgb(73,127,174); }
td.TdClassName
{
border-color: #497FAE;
}
.TagClassName
{
border-color: #497FAE;
}
</style>