Shades of Steel Blue #497DA2
Tints of Steel Blue #497DA2
RGB
CMYK
RGB Variations
Color information
#497DA2 (or 0x497DA2) is known color: Steel Blue. HEX triplet: 49, 7D and A2. RGB value is (73,125,162). Sum of RGB (Red+Green+Blue) = 73+125+162=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #497DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DA2 is #B6825D. Grayscale: #717171. Windows color (decimal): -11960926 or 10648905. OLE color: 10648905.
HSL color Cylindrical-coordinate representation of color #497DA2: hue angle of 204.94º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497DA2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 125 | 162 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.36 |
| HSL | 204.94º | 0.38% | 0.46% | - |
| HSV(B) | 204.94º | 0.55% | 0.64% | - |
| XYZ | 16.6 | 18.69 | 36.92 | - |
| YUV | 113.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 162 | 0.55 | 0.23 | 0 | 0.36 | 204.94 | 0.38 | 0.46 |
| Hex | 49 | 7D | A2 | 37 | 17 | 0 | 24 | CD | 26 | 2E |
| Octal | 111 | 175 | 242 | 67 | 27 | 0 | 44 | 315 | 46 | 56 |
| Binary | 1001001 | 1111101 | 10100010 | 110111 | 10111 | 0 | 100100 | 11001101 | 100110 | 101110 |
Color Harmonies of #497DA2
Complementary color
Monochromatic Colors of #497DA2
Black with #497DA2
Text Example
Text Example
White with #497DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DA2; }
p { color: rgb(73,125,162); }
H1.HeaderClassName
{
color: #497DA2;
}
.AnyTagClassName
{
color: #497DA2;
}
</style>
background-color css
<style>
a { background-color: #497DA2; }
a { background-color: rgb(73,125,162); }
div.DivClassName
{
background-color: #497DA2;
}
.BgClassName
{
background-color: #497DA2;
}
</style>
border-color css
<style>
span { border-color: #497DA2; }
span { border-color: rgb(73,125,162); }
td.TdClassName
{
border-color: #497DA2;
}
.TagClassName
{
border-color: #497DA2;
}
</style>