Shades of Steel Blue #4973BA
Tints of Steel Blue #4973BA
RGB
CMYK
RGB Variations
Color information
#4973BA (or 0x4973BA) is known color: Steel Blue. HEX triplet: 49, 73 and BA. RGB value is (73,115,186). Sum of RGB (Red+Green+Blue) = 73+115+186=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4973BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BA is #B68C45. Grayscale: #6E6E6E. Windows color (decimal): -11963462 or 12219209. OLE color: 12219209.
HSL color Cylindrical-coordinate representation of color #4973BA: hue angle of 217.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4973BA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 115 | 186 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.27 |
| HSL | 217.7º | 0.45% | 0.51% | - |
| HSV(B) | 217.7º | 0.61% | 0.73% | - |
| XYZ | 17.74 | 17.22 | 48.84 | - |
| YUV | 110.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 186 | 0.61 | 0.38 | 0 | 0.27 | 217.7 | 0.45 | 0.51 |
| Hex | 49 | 73 | BA | 3D | 26 | 0 | 1B | DA | 2D | 33 |
| Octal | 111 | 163 | 272 | 75 | 46 | 0 | 33 | 332 | 55 | 63 |
| Binary | 1001001 | 1110011 | 10111010 | 111101 | 100110 | 0 | 11011 | 11011010 | 101101 | 110011 |
Color Harmonies of #4973BA
Complementary color
Monochromatic Colors of #4973BA
Black with #4973BA
Text Example
Text Example
White with #4973BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973BA; }
p { color: rgb(73,115,186); }
H1.HeaderClassName
{
color: #4973BA;
}
.AnyTagClassName
{
color: #4973BA;
}
</style>
background-color css
<style>
a { background-color: #4973BA; }
a { background-color: rgb(73,115,186); }
div.DivClassName
{
background-color: #4973BA;
}
.BgClassName
{
background-color: #4973BA;
}
</style>
border-color css
<style>
span { border-color: #4973BA; }
span { border-color: rgb(73,115,186); }
td.TdClassName
{
border-color: #4973BA;
}
.TagClassName
{
border-color: #4973BA;
}
</style>