Shades of Steel Blue #497DB0
Tints of Steel Blue #497DB0
RGB
CMYK
RGB Variations
Color information
#497DB0 (or 0x497DB0) is known color: Steel Blue. HEX triplet: 49, 7D and B0. RGB value is (73,125,176). Sum of RGB (Red+Green+Blue) = 73+125+176=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #497DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DB0 is #B6824F. Grayscale: #737373. Windows color (decimal): -11960912 or 11566409. OLE color: 11566409.
HSL color Cylindrical-coordinate representation of color #497DB0: hue angle of 209.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497DB0 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 125 | 176 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.31 |
| HSL | 209.71º | 0.41% | 0.49% | - |
| HSV(B) | 209.71º | 0.59% | 0.69% | - |
| XYZ | 17.92 | 19.22 | 43.84 | - |
| YUV | 115.27 | 162.27 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 176 | 0.59 | 0.29 | 0 | 0.31 | 209.71 | 0.41 | 0.49 |
| Hex | 49 | 7D | B0 | 3B | 1D | 0 | 1F | D2 | 29 | 31 |
| Octal | 111 | 175 | 260 | 73 | 35 | 0 | 37 | 322 | 51 | 61 |
| Binary | 1001001 | 1111101 | 10110000 | 111011 | 11101 | 0 | 11111 | 11010010 | 101001 | 110001 |
Color Harmonies of #497DB0
Complementary color
Monochromatic Colors of #497DB0
Black with #497DB0
Text Example
Text Example
White with #497DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DB0; }
p { color: rgb(73,125,176); }
H1.HeaderClassName
{
color: #497DB0;
}
.AnyTagClassName
{
color: #497DB0;
}
</style>
background-color css
<style>
a { background-color: #497DB0; }
a { background-color: rgb(73,125,176); }
div.DivClassName
{
background-color: #497DB0;
}
.BgClassName
{
background-color: #497DB0;
}
</style>
border-color css
<style>
span { border-color: #497DB0; }
span { border-color: rgb(73,125,176); }
td.TdClassName
{
border-color: #497DB0;
}
.TagClassName
{
border-color: #497DB0;
}
</style>