Shades of Steel Blue #497FB9
Tints of Steel Blue #497FB9
RGB
CMYK
RGB Variations
Color information
#497FB9 (or 0x497FB9) is known color: Steel Blue. HEX triplet: 49, 7F and B9. RGB value is (73,127,185). Sum of RGB (Red+Green+Blue) = 73+127+185=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #497FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FB9 is #B68046. Grayscale: #757575. Windows color (decimal): -11960391 or 12156745. OLE color: 12156745.
HSL color Cylindrical-coordinate representation of color #497FB9: hue angle of 211.07º 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 #497FB9 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 127 | 185 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.27 |
| HSL | 211.07º | 0.44% | 0.51% | - |
| HSV(B) | 211.07º | 0.61% | 0.73% | - |
| XYZ | 19.09 | 20.1 | 48.77 | - |
| YUV | 117.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 185 | 0.61 | 0.31 | 0 | 0.27 | 211.07 | 0.44 | 0.51 |
| Hex | 49 | 7F | B9 | 3D | 1F | 0 | 1B | D3 | 2C | 33 |
| Octal | 111 | 177 | 271 | 75 | 37 | 0 | 33 | 323 | 54 | 63 |
| Binary | 1001001 | 1111111 | 10111001 | 111101 | 11111 | 0 | 11011 | 11010011 | 101100 | 110011 |
Color Harmonies of #497FB9
Complementary color
Monochromatic Colors of #497FB9
Black with #497FB9
Text Example
Text Example
White with #497FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FB9; }
p { color: rgb(73,127,185); }
H1.HeaderClassName
{
color: #497FB9;
}
.AnyTagClassName
{
color: #497FB9;
}
</style>
background-color css
<style>
a { background-color: #497FB9; }
a { background-color: rgb(73,127,185); }
div.DivClassName
{
background-color: #497FB9;
}
.BgClassName
{
background-color: #497FB9;
}
</style>
border-color css
<style>
span { border-color: #497FB9; }
span { border-color: rgb(73,127,185); }
td.TdClassName
{
border-color: #497FB9;
}
.TagClassName
{
border-color: #497FB9;
}
</style>