Shades of Steel Blue #497DBD
Tints of Steel Blue #497DBD
RGB
CMYK
RGB Variations
Color information
#497DBD (or 0x497DBD) is known color: Steel Blue. HEX triplet: 49, 7D and BD. RGB value is (73,125,189). Sum of RGB (Red+Green+Blue) = 73+125+189=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #497DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DBD is #B68242. Grayscale: #747474. Windows color (decimal): -11960899 or 12418377. OLE color: 12418377.
HSL color Cylindrical-coordinate representation of color #497DBD: hue angle of 213.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497DBD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 125 | 189 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.26 |
| HSL | 213.1º | 0.47% | 0.51% | - |
| HSV(B) | 213.1º | 0.61% | 0.74% | - |
| XYZ | 19.27 | 19.76 | 50.94 | - |
| YUV | 116.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 189 | 0.61 | 0.34 | 0 | 0.26 | 213.1 | 0.47 | 0.51 |
| Hex | 49 | 7D | BD | 3D | 22 | 0 | 1A | D5 | 2F | 33 |
| Octal | 111 | 175 | 275 | 75 | 42 | 0 | 32 | 325 | 57 | 63 |
| Binary | 1001001 | 1111101 | 10111101 | 111101 | 100010 | 0 | 11010 | 11010101 | 101111 | 110011 |
Color Harmonies of #497DBD
Complementary color
Monochromatic Colors of #497DBD
Black with #497DBD
Text Example
Text Example
White with #497DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DBD; }
p { color: rgb(73,125,189); }
H1.HeaderClassName
{
color: #497DBD;
}
.AnyTagClassName
{
color: #497DBD;
}
</style>
background-color css
<style>
a { background-color: #497DBD; }
a { background-color: rgb(73,125,189); }
div.DivClassName
{
background-color: #497DBD;
}
.BgClassName
{
background-color: #497DBD;
}
</style>
border-color css
<style>
span { border-color: #497DBD; }
span { border-color: rgb(73,125,189); }
td.TdClassName
{
border-color: #497DBD;
}
.TagClassName
{
border-color: #497DBD;
}
</style>