Shades of Steel Blue #497FA3
Tints of Steel Blue #497FA3
RGB
CMYK
RGB Variations
Color information
#497FA3 (or 0x497FA3) is known color: Steel Blue. HEX triplet: 49, 7F and A3. RGB value is (73,127,163). Sum of RGB (Red+Green+Blue) = 73+127+163=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #497FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FA3 is #B6805C. Grayscale: #727272. Windows color (decimal): -11960413 or 10714953. OLE color: 10714953.
HSL color Cylindrical-coordinate representation of color #497FA3: hue angle of 204º 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 #497FA3 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 127 | 163 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.36 |
| HSL | 204º | 0.38% | 0.46% | - |
| HSV(B) | 204º | 0.55% | 0.64% | - |
| XYZ | 16.95 | 19.24 | 37.47 | - |
| YUV | 114.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 163 | 0.55 | 0.22 | 0 | 0.36 | 204 | 0.38 | 0.46 |
| Hex | 49 | 7F | A3 | 37 | 16 | 0 | 24 | CC | 26 | 2E |
| Octal | 111 | 177 | 243 | 67 | 26 | 0 | 44 | 314 | 46 | 56 |
| Binary | 1001001 | 1111111 | 10100011 | 110111 | 10110 | 0 | 100100 | 11001100 | 100110 | 101110 |
Color Harmonies of #497FA3
Complementary color
Monochromatic Colors of #497FA3
Black with #497FA3
Text Example
Text Example
White with #497FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FA3; }
p { color: rgb(73,127,163); }
H1.HeaderClassName
{
color: #497FA3;
}
.AnyTagClassName
{
color: #497FA3;
}
</style>
background-color css
<style>
a { background-color: #497FA3; }
a { background-color: rgb(73,127,163); }
div.DivClassName
{
background-color: #497FA3;
}
.BgClassName
{
background-color: #497FA3;
}
</style>
border-color css
<style>
span { border-color: #497FA3; }
span { border-color: rgb(73,127,163); }
td.TdClassName
{
border-color: #497FA3;
}
.TagClassName
{
border-color: #497FA3;
}
</style>