Shades of Steel Blue #497DB1
Tints of Steel Blue #497DB1
RGB
CMYK
RGB Variations
Color information
#497DB1 (or 0x497DB1) is known color: Steel Blue. HEX triplet: 49, 7D and B1. RGB value is (73,125,177). Sum of RGB (Red+Green+Blue) = 73+125+177=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #497DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DB1 is #B6824E. Grayscale: #737373. Windows color (decimal): -11960911 or 11631945. OLE color: 11631945.
HSL color Cylindrical-coordinate representation of color #497DB1: hue angle of 210º degrees, saturation: 0.42, 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 #497DB1 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 125 | 177 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.31 |
| HSL | 210º | 0.42% | 0.49% | - |
| HSV(B) | 210º | 0.59% | 0.69% | - |
| XYZ | 18.02 | 19.26 | 44.36 | - |
| YUV | 115.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 177 | 0.59 | 0.29 | 0 | 0.31 | 210 | 0.42 | 0.49 |
| Hex | 49 | 7D | B1 | 3B | 1D | 0 | 1F | D2 | 2A | 31 |
| Octal | 111 | 175 | 261 | 73 | 35 | 0 | 37 | 322 | 52 | 61 |
| Binary | 1001001 | 1111101 | 10110001 | 111011 | 11101 | 0 | 11111 | 11010010 | 101010 | 110001 |
Color Harmonies of #497DB1
Complementary color
Monochromatic Colors of #497DB1
Black with #497DB1
Text Example
Text Example
White with #497DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DB1; }
p { color: rgb(73,125,177); }
H1.HeaderClassName
{
color: #497DB1;
}
.AnyTagClassName
{
color: #497DB1;
}
</style>
background-color css
<style>
a { background-color: #497DB1; }
a { background-color: rgb(73,125,177); }
div.DivClassName
{
background-color: #497DB1;
}
.BgClassName
{
background-color: #497DB1;
}
</style>
border-color css
<style>
span { border-color: #497DB1; }
span { border-color: rgb(73,125,177); }
td.TdClassName
{
border-color: #497DB1;
}
.TagClassName
{
border-color: #497DB1;
}
</style>