Shades of Steel Blue #497FB6
Tints of Steel Blue #497FB6
RGB
CMYK
RGB Variations
Color information
#497FB6 (or 0x497FB6) is known color: Steel Blue. HEX triplet: 49, 7F and B6. RGB value is (73,127,182). Sum of RGB (Red+Green+Blue) = 73+127+182=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #497FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FB6 is #B68049. Grayscale: #747474. Windows color (decimal): -11960394 or 11960137. OLE color: 11960137.
HSL color Cylindrical-coordinate representation of color #497FB6: hue angle of 210.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497FB6 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 127 | 182 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.29 |
| HSL | 210.28º | 0.43% | 0.5% | - |
| HSV(B) | 210.28º | 0.6% | 0.71% | - |
| XYZ | 18.78 | 19.97 | 47.12 | - |
| YUV | 117.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 182 | 0.60 | 0.30 | 0 | 0.29 | 210.28 | 0.43 | 0.5 |
| Hex | 49 | 7F | B6 | 3C | 1E | 0 | 1D | D2 | 2B | 32 |
| Octal | 111 | 177 | 266 | 74 | 36 | 0 | 35 | 322 | 53 | 62 |
| Binary | 1001001 | 1111111 | 10110110 | 111100 | 11110 | 0 | 11101 | 11010010 | 101011 | 110010 |
Color Harmonies of #497FB6
Complementary color
Monochromatic Colors of #497FB6
Black with #497FB6
Text Example
Text Example
White with #497FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FB6; }
p { color: rgb(73,127,182); }
H1.HeaderClassName
{
color: #497FB6;
}
.AnyTagClassName
{
color: #497FB6;
}
</style>
background-color css
<style>
a { background-color: #497FB6; }
a { background-color: rgb(73,127,182); }
div.DivClassName
{
background-color: #497FB6;
}
.BgClassName
{
background-color: #497FB6;
}
</style>
border-color css
<style>
span { border-color: #497FB6; }
span { border-color: rgb(73,127,182); }
td.TdClassName
{
border-color: #497FB6;
}
.TagClassName
{
border-color: #497FB6;
}
</style>