Shades of Steel Blue #497AB2
Tints of Steel Blue #497AB2
RGB
CMYK
RGB Variations
Color information
#497AB2 (or 0x497AB2) is known color: Steel Blue. HEX triplet: 49, 7A and B2. RGB value is (73,122,178). Sum of RGB (Red+Green+Blue) = 73+122+178=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #497AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AB2 is #B6854D. Grayscale: #717171. Windows color (decimal): -11961678 or 11696713. OLE color: 11696713.
HSL color Cylindrical-coordinate representation of color #497AB2: hue angle of 212º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497AB2 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 122 | 178 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.30 |
| HSL | 212º | 0.42% | 0.49% | - |
| HSV(B) | 212º | 0.59% | 0.7% | - |
| XYZ | 17.74 | 18.55 | 44.76 | - |
| YUV | 113.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 178 | 0.59 | 0.31 | 0 | 0.30 | 212 | 0.42 | 0.49 |
| Hex | 49 | 7A | B2 | 3B | 1F | 0 | 1E | D4 | 2A | 31 |
| Octal | 111 | 172 | 262 | 73 | 37 | 0 | 36 | 324 | 52 | 61 |
| Binary | 1001001 | 1111010 | 10110010 | 111011 | 11111 | 0 | 11110 | 11010100 | 101010 | 110001 |
Color Harmonies of #497AB2
Complementary color
Monochromatic Colors of #497AB2
Black with #497AB2
Text Example
Text Example
White with #497AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AB2; }
p { color: rgb(73,122,178); }
H1.HeaderClassName
{
color: #497AB2;
}
.AnyTagClassName
{
color: #497AB2;
}
</style>
background-color css
<style>
a { background-color: #497AB2; }
a { background-color: rgb(73,122,178); }
div.DivClassName
{
background-color: #497AB2;
}
.BgClassName
{
background-color: #497AB2;
}
</style>
border-color css
<style>
span { border-color: #497AB2; }
span { border-color: rgb(73,122,178); }
td.TdClassName
{
border-color: #497AB2;
}
.TagClassName
{
border-color: #497AB2;
}
</style>