Shades of Steel Blue #497FB3
Tints of Steel Blue #497FB3
RGB
CMYK
RGB Variations
Color information
#497FB3 (or 0x497FB3) is known color: Steel Blue. HEX triplet: 49, 7F and B3. RGB value is (73,127,179). Sum of RGB (Red+Green+Blue) = 73+127+179=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #497FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FB3 is #B6804C. Grayscale: #747474. Windows color (decimal): -11960397 or 11763529. OLE color: 11763529.
HSL color Cylindrical-coordinate representation of color #497FB3: hue angle of 209.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 #497FB3 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 127 | 179 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.30 |
| HSL | 209.43º | 0.42% | 0.49% | - |
| HSV(B) | 209.43º | 0.59% | 0.7% | - |
| XYZ | 18.47 | 19.85 | 45.51 | - |
| YUV | 116.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 179 | 0.59 | 0.29 | 0 | 0.30 | 209.43 | 0.42 | 0.49 |
| Hex | 49 | 7F | B3 | 3B | 1D | 0 | 1E | D1 | 2A | 31 |
| Octal | 111 | 177 | 263 | 73 | 35 | 0 | 36 | 321 | 52 | 61 |
| Binary | 1001001 | 1111111 | 10110011 | 111011 | 11101 | 0 | 11110 | 11010001 | 101010 | 110001 |
Color Harmonies of #497FB3
Complementary color
Monochromatic Colors of #497FB3
Black with #497FB3
Text Example
Text Example
White with #497FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FB3; }
p { color: rgb(73,127,179); }
H1.HeaderClassName
{
color: #497FB3;
}
.AnyTagClassName
{
color: #497FB3;
}
</style>
background-color css
<style>
a { background-color: #497FB3; }
a { background-color: rgb(73,127,179); }
div.DivClassName
{
background-color: #497FB3;
}
.BgClassName
{
background-color: #497FB3;
}
</style>
border-color css
<style>
span { border-color: #497FB3; }
span { border-color: rgb(73,127,179); }
td.TdClassName
{
border-color: #497FB3;
}
.TagClassName
{
border-color: #497FB3;
}
</style>