Shades of Steel Blue #497DAF
Tints of Steel Blue #497DAF
RGB
CMYK
RGB Variations
Color information
#497DAF (or 0x497DAF) is known color: Steel Blue. HEX triplet: 49, 7D and AF. RGB value is (73,125,175). Sum of RGB (Red+Green+Blue) = 73+125+175=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #497DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DAF is #B68250. Grayscale: #727272. Windows color (decimal): -11960913 or 11500873. OLE color: 11500873.
HSL color Cylindrical-coordinate representation of color #497DAF: hue angle of 209.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497DAF is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 125 | 175 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.31 |
| HSL | 209.41º | 0.41% | 0.49% | - |
| HSV(B) | 209.41º | 0.58% | 0.69% | - |
| XYZ | 17.82 | 19.18 | 43.32 | - |
| YUV | 115.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 175 | 0.58 | 0.29 | 0 | 0.31 | 209.41 | 0.41 | 0.49 |
| Hex | 49 | 7D | AF | 3A | 1D | 0 | 1F | D1 | 29 | 31 |
| Octal | 111 | 175 | 257 | 72 | 35 | 0 | 37 | 321 | 51 | 61 |
| Binary | 1001001 | 1111101 | 10101111 | 111010 | 11101 | 0 | 11111 | 11010001 | 101001 | 110001 |
Color Harmonies of #497DAF
Complementary color
Monochromatic Colors of #497DAF
Black with #497DAF
Text Example
Text Example
White with #497DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DAF; }
p { color: rgb(73,125,175); }
H1.HeaderClassName
{
color: #497DAF;
}
.AnyTagClassName
{
color: #497DAF;
}
</style>
background-color css
<style>
a { background-color: #497DAF; }
a { background-color: rgb(73,125,175); }
div.DivClassName
{
background-color: #497DAF;
}
.BgClassName
{
background-color: #497DAF;
}
</style>
border-color css
<style>
span { border-color: #497DAF; }
span { border-color: rgb(73,125,175); }
td.TdClassName
{
border-color: #497DAF;
}
.TagClassName
{
border-color: #497DAF;
}
</style>