Shades of Steel Blue #497EB9
Tints of Steel Blue #497EB9
RGB
CMYK
RGB Variations
Color information
#497EB9 (or 0x497EB9) is known color: Steel Blue. HEX triplet: 49, 7E and B9. RGB value is (73,126,185). Sum of RGB (Red+Green+Blue) = 73+126+185=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #497EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EB9 is #B68146. Grayscale: #747474. Windows color (decimal): -11960647 or 12156489. OLE color: 12156489.
HSL color Cylindrical-coordinate representation of color #497EB9: hue angle of 211.61º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497EB9 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 126 | 185 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.27 |
| HSL | 211.61º | 0.44% | 0.51% | - |
| HSV(B) | 211.61º | 0.61% | 0.73% | - |
| XYZ | 18.97 | 19.84 | 48.73 | - |
| YUV | 116.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 185 | 0.61 | 0.32 | 0 | 0.27 | 211.61 | 0.44 | 0.51 |
| Hex | 49 | 7E | B9 | 3D | 20 | 0 | 1B | D4 | 2C | 33 |
| Octal | 111 | 176 | 271 | 75 | 40 | 0 | 33 | 324 | 54 | 63 |
| Binary | 1001001 | 1111110 | 10111001 | 111101 | 100000 | 0 | 11011 | 11010100 | 101100 | 110011 |
Color Harmonies of #497EB9
Complementary color
Monochromatic Colors of #497EB9
Black with #497EB9
Text Example
Text Example
White with #497EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EB9; }
p { color: rgb(73,126,185); }
H1.HeaderClassName
{
color: #497EB9;
}
.AnyTagClassName
{
color: #497EB9;
}
</style>
background-color css
<style>
a { background-color: #497EB9; }
a { background-color: rgb(73,126,185); }
div.DivClassName
{
background-color: #497EB9;
}
.BgClassName
{
background-color: #497EB9;
}
</style>
border-color css
<style>
span { border-color: #497EB9; }
span { border-color: rgb(73,126,185); }
td.TdClassName
{
border-color: #497EB9;
}
.TagClassName
{
border-color: #497EB9;
}
</style>