Shades of Steel Blue #497CBF
Tints of Steel Blue #497CBF
RGB
CMYK
RGB Variations
Color information
#497CBF (or 0x497CBF) is known color: Steel Blue. HEX triplet: 49, 7C and BF. RGB value is (73,124,191). Sum of RGB (Red+Green+Blue) = 73+124+191=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #497CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CBF is #B68340. Grayscale: #747474. Windows color (decimal): -11961153 or 12549193. OLE color: 12549193.
HSL color Cylindrical-coordinate representation of color #497CBF: hue angle of 214.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497CBF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 124 | 191 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.25 |
| HSL | 214.07º | 0.48% | 0.52% | - |
| HSV(B) | 214.07º | 0.62% | 0.75% | - |
| XYZ | 19.36 | 19.59 | 52.05 | - |
| YUV | 116.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 191 | 0.62 | 0.35 | 0 | 0.25 | 214.07 | 0.48 | 0.52 |
| Hex | 49 | 7C | BF | 3E | 23 | 0 | 19 | D6 | 30 | 34 |
| Octal | 111 | 174 | 277 | 76 | 43 | 0 | 31 | 326 | 60 | 64 |
| Binary | 1001001 | 1111100 | 10111111 | 111110 | 100011 | 0 | 11001 | 11010110 | 110000 | 110100 |
Color Harmonies of #497CBF
Complementary color
Monochromatic Colors of #497CBF
Black with #497CBF
Text Example
Text Example
White with #497CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CBF; }
p { color: rgb(73,124,191); }
H1.HeaderClassName
{
color: #497CBF;
}
.AnyTagClassName
{
color: #497CBF;
}
</style>
background-color css
<style>
a { background-color: #497CBF; }
a { background-color: rgb(73,124,191); }
div.DivClassName
{
background-color: #497CBF;
}
.BgClassName
{
background-color: #497CBF;
}
</style>
border-color css
<style>
span { border-color: #497CBF; }
span { border-color: rgb(73,124,191); }
td.TdClassName
{
border-color: #497CBF;
}
.TagClassName
{
border-color: #497CBF;
}
</style>