Shades of Steel Blue #497BB2
Tints of Steel Blue #497BB2
RGB
CMYK
RGB Variations
Color information
#497BB2 (or 0x497BB2) is known color: Steel Blue. HEX triplet: 49, 7B and B2. RGB value is (73,123,178). Sum of RGB (Red+Green+Blue) = 73+123+178=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #497BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BB2 is #B6844D. Grayscale: #727272. Windows color (decimal): -11961422 or 11696969. OLE color: 11696969.
HSL color Cylindrical-coordinate representation of color #497BB2: hue angle of 211.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497BB2 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 123 | 178 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.30 |
| HSL | 211.43º | 0.42% | 0.49% | - |
| HSV(B) | 211.43º | 0.59% | 0.7% | - |
| XYZ | 17.87 | 18.8 | 44.81 | - |
| YUV | 114.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 178 | 0.59 | 0.31 | 0 | 0.30 | 211.43 | 0.42 | 0.49 |
| Hex | 49 | 7B | B2 | 3B | 1F | 0 | 1E | D3 | 2A | 31 |
| Octal | 111 | 173 | 262 | 73 | 37 | 0 | 36 | 323 | 52 | 61 |
| Binary | 1001001 | 1111011 | 10110010 | 111011 | 11111 | 0 | 11110 | 11010011 | 101010 | 110001 |
Color Harmonies of #497BB2
Complementary color
Monochromatic Colors of #497BB2
Black with #497BB2
Text Example
Text Example
White with #497BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BB2; }
p { color: rgb(73,123,178); }
H1.HeaderClassName
{
color: #497BB2;
}
.AnyTagClassName
{
color: #497BB2;
}
</style>
background-color css
<style>
a { background-color: #497BB2; }
a { background-color: rgb(73,123,178); }
div.DivClassName
{
background-color: #497BB2;
}
.BgClassName
{
background-color: #497BB2;
}
</style>
border-color css
<style>
span { border-color: #497BB2; }
span { border-color: rgb(73,123,178); }
td.TdClassName
{
border-color: #497BB2;
}
.TagClassName
{
border-color: #497BB2;
}
</style>