Shades of Steel Blue #497FB1
Tints of Steel Blue #497FB1
RGB
CMYK
RGB Variations
Color information
#497FB1 (or 0x497FB1) is known color: Steel Blue. HEX triplet: 49, 7F and B1. RGB value is (73,127,177). Sum of RGB (Red+Green+Blue) = 73+127+177=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #497FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FB1 is #B6804E. Grayscale: #747474. Windows color (decimal): -11960399 or 11632457. OLE color: 11632457.
HSL color Cylindrical-coordinate representation of color #497FB1: hue angle of 208.85º 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 #497FB1 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 127 | 177 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.31 |
| HSL | 208.85º | 0.42% | 0.49% | - |
| HSV(B) | 208.85º | 0.59% | 0.69% | - |
| XYZ | 18.27 | 19.77 | 44.45 | - |
| YUV | 116.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 177 | 0.59 | 0.28 | 0 | 0.31 | 208.85 | 0.42 | 0.49 |
| Hex | 49 | 7F | B1 | 3B | 1C | 0 | 1F | D1 | 2A | 31 |
| Octal | 111 | 177 | 261 | 73 | 34 | 0 | 37 | 321 | 52 | 61 |
| Binary | 1001001 | 1111111 | 10110001 | 111011 | 11100 | 0 | 11111 | 11010001 | 101010 | 110001 |
Color Harmonies of #497FB1
Complementary color
Monochromatic Colors of #497FB1
Black with #497FB1
Text Example
Text Example
White with #497FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FB1; }
p { color: rgb(73,127,177); }
H1.HeaderClassName
{
color: #497FB1;
}
.AnyTagClassName
{
color: #497FB1;
}
</style>
background-color css
<style>
a { background-color: #497FB1; }
a { background-color: rgb(73,127,177); }
div.DivClassName
{
background-color: #497FB1;
}
.BgClassName
{
background-color: #497FB1;
}
</style>
border-color css
<style>
span { border-color: #497FB1; }
span { border-color: rgb(73,127,177); }
td.TdClassName
{
border-color: #497FB1;
}
.TagClassName
{
border-color: #497FB1;
}
</style>