Shades of Steel Blue #497BA3
Tints of Steel Blue #497BA3
RGB
CMYK
RGB Variations
Color information
#497BA3 (or 0x497BA3) is known color: Steel Blue. HEX triplet: 49, 7B and A3. RGB value is (73,123,163). Sum of RGB (Red+Green+Blue) = 73+123+163=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #497BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BA3 is #B6845C. Grayscale: #707070. Windows color (decimal): -11961437 or 10713929. OLE color: 10713929.
HSL color Cylindrical-coordinate representation of color #497BA3: hue angle of 206.67º 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 #497BA3 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 123 | 163 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.36 |
| HSL | 206.67º | 0.38% | 0.46% | - |
| HSV(B) | 206.67º | 0.55% | 0.64% | - |
| XYZ | 16.44 | 18.23 | 37.3 | - |
| YUV | 112.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 163 | 0.55 | 0.25 | 0 | 0.36 | 206.67 | 0.38 | 0.46 |
| Hex | 49 | 7B | A3 | 37 | 19 | 0 | 24 | CF | 26 | 2E |
| Octal | 111 | 173 | 243 | 67 | 31 | 0 | 44 | 317 | 46 | 56 |
| Binary | 1001001 | 1111011 | 10100011 | 110111 | 11001 | 0 | 100100 | 11001111 | 100110 | 101110 |
Color Harmonies of #497BA3
Complementary color
Monochromatic Colors of #497BA3
Black with #497BA3
Text Example
Text Example
White with #497BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BA3; }
p { color: rgb(73,123,163); }
H1.HeaderClassName
{
color: #497BA3;
}
.AnyTagClassName
{
color: #497BA3;
}
</style>
background-color css
<style>
a { background-color: #497BA3; }
a { background-color: rgb(73,123,163); }
div.DivClassName
{
background-color: #497BA3;
}
.BgClassName
{
background-color: #497BA3;
}
</style>
border-color css
<style>
span { border-color: #497BA3; }
span { border-color: rgb(73,123,163); }
td.TdClassName
{
border-color: #497BA3;
}
.TagClassName
{
border-color: #497BA3;
}
</style>