Shades of Steel Blue #497DBF
Tints of Steel Blue #497DBF
RGB
CMYK
RGB Variations
Color information
#497DBF (or 0x497DBF) is known color: Steel Blue. HEX triplet: 49, 7D and BF. RGB value is (73,125,191). Sum of RGB (Red+Green+Blue) = 73+125+191=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #497DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DBF is #B68240. Grayscale: #747474. Windows color (decimal): -11960897 or 12549449. OLE color: 12549449.
HSL color Cylindrical-coordinate representation of color #497DBF: hue angle of 213.56º degrees, saturation: 0.48, 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 #497DBF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 125 | 191 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.25 |
| HSL | 213.56º | 0.48% | 0.52% | - |
| HSV(B) | 213.56º | 0.62% | 0.75% | - |
| XYZ | 19.49 | 19.85 | 52.09 | - |
| YUV | 116.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 191 | 0.62 | 0.35 | 0 | 0.25 | 213.56 | 0.48 | 0.52 |
| Hex | 49 | 7D | BF | 3E | 23 | 0 | 19 | D6 | 30 | 34 |
| Octal | 111 | 175 | 277 | 76 | 43 | 0 | 31 | 326 | 60 | 64 |
| Binary | 1001001 | 1111101 | 10111111 | 111110 | 100011 | 0 | 11001 | 11010110 | 110000 | 110100 |
Color Harmonies of #497DBF
Complementary color
Monochromatic Colors of #497DBF
Black with #497DBF
Text Example
Text Example
White with #497DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DBF; }
p { color: rgb(73,125,191); }
H1.HeaderClassName
{
color: #497DBF;
}
.AnyTagClassName
{
color: #497DBF;
}
</style>
background-color css
<style>
a { background-color: #497DBF; }
a { background-color: rgb(73,125,191); }
div.DivClassName
{
background-color: #497DBF;
}
.BgClassName
{
background-color: #497DBF;
}
</style>
border-color css
<style>
span { border-color: #497DBF; }
span { border-color: rgb(73,125,191); }
td.TdClassName
{
border-color: #497DBF;
}
.TagClassName
{
border-color: #497DBF;
}
</style>