Shades of Steel Blue #497FBE
Tints of Steel Blue #497FBE
RGB
CMYK
RGB Variations
Color information
#497FBE (or 0x497FBE) is known color: Steel Blue. HEX triplet: 49, 7F and BE. RGB value is (73,127,190). Sum of RGB (Red+Green+Blue) = 73+127+190=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #497FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FBE is #B68041. Grayscale: #757575. Windows color (decimal): -11960386 or 12484425. OLE color: 12484425.
HSL color Cylindrical-coordinate representation of color #497FBE: hue angle of 212.31º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497FBE is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 127 | 190 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.25 |
| HSL | 212.31º | 0.47% | 0.52% | - |
| HSV(B) | 212.31º | 0.62% | 0.75% | - |
| XYZ | 19.63 | 20.31 | 51.6 | - |
| YUV | 118.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 190 | 0.62 | 0.33 | 0 | 0.25 | 212.31 | 0.47 | 0.52 |
| Hex | 49 | 7F | BE | 3E | 21 | 0 | 19 | D4 | 2F | 34 |
| Octal | 111 | 177 | 276 | 76 | 41 | 0 | 31 | 324 | 57 | 64 |
| Binary | 1001001 | 1111111 | 10111110 | 111110 | 100001 | 0 | 11001 | 11010100 | 101111 | 110100 |
Color Harmonies of #497FBE
Complementary color
Monochromatic Colors of #497FBE
Black with #497FBE
Text Example
Text Example
White with #497FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FBE; }
p { color: rgb(73,127,190); }
H1.HeaderClassName
{
color: #497FBE;
}
.AnyTagClassName
{
color: #497FBE;
}
</style>
background-color css
<style>
a { background-color: #497FBE; }
a { background-color: rgb(73,127,190); }
div.DivClassName
{
background-color: #497FBE;
}
.BgClassName
{
background-color: #497FBE;
}
</style>
border-color css
<style>
span { border-color: #497FBE; }
span { border-color: rgb(73,127,190); }
td.TdClassName
{
border-color: #497FBE;
}
.TagClassName
{
border-color: #497FBE;
}
</style>