Shades of Steel Blue #497FA4
Tints of Steel Blue #497FA4
RGB
CMYK
RGB Variations
Color information
#497FA4 (or 0x497FA4) is known color: Steel Blue. HEX triplet: 49, 7F and A4. RGB value is (73,127,164). Sum of RGB (Red+Green+Blue) = 73+127+164=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #497FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FA4 is #B6805B. Grayscale: #727272. Windows color (decimal): -11960412 or 10780489. OLE color: 10780489.
HSL color Cylindrical-coordinate representation of color #497FA4: hue angle of 204.4º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497FA4 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 127 | 164 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.36 |
| HSL | 204.4º | 0.38% | 0.46% | - |
| HSV(B) | 204.4º | 0.55% | 0.64% | - |
| XYZ | 17.04 | 19.28 | 37.94 | - |
| YUV | 115.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 164 | 0.55 | 0.23 | 0 | 0.36 | 204.4 | 0.38 | 0.46 |
| Hex | 49 | 7F | A4 | 37 | 17 | 0 | 24 | CC | 26 | 2E |
| Octal | 111 | 177 | 244 | 67 | 27 | 0 | 44 | 314 | 46 | 56 |
| Binary | 1001001 | 1111111 | 10100100 | 110111 | 10111 | 0 | 100100 | 11001100 | 100110 | 101110 |
Color Harmonies of #497FA4
Complementary color
Monochromatic Colors of #497FA4
Black with #497FA4
Text Example
Text Example
White with #497FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FA4; }
p { color: rgb(73,127,164); }
H1.HeaderClassName
{
color: #497FA4;
}
.AnyTagClassName
{
color: #497FA4;
}
</style>
background-color css
<style>
a { background-color: #497FA4; }
a { background-color: rgb(73,127,164); }
div.DivClassName
{
background-color: #497FA4;
}
.BgClassName
{
background-color: #497FA4;
}
</style>
border-color css
<style>
span { border-color: #497FA4; }
span { border-color: rgb(73,127,164); }
td.TdClassName
{
border-color: #497FA4;
}
.TagClassName
{
border-color: #497FA4;
}
</style>