Shades of Steel Blue #497CAC
Tints of Steel Blue #497CAC
RGB
CMYK
RGB Variations
Color information
#497CAC (or 0x497CAC) is known color: Steel Blue. HEX triplet: 49, 7C and AC. RGB value is (73,124,172). Sum of RGB (Red+Green+Blue) = 73+124+172=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #497CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CAC is #B68353. Grayscale: #717171. Windows color (decimal): -11961172 or 11304009. OLE color: 11304009.
HSL color Cylindrical-coordinate representation of color #497CAC: hue angle of 209.09º 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 #497CAC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 124 | 172 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.33 |
| HSL | 209.09º | 0.4% | 0.48% | - |
| HSV(B) | 209.09º | 0.58% | 0.67% | - |
| XYZ | 17.4 | 18.81 | 41.74 | - |
| YUV | 114.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 172 | 0.58 | 0.28 | 0 | 0.33 | 209.09 | 0.4 | 0.48 |
| Hex | 49 | 7C | AC | 3A | 1C | 0 | 21 | D1 | 28 | 30 |
| Octal | 111 | 174 | 254 | 72 | 34 | 0 | 41 | 321 | 50 | 60 |
| Binary | 1001001 | 1111100 | 10101100 | 111010 | 11100 | 0 | 100001 | 11010001 | 101000 | 110000 |
Color Harmonies of #497CAC
Complementary color
Monochromatic Colors of #497CAC
Black with #497CAC
Text Example
Text Example
White with #497CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CAC; }
p { color: rgb(73,124,172); }
H1.HeaderClassName
{
color: #497CAC;
}
.AnyTagClassName
{
color: #497CAC;
}
</style>
background-color css
<style>
a { background-color: #497CAC; }
a { background-color: rgb(73,124,172); }
div.DivClassName
{
background-color: #497CAC;
}
.BgClassName
{
background-color: #497CAC;
}
</style>
border-color css
<style>
span { border-color: #497CAC; }
span { border-color: rgb(73,124,172); }
td.TdClassName
{
border-color: #497CAC;
}
.TagClassName
{
border-color: #497CAC;
}
</style>