Shades of Steel Blue #497BBC
Tints of Steel Blue #497BBC
RGB
CMYK
RGB Variations
Color information
#497BBC (or 0x497BBC) is known color: Steel Blue. HEX triplet: 49, 7B and BC. RGB value is (73,123,188). Sum of RGB (Red+Green+Blue) = 73+123+188=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #497BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BBC is #B68443. Grayscale: #737373. Windows color (decimal): -11961412 or 12352329. OLE color: 12352329.
HSL color Cylindrical-coordinate representation of color #497BBC: hue angle of 213.91º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497BBC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 123 | 188 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.26 |
| HSL | 213.91º | 0.46% | 0.51% | - |
| HSV(B) | 213.91º | 0.61% | 0.74% | - |
| XYZ | 18.91 | 19.21 | 50.29 | - |
| YUV | 115.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 188 | 0.61 | 0.35 | 0 | 0.26 | 213.91 | 0.46 | 0.51 |
| Hex | 49 | 7B | BC | 3D | 23 | 0 | 1A | D6 | 2E | 33 |
| Octal | 111 | 173 | 274 | 75 | 43 | 0 | 32 | 326 | 56 | 63 |
| Binary | 1001001 | 1111011 | 10111100 | 111101 | 100011 | 0 | 11010 | 11010110 | 101110 | 110011 |
Color Harmonies of #497BBC
Complementary color
Monochromatic Colors of #497BBC
Black with #497BBC
Text Example
Text Example
White with #497BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BBC; }
p { color: rgb(73,123,188); }
H1.HeaderClassName
{
color: #497BBC;
}
.AnyTagClassName
{
color: #497BBC;
}
</style>
background-color css
<style>
a { background-color: #497BBC; }
a { background-color: rgb(73,123,188); }
div.DivClassName
{
background-color: #497BBC;
}
.BgClassName
{
background-color: #497BBC;
}
</style>
border-color css
<style>
span { border-color: #497BBC; }
span { border-color: rgb(73,123,188); }
td.TdClassName
{
border-color: #497BBC;
}
.TagClassName
{
border-color: #497BBC;
}
</style>