Shades of Steel Blue #497FAB
Tints of Steel Blue #497FAB
RGB
CMYK
RGB Variations
Color information
#497FAB (or 0x497FAB) is known color: Steel Blue. HEX triplet: 49, 7F and AB. RGB value is (73,127,171). Sum of RGB (Red+Green+Blue) = 73+127+171=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #497FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FAB is #B68054. Grayscale: #737373. Windows color (decimal): -11960405 or 11239241. OLE color: 11239241.
HSL color Cylindrical-coordinate representation of color #497FAB: hue angle of 206.94º 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 #497FAB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 127 | 171 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.33 |
| HSL | 206.94º | 0.4% | 0.48% | - |
| HSV(B) | 206.94º | 0.57% | 0.67% | - |
| XYZ | 17.69 | 19.54 | 41.37 | - |
| YUV | 115.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 171 | 0.57 | 0.26 | 0 | 0.33 | 206.94 | 0.4 | 0.48 |
| Hex | 49 | 7F | AB | 39 | 1A | 0 | 21 | CF | 28 | 30 |
| Octal | 111 | 177 | 253 | 71 | 32 | 0 | 41 | 317 | 50 | 60 |
| Binary | 1001001 | 1111111 | 10101011 | 111001 | 11010 | 0 | 100001 | 11001111 | 101000 | 110000 |
Color Harmonies of #497FAB
Complementary color
Monochromatic Colors of #497FAB
Black with #497FAB
Text Example
Text Example
White with #497FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FAB; }
p { color: rgb(73,127,171); }
H1.HeaderClassName
{
color: #497FAB;
}
.AnyTagClassName
{
color: #497FAB;
}
</style>
background-color css
<style>
a { background-color: #497FAB; }
a { background-color: rgb(73,127,171); }
div.DivClassName
{
background-color: #497FAB;
}
.BgClassName
{
background-color: #497FAB;
}
</style>
border-color css
<style>
span { border-color: #497FAB; }
span { border-color: rgb(73,127,171); }
td.TdClassName
{
border-color: #497FAB;
}
.TagClassName
{
border-color: #497FAB;
}
</style>