Shades of Steel Blue #497AB1
Tints of Steel Blue #497AB1
RGB
CMYK
RGB Variations
Color information
#497AB1 (or 0x497AB1) is known color: Steel Blue. HEX triplet: 49, 7A and B1. RGB value is (73,122,177). Sum of RGB (Red+Green+Blue) = 73+122+177=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #497AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AB1 is #B6854E. Grayscale: #717171. Windows color (decimal): -11961679 or 11631177. OLE color: 11631177.
HSL color Cylindrical-coordinate representation of color #497AB1: hue angle of 211.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497AB1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 122 | 177 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.31 |
| HSL | 211.73º | 0.42% | 0.49% | - |
| HSV(B) | 211.73º | 0.59% | 0.69% | - |
| XYZ | 17.64 | 18.51 | 44.24 | - |
| YUV | 113.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 177 | 0.59 | 0.31 | 0 | 0.31 | 211.73 | 0.42 | 0.49 |
| Hex | 49 | 7A | B1 | 3B | 1F | 0 | 1F | D4 | 2A | 31 |
| Octal | 111 | 172 | 261 | 73 | 37 | 0 | 37 | 324 | 52 | 61 |
| Binary | 1001001 | 1111010 | 10110001 | 111011 | 11111 | 0 | 11111 | 11010100 | 101010 | 110001 |
Color Harmonies of #497AB1
Complementary color
Monochromatic Colors of #497AB1
Black with #497AB1
Text Example
Text Example
White with #497AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AB1; }
p { color: rgb(73,122,177); }
H1.HeaderClassName
{
color: #497AB1;
}
.AnyTagClassName
{
color: #497AB1;
}
</style>
background-color css
<style>
a { background-color: #497AB1; }
a { background-color: rgb(73,122,177); }
div.DivClassName
{
background-color: #497AB1;
}
.BgClassName
{
background-color: #497AB1;
}
</style>
border-color css
<style>
span { border-color: #497AB1; }
span { border-color: rgb(73,122,177); }
td.TdClassName
{
border-color: #497AB1;
}
.TagClassName
{
border-color: #497AB1;
}
</style>