Shades of Steel Blue #497BAB
Tints of Steel Blue #497BAB
RGB
CMYK
RGB Variations
Color information
#497BAB (or 0x497BAB) is known color: Steel Blue. HEX triplet: 49, 7B and AB. RGB value is (73,123,171). Sum of RGB (Red+Green+Blue) = 73+123+171=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #497BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BAB is #B68454. Grayscale: #717171. Windows color (decimal): -11961429 or 11238217. OLE color: 11238217.
HSL color Cylindrical-coordinate representation of color #497BAB: hue angle of 209.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #497BAB is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 123 | 171 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.33 |
| HSL | 209.39º | 0.4% | 0.48% | - |
| HSV(B) | 209.39º | 0.57% | 0.67% | - |
| XYZ | 17.18 | 18.52 | 41.2 | - |
| YUV | 113.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 171 | 0.57 | 0.28 | 0 | 0.33 | 209.39 | 0.4 | 0.48 |
| Hex | 49 | 7B | AB | 39 | 1C | 0 | 21 | D1 | 28 | 30 |
| Octal | 111 | 173 | 253 | 71 | 34 | 0 | 41 | 321 | 50 | 60 |
| Binary | 1001001 | 1111011 | 10101011 | 111001 | 11100 | 0 | 100001 | 11010001 | 101000 | 110000 |
Color Harmonies of #497BAB
Complementary color
Monochromatic Colors of #497BAB
Black with #497BAB
Text Example
Text Example
White with #497BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BAB; }
p { color: rgb(73,123,171); }
H1.HeaderClassName
{
color: #497BAB;
}
.AnyTagClassName
{
color: #497BAB;
}
</style>
background-color css
<style>
a { background-color: #497BAB; }
a { background-color: rgb(73,123,171); }
div.DivClassName
{
background-color: #497BAB;
}
.BgClassName
{
background-color: #497BAB;
}
</style>
border-color css
<style>
span { border-color: #497BAB; }
span { border-color: rgb(73,123,171); }
td.TdClassName
{
border-color: #497BAB;
}
.TagClassName
{
border-color: #497BAB;
}
</style>