Shades of Steel Blue #497EBC
Tints of Steel Blue #497EBC
RGB
CMYK
RGB Variations
Color information
#497EBC (or 0x497EBC) is known color: Steel Blue. HEX triplet: 49, 7E and BC. RGB value is (73,126,188). Sum of RGB (Red+Green+Blue) = 73+126+188=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #497EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EBC is #B68143. Grayscale: #747474. Windows color (decimal): -11960644 or 12353097. OLE color: 12353097.
HSL color Cylindrical-coordinate representation of color #497EBC: hue angle of 212.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497EBC is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 126 | 188 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.26 |
| HSL | 212.35º | 0.46% | 0.51% | - |
| HSV(B) | 212.35º | 0.61% | 0.74% | - |
| XYZ | 19.29 | 19.97 | 50.41 | - |
| YUV | 117.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 188 | 0.61 | 0.33 | 0 | 0.26 | 212.35 | 0.46 | 0.51 |
| Hex | 49 | 7E | BC | 3D | 21 | 0 | 1A | D4 | 2E | 33 |
| Octal | 111 | 176 | 274 | 75 | 41 | 0 | 32 | 324 | 56 | 63 |
| Binary | 1001001 | 1111110 | 10111100 | 111101 | 100001 | 0 | 11010 | 11010100 | 101110 | 110011 |
Color Harmonies of #497EBC
Complementary color
Monochromatic Colors of #497EBC
Black with #497EBC
Text Example
Text Example
White with #497EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EBC; }
p { color: rgb(73,126,188); }
H1.HeaderClassName
{
color: #497EBC;
}
.AnyTagClassName
{
color: #497EBC;
}
</style>
background-color css
<style>
a { background-color: #497EBC; }
a { background-color: rgb(73,126,188); }
div.DivClassName
{
background-color: #497EBC;
}
.BgClassName
{
background-color: #497EBC;
}
</style>
border-color css
<style>
span { border-color: #497EBC; }
span { border-color: rgb(73,126,188); }
td.TdClassName
{
border-color: #497EBC;
}
.TagClassName
{
border-color: #497EBC;
}
</style>