Shades of Steel Blue #497CAD
Tints of Steel Blue #497CAD
RGB
CMYK
RGB Variations
Color information
#497CAD (or 0x497CAD) is known color: Steel Blue. HEX triplet: 49, 7C and AD. RGB value is (73,124,173). Sum of RGB (Red+Green+Blue) = 73+124+173=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #497CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CAD is #B68352. Grayscale: #727272. Windows color (decimal): -11961171 or 11369545. OLE color: 11369545.
HSL color Cylindrical-coordinate representation of color #497CAD: hue angle of 209.4º 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 #497CAD is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 124 | 173 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.32 |
| HSL | 209.4º | 0.41% | 0.48% | - |
| HSV(B) | 209.4º | 0.58% | 0.68% | - |
| XYZ | 17.5 | 18.85 | 42.25 | - |
| YUV | 114.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 173 | 0.58 | 0.28 | 0 | 0.32 | 209.4 | 0.41 | 0.48 |
| Hex | 49 | 7C | AD | 3A | 1C | 0 | 20 | D1 | 29 | 30 |
| Octal | 111 | 174 | 255 | 72 | 34 | 0 | 40 | 321 | 51 | 60 |
| Binary | 1001001 | 1111100 | 10101101 | 111010 | 11100 | 0 | 100000 | 11010001 | 101001 | 110000 |
Color Harmonies of #497CAD
Complementary color
Monochromatic Colors of #497CAD
Black with #497CAD
Text Example
Text Example
White with #497CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CAD; }
p { color: rgb(73,124,173); }
H1.HeaderClassName
{
color: #497CAD;
}
.AnyTagClassName
{
color: #497CAD;
}
</style>
background-color css
<style>
a { background-color: #497CAD; }
a { background-color: rgb(73,124,173); }
div.DivClassName
{
background-color: #497CAD;
}
.BgClassName
{
background-color: #497CAD;
}
</style>
border-color css
<style>
span { border-color: #497CAD; }
span { border-color: rgb(73,124,173); }
td.TdClassName
{
border-color: #497CAD;
}
.TagClassName
{
border-color: #497CAD;
}
</style>