Shades of Steel Blue #497BA7
Tints of Steel Blue #497BA7
RGB
CMYK
RGB Variations
Color information
#497BA7 (or 0x497BA7) is known color: Steel Blue. HEX triplet: 49, 7B and A7. RGB value is (73,123,167). Sum of RGB (Red+Green+Blue) = 73+123+167=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #497BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BA7 is #B68458. Grayscale: #707070. Windows color (decimal): -11961433 or 10976073. OLE color: 10976073.
HSL color Cylindrical-coordinate representation of color #497BA7: hue angle of 208.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497BA7 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 123 | 167 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.35 |
| HSL | 208.09º | 0.39% | 0.47% | - |
| HSV(B) | 208.09º | 0.56% | 0.65% | - |
| XYZ | 16.81 | 18.37 | 39.22 | - |
| YUV | 113.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 167 | 0.56 | 0.26 | 0 | 0.35 | 208.09 | 0.39 | 0.47 |
| Hex | 49 | 7B | A7 | 38 | 1A | 0 | 23 | D0 | 27 | 2F |
| Octal | 111 | 173 | 247 | 70 | 32 | 0 | 43 | 320 | 47 | 57 |
| Binary | 1001001 | 1111011 | 10100111 | 111000 | 11010 | 0 | 100011 | 11010000 | 100111 | 101111 |
Color Harmonies of #497BA7
Complementary color
Monochromatic Colors of #497BA7
Black with #497BA7
Text Example
Text Example
White with #497BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BA7; }
p { color: rgb(73,123,167); }
H1.HeaderClassName
{
color: #497BA7;
}
.AnyTagClassName
{
color: #497BA7;
}
</style>
background-color css
<style>
a { background-color: #497BA7; }
a { background-color: rgb(73,123,167); }
div.DivClassName
{
background-color: #497BA7;
}
.BgClassName
{
background-color: #497BA7;
}
</style>
border-color css
<style>
span { border-color: #497BA7; }
span { border-color: rgb(73,123,167); }
td.TdClassName
{
border-color: #497BA7;
}
.TagClassName
{
border-color: #497BA7;
}
</style>