Shades of Steel Blue #497CB7
Tints of Steel Blue #497CB7
RGB
CMYK
RGB Variations
Color information
#497CB7 (or 0x497CB7) is known color: Steel Blue. HEX triplet: 49, 7C and B7. RGB value is (73,124,183). Sum of RGB (Red+Green+Blue) = 73+124+183=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #497CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CB7 is #B68348. Grayscale: #737373. Windows color (decimal): -11961161 or 12024905. OLE color: 12024905.
HSL color Cylindrical-coordinate representation of color #497CB7: hue angle of 212.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497CB7 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 124 | 183 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.28 |
| HSL | 212.18º | 0.43% | 0.5% | - |
| HSV(B) | 212.18º | 0.6% | 0.72% | - |
| XYZ | 18.5 | 19.25 | 47.54 | - |
| YUV | 115.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 183 | 0.60 | 0.32 | 0 | 0.28 | 212.18 | 0.43 | 0.5 |
| Hex | 49 | 7C | B7 | 3C | 20 | 0 | 1C | D4 | 2B | 32 |
| Octal | 111 | 174 | 267 | 74 | 40 | 0 | 34 | 324 | 53 | 62 |
| Binary | 1001001 | 1111100 | 10110111 | 111100 | 100000 | 0 | 11100 | 11010100 | 101011 | 110010 |
Color Harmonies of #497CB7
Complementary color
Monochromatic Colors of #497CB7
Black with #497CB7
Text Example
Text Example
White with #497CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CB7; }
p { color: rgb(73,124,183); }
H1.HeaderClassName
{
color: #497CB7;
}
.AnyTagClassName
{
color: #497CB7;
}
</style>
background-color css
<style>
a { background-color: #497CB7; }
a { background-color: rgb(73,124,183); }
div.DivClassName
{
background-color: #497CB7;
}
.BgClassName
{
background-color: #497CB7;
}
</style>
border-color css
<style>
span { border-color: #497CB7; }
span { border-color: rgb(73,124,183); }
td.TdClassName
{
border-color: #497CB7;
}
.TagClassName
{
border-color: #497CB7;
}
</style>