Shades of Steel Blue #497FAC
Tints of Steel Blue #497FAC
RGB
CMYK
RGB Variations
Color information
#497FAC (or 0x497FAC) is known color: Steel Blue. HEX triplet: 49, 7F and AC. RGB value is (73,127,172). Sum of RGB (Red+Green+Blue) = 73+127+172=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #497FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FAC is #B68053. Grayscale: #737373. Windows color (decimal): -11960404 or 11304777. OLE color: 11304777.
HSL color Cylindrical-coordinate representation of color #497FAC: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497FAC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 127 | 172 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.33 |
| HSL | 207.27º | 0.4% | 0.48% | - |
| HSV(B) | 207.27º | 0.58% | 0.67% | - |
| XYZ | 17.78 | 19.57 | 41.87 | - |
| YUV | 115.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 172 | 0.58 | 0.26 | 0 | 0.33 | 207.27 | 0.4 | 0.48 |
| Hex | 49 | 7F | AC | 3A | 1A | 0 | 21 | CF | 28 | 30 |
| Octal | 111 | 177 | 254 | 72 | 32 | 0 | 41 | 317 | 50 | 60 |
| Binary | 1001001 | 1111111 | 10101100 | 111010 | 11010 | 0 | 100001 | 11001111 | 101000 | 110000 |
Color Harmonies of #497FAC
Complementary color
Monochromatic Colors of #497FAC
Black with #497FAC
Text Example
Text Example
White with #497FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FAC; }
p { color: rgb(73,127,172); }
H1.HeaderClassName
{
color: #497FAC;
}
.AnyTagClassName
{
color: #497FAC;
}
</style>
background-color css
<style>
a { background-color: #497FAC; }
a { background-color: rgb(73,127,172); }
div.DivClassName
{
background-color: #497FAC;
}
.BgClassName
{
background-color: #497FAC;
}
</style>
border-color css
<style>
span { border-color: #497FAC; }
span { border-color: rgb(73,127,172); }
td.TdClassName
{
border-color: #497FAC;
}
.TagClassName
{
border-color: #497FAC;
}
</style>