Shades of Steel Blue #497FB4
Tints of Steel Blue #497FB4
RGB
CMYK
RGB Variations
Color information
#497FB4 (or 0x497FB4) is known color: Steel Blue. HEX triplet: 49, 7F and B4. RGB value is (73,127,180). Sum of RGB (Red+Green+Blue) = 73+127+180=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #497FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FB4 is #B6804B. Grayscale: #747474. Windows color (decimal): -11960396 or 11829065. OLE color: 11829065.
HSL color Cylindrical-coordinate representation of color #497FB4: hue angle of 209.72º 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 #497FB4 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 127 | 180 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.29 |
| HSL | 209.72º | 0.42% | 0.5% | - |
| HSV(B) | 209.72º | 0.59% | 0.71% | - |
| XYZ | 18.58 | 19.89 | 46.04 | - |
| YUV | 116.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 180 | 0.59 | 0.29 | 0 | 0.29 | 209.72 | 0.42 | 0.5 |
| Hex | 49 | 7F | B4 | 3B | 1D | 0 | 1D | D2 | 2A | 32 |
| Octal | 111 | 177 | 264 | 73 | 35 | 0 | 35 | 322 | 52 | 62 |
| Binary | 1001001 | 1111111 | 10110100 | 111011 | 11101 | 0 | 11101 | 11010010 | 101010 | 110010 |
Color Harmonies of #497FB4
Complementary color
Monochromatic Colors of #497FB4
Black with #497FB4
Text Example
Text Example
White with #497FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FB4; }
p { color: rgb(73,127,180); }
H1.HeaderClassName
{
color: #497FB4;
}
.AnyTagClassName
{
color: #497FB4;
}
</style>
background-color css
<style>
a { background-color: #497FB4; }
a { background-color: rgb(73,127,180); }
div.DivClassName
{
background-color: #497FB4;
}
.BgClassName
{
background-color: #497FB4;
}
</style>
border-color css
<style>
span { border-color: #497FB4; }
span { border-color: rgb(73,127,180); }
td.TdClassName
{
border-color: #497FB4;
}
.TagClassName
{
border-color: #497FB4;
}
</style>