Shades of Steel Blue #497AAB
Tints of Steel Blue #497AAB
RGB
CMYK
RGB Variations
Color information
#497AAB (or 0x497AAB) is known color: Steel Blue. HEX triplet: 49, 7A and AB. RGB value is (73,122,171). Sum of RGB (Red+Green+Blue) = 73+122+171=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #497AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AAB is #B68554. Grayscale: #707070. Windows color (decimal): -11961685 or 11237961. OLE color: 11237961.
HSL color Cylindrical-coordinate representation of color #497AAB: hue angle of 210º 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 #497AAB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 122 | 171 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.33 |
| HSL | 210º | 0.4% | 0.48% | - |
| HSV(B) | 210º | 0.57% | 0.67% | - |
| XYZ | 17.06 | 18.28 | 41.16 | - |
| YUV | 112.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 171 | 0.57 | 0.29 | 0 | 0.33 | 210 | 0.4 | 0.48 |
| Hex | 49 | 7A | AB | 39 | 1D | 0 | 21 | D2 | 28 | 30 |
| Octal | 111 | 172 | 253 | 71 | 35 | 0 | 41 | 322 | 50 | 60 |
| Binary | 1001001 | 1111010 | 10101011 | 111001 | 11101 | 0 | 100001 | 11010010 | 101000 | 110000 |
Color Harmonies of #497AAB
Complementary color
Monochromatic Colors of #497AAB
Black with #497AAB
Text Example
Text Example
White with #497AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AAB; }
p { color: rgb(73,122,171); }
H1.HeaderClassName
{
color: #497AAB;
}
.AnyTagClassName
{
color: #497AAB;
}
</style>
background-color css
<style>
a { background-color: #497AAB; }
a { background-color: rgb(73,122,171); }
div.DivClassName
{
background-color: #497AAB;
}
.BgClassName
{
background-color: #497AAB;
}
</style>
border-color css
<style>
span { border-color: #497AAB; }
span { border-color: rgb(73,122,171); }
td.TdClassName
{
border-color: #497AAB;
}
.TagClassName
{
border-color: #497AAB;
}
</style>