Shades of Steel Blue #497CBC
Tints of Steel Blue #497CBC
RGB
CMYK
RGB Variations
Color information
#497CBC (or 0x497CBC) is known color: Steel Blue. HEX triplet: 49, 7C and BC. RGB value is (73,124,188). Sum of RGB (Red+Green+Blue) = 73+124+188=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #497CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CBC is #B68343. Grayscale: #737373. Windows color (decimal): -11961156 or 12352585. OLE color: 12352585.
HSL color Cylindrical-coordinate representation of color #497CBC: hue angle of 213.39º 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 #497CBC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 124 | 188 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.26 |
| HSL | 213.39º | 0.46% | 0.51% | - |
| HSV(B) | 213.39º | 0.61% | 0.74% | - |
| XYZ | 19.03 | 19.46 | 50.33 | - |
| YUV | 116.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 188 | 0.61 | 0.34 | 0 | 0.26 | 213.39 | 0.46 | 0.51 |
| Hex | 49 | 7C | BC | 3D | 22 | 0 | 1A | D5 | 2E | 33 |
| Octal | 111 | 174 | 274 | 75 | 42 | 0 | 32 | 325 | 56 | 63 |
| Binary | 1001001 | 1111100 | 10111100 | 111101 | 100010 | 0 | 11010 | 11010101 | 101110 | 110011 |
Color Harmonies of #497CBC
Complementary color
Monochromatic Colors of #497CBC
Black with #497CBC
Text Example
Text Example
White with #497CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CBC; }
p { color: rgb(73,124,188); }
H1.HeaderClassName
{
color: #497CBC;
}
.AnyTagClassName
{
color: #497CBC;
}
</style>
background-color css
<style>
a { background-color: #497CBC; }
a { background-color: rgb(73,124,188); }
div.DivClassName
{
background-color: #497CBC;
}
.BgClassName
{
background-color: #497CBC;
}
</style>
border-color css
<style>
span { border-color: #497CBC; }
span { border-color: rgb(73,124,188); }
td.TdClassName
{
border-color: #497CBC;
}
.TagClassName
{
border-color: #497CBC;
}
</style>