Shades of Steel Blue #497CBE
Tints of Steel Blue #497CBE
RGB
CMYK
RGB Variations
Color information
#497CBE (or 0x497CBE) is known color: Steel Blue. HEX triplet: 49, 7C and BE. RGB value is (73,124,190). Sum of RGB (Red+Green+Blue) = 73+124+190=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #497CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CBE is #B68341. Grayscale: #737373. Windows color (decimal): -11961154 or 12483657. OLE color: 12483657.
HSL color Cylindrical-coordinate representation of color #497CBE: hue angle of 213.85º 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 #497CBE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 124 | 190 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.25 |
| HSL | 213.85º | 0.47% | 0.52% | - |
| HSV(B) | 213.85º | 0.62% | 0.75% | - |
| XYZ | 19.25 | 19.55 | 51.47 | - |
| YUV | 116.28 | 169.6 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 190 | 0.62 | 0.35 | 0 | 0.25 | 213.85 | 0.47 | 0.52 |
| Hex | 49 | 7C | BE | 3E | 23 | 0 | 19 | D6 | 2F | 34 |
| Octal | 111 | 174 | 276 | 76 | 43 | 0 | 31 | 326 | 57 | 64 |
| Binary | 1001001 | 1111100 | 10111110 | 111110 | 100011 | 0 | 11001 | 11010110 | 101111 | 110100 |
Color Harmonies of #497CBE
Complementary color
Monochromatic Colors of #497CBE
Black with #497CBE
Text Example
Text Example
White with #497CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CBE; }
p { color: rgb(73,124,190); }
H1.HeaderClassName
{
color: #497CBE;
}
.AnyTagClassName
{
color: #497CBE;
}
</style>
background-color css
<style>
a { background-color: #497CBE; }
a { background-color: rgb(73,124,190); }
div.DivClassName
{
background-color: #497CBE;
}
.BgClassName
{
background-color: #497CBE;
}
</style>
border-color css
<style>
span { border-color: #497CBE; }
span { border-color: rgb(73,124,190); }
td.TdClassName
{
border-color: #497CBE;
}
.TagClassName
{
border-color: #497CBE;
}
</style>