Shades of Steel Blue #497BB1
Tints of Steel Blue #497BB1
RGB
CMYK
RGB Variations
Color information
#497BB1 (or 0x497BB1) is known color: Steel Blue. HEX triplet: 49, 7B and B1. RGB value is (73,123,177). Sum of RGB (Red+Green+Blue) = 73+123+177=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #497BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BB1 is #B6844E. Grayscale: #717171. Windows color (decimal): -11961423 or 11631433. OLE color: 11631433.
HSL color Cylindrical-coordinate representation of color #497BB1: hue angle of 211.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497BB1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 123 | 177 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.31 |
| HSL | 211.15º | 0.42% | 0.49% | - |
| HSV(B) | 211.15º | 0.59% | 0.69% | - |
| XYZ | 17.77 | 18.76 | 44.28 | - |
| YUV | 114.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 177 | 0.59 | 0.31 | 0 | 0.31 | 211.15 | 0.42 | 0.49 |
| Hex | 49 | 7B | B1 | 3B | 1F | 0 | 1F | D3 | 2A | 31 |
| Octal | 111 | 173 | 261 | 73 | 37 | 0 | 37 | 323 | 52 | 61 |
| Binary | 1001001 | 1111011 | 10110001 | 111011 | 11111 | 0 | 11111 | 11010011 | 101010 | 110001 |
Color Harmonies of #497BB1
Complementary color
Monochromatic Colors of #497BB1
Black with #497BB1
Text Example
Text Example
White with #497BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BB1; }
p { color: rgb(73,123,177); }
H1.HeaderClassName
{
color: #497BB1;
}
.AnyTagClassName
{
color: #497BB1;
}
</style>
background-color css
<style>
a { background-color: #497BB1; }
a { background-color: rgb(73,123,177); }
div.DivClassName
{
background-color: #497BB1;
}
.BgClassName
{
background-color: #497BB1;
}
</style>
border-color css
<style>
span { border-color: #497BB1; }
span { border-color: rgb(73,123,177); }
td.TdClassName
{
border-color: #497BB1;
}
.TagClassName
{
border-color: #497BB1;
}
</style>