Shades of Steel Blue #497AB6
Tints of Steel Blue #497AB6
RGB
CMYK
RGB Variations
Color information
#497AB6 (or 0x497AB6) is known color: Steel Blue. HEX triplet: 49, 7A and B6. RGB value is (73,122,182). Sum of RGB (Red+Green+Blue) = 73+122+182=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #497AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AB6 is #B68549. Grayscale: #717171. Windows color (decimal): -11961674 or 11958857. OLE color: 11958857.
HSL color Cylindrical-coordinate representation of color #497AB6: hue angle of 213.03º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497AB6 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 122 | 182 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.29 |
| HSL | 213.03º | 0.43% | 0.5% | - |
| HSV(B) | 213.03º | 0.6% | 0.71% | - |
| XYZ | 18.15 | 18.71 | 46.91 | - |
| YUV | 114.19 | 166.27 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 182 | 0.60 | 0.33 | 0 | 0.29 | 213.03 | 0.43 | 0.5 |
| Hex | 49 | 7A | B6 | 3C | 21 | 0 | 1D | D5 | 2B | 32 |
| Octal | 111 | 172 | 266 | 74 | 41 | 0 | 35 | 325 | 53 | 62 |
| Binary | 1001001 | 1111010 | 10110110 | 111100 | 100001 | 0 | 11101 | 11010101 | 101011 | 110010 |
Color Harmonies of #497AB6
Complementary color
Monochromatic Colors of #497AB6
Black with #497AB6
Text Example
Text Example
White with #497AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AB6; }
p { color: rgb(73,122,182); }
H1.HeaderClassName
{
color: #497AB6;
}
.AnyTagClassName
{
color: #497AB6;
}
</style>
background-color css
<style>
a { background-color: #497AB6; }
a { background-color: rgb(73,122,182); }
div.DivClassName
{
background-color: #497AB6;
}
.BgClassName
{
background-color: #497AB6;
}
</style>
border-color css
<style>
span { border-color: #497AB6; }
span { border-color: rgb(73,122,182); }
td.TdClassName
{
border-color: #497AB6;
}
.TagClassName
{
border-color: #497AB6;
}
</style>