Shades of Steel Blue #497BA5
Tints of Steel Blue #497BA5
RGB
CMYK
RGB Variations
Color information
#497BA5 (or 0x497BA5) is known color: Steel Blue. HEX triplet: 49, 7B and A5. RGB value is (73,123,165). Sum of RGB (Red+Green+Blue) = 73+123+165=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #497BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BA5 is #B6845A. Grayscale: #707070. Windows color (decimal): -11961435 or 10845001. OLE color: 10845001.
HSL color Cylindrical-coordinate representation of color #497BA5: hue angle of 207.39º 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 #497BA5 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 123 | 165 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.35 |
| HSL | 207.39º | 0.39% | 0.47% | - |
| HSV(B) | 207.39º | 0.56% | 0.65% | - |
| XYZ | 16.62 | 18.3 | 38.25 | - |
| YUV | 112.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 165 | 0.56 | 0.25 | 0 | 0.35 | 207.39 | 0.39 | 0.47 |
| Hex | 49 | 7B | A5 | 38 | 19 | 0 | 23 | CF | 27 | 2F |
| Octal | 111 | 173 | 245 | 70 | 31 | 0 | 43 | 317 | 47 | 57 |
| Binary | 1001001 | 1111011 | 10100101 | 111000 | 11001 | 0 | 100011 | 11001111 | 100111 | 101111 |
Color Harmonies of #497BA5
Complementary color
Monochromatic Colors of #497BA5
Black with #497BA5
Text Example
Text Example
White with #497BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BA5; }
p { color: rgb(73,123,165); }
H1.HeaderClassName
{
color: #497BA5;
}
.AnyTagClassName
{
color: #497BA5;
}
</style>
background-color css
<style>
a { background-color: #497BA5; }
a { background-color: rgb(73,123,165); }
div.DivClassName
{
background-color: #497BA5;
}
.BgClassName
{
background-color: #497BA5;
}
</style>
border-color css
<style>
span { border-color: #497BA5; }
span { border-color: rgb(73,123,165); }
td.TdClassName
{
border-color: #497BA5;
}
.TagClassName
{
border-color: #497BA5;
}
</style>