Shades of Steel Blue #497DAD
Tints of Steel Blue #497DAD
RGB
CMYK
RGB Variations
Color information
#497DAD (or 0x497DAD) is known color: Steel Blue. HEX triplet: 49, 7D and AD. RGB value is (73,125,173). Sum of RGB (Red+Green+Blue) = 73+125+173=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #497DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DAD is #B68252. Grayscale: #727272. Windows color (decimal): -11960915 or 11369801. OLE color: 11369801.
HSL color Cylindrical-coordinate representation of color #497DAD: hue angle of 208.8º 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 #497DAD is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 125 | 173 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.32 |
| HSL | 208.8º | 0.41% | 0.48% | - |
| HSV(B) | 208.8º | 0.58% | 0.68% | - |
| XYZ | 17.62 | 19.1 | 42.29 | - |
| YUV | 114.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 173 | 0.58 | 0.28 | 0 | 0.32 | 208.8 | 0.41 | 0.48 |
| Hex | 49 | 7D | AD | 3A | 1C | 0 | 20 | D1 | 29 | 30 |
| Octal | 111 | 175 | 255 | 72 | 34 | 0 | 40 | 321 | 51 | 60 |
| Binary | 1001001 | 1111101 | 10101101 | 111010 | 11100 | 0 | 100000 | 11010001 | 101001 | 110000 |
Color Harmonies of #497DAD
Complementary color
Monochromatic Colors of #497DAD
Black with #497DAD
Text Example
Text Example
White with #497DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DAD; }
p { color: rgb(73,125,173); }
H1.HeaderClassName
{
color: #497DAD;
}
.AnyTagClassName
{
color: #497DAD;
}
</style>
background-color css
<style>
a { background-color: #497DAD; }
a { background-color: rgb(73,125,173); }
div.DivClassName
{
background-color: #497DAD;
}
.BgClassName
{
background-color: #497DAD;
}
</style>
border-color css
<style>
span { border-color: #497DAD; }
span { border-color: rgb(73,125,173); }
td.TdClassName
{
border-color: #497DAD;
}
.TagClassName
{
border-color: #497DAD;
}
</style>