Shades of Steel Blue #497DB4
Tints of Steel Blue #497DB4
RGB
CMYK
RGB Variations
Color information
#497DB4 (or 0x497DB4) is known color: Steel Blue. HEX triplet: 49, 7D and B4. RGB value is (73,125,180). Sum of RGB (Red+Green+Blue) = 73+125+180=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #497DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DB4 is #B6824B. Grayscale: #737373. Windows color (decimal): -11960908 or 11828553. OLE color: 11828553.
HSL color Cylindrical-coordinate representation of color #497DB4: hue angle of 210.84º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497DB4 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 125 | 180 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.29 |
| HSL | 210.84º | 0.42% | 0.5% | - |
| HSV(B) | 210.84º | 0.59% | 0.71% | - |
| XYZ | 18.32 | 19.38 | 45.96 | - |
| YUV | 115.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 180 | 0.59 | 0.31 | 0 | 0.29 | 210.84 | 0.42 | 0.5 |
| Hex | 49 | 7D | B4 | 3B | 1F | 0 | 1D | D3 | 2A | 32 |
| Octal | 111 | 175 | 264 | 73 | 37 | 0 | 35 | 323 | 52 | 62 |
| Binary | 1001001 | 1111101 | 10110100 | 111011 | 11111 | 0 | 11101 | 11010011 | 101010 | 110010 |
Color Harmonies of #497DB4
Complementary color
Monochromatic Colors of #497DB4
Black with #497DB4
Text Example
Text Example
White with #497DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DB4; }
p { color: rgb(73,125,180); }
H1.HeaderClassName
{
color: #497DB4;
}
.AnyTagClassName
{
color: #497DB4;
}
</style>
background-color css
<style>
a { background-color: #497DB4; }
a { background-color: rgb(73,125,180); }
div.DivClassName
{
background-color: #497DB4;
}
.BgClassName
{
background-color: #497DB4;
}
</style>
border-color css
<style>
span { border-color: #497DB4; }
span { border-color: rgb(73,125,180); }
td.TdClassName
{
border-color: #497DB4;
}
.TagClassName
{
border-color: #497DB4;
}
</style>