Shades of Steel Blue #4974BA
Tints of Steel Blue #4974BA
RGB
CMYK
RGB Variations
Color information
#4974BA (or 0x4974BA) is known color: Steel Blue. HEX triplet: 49, 74 and BA. RGB value is (73,116,186). Sum of RGB (Red+Green+Blue) = 73+116+186=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4974BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974BA is #B68B45. Grayscale: #6E6E6E. Windows color (decimal): -11963206 or 12219465. OLE color: 12219465.
HSL color Cylindrical-coordinate representation of color #4974BA: hue angle of 217.17º 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 #4974BA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 116 | 186 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.27 |
| HSL | 217.17º | 0.45% | 0.51% | - |
| HSV(B) | 217.17º | 0.61% | 0.73% | - |
| XYZ | 17.86 | 17.45 | 48.88 | - |
| YUV | 111.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 186 | 0.61 | 0.38 | 0 | 0.27 | 217.17 | 0.45 | 0.51 |
| Hex | 49 | 74 | BA | 3D | 26 | 0 | 1B | D9 | 2D | 33 |
| Octal | 111 | 164 | 272 | 75 | 46 | 0 | 33 | 331 | 55 | 63 |
| Binary | 1001001 | 1110100 | 10111010 | 111101 | 100110 | 0 | 11011 | 11011001 | 101101 | 110011 |
Color Harmonies of #4974BA
Complementary color
Monochromatic Colors of #4974BA
Black with #4974BA
Text Example
Text Example
White with #4974BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974BA; }
p { color: rgb(73,116,186); }
H1.HeaderClassName
{
color: #4974BA;
}
.AnyTagClassName
{
color: #4974BA;
}
</style>
background-color css
<style>
a { background-color: #4974BA; }
a { background-color: rgb(73,116,186); }
div.DivClassName
{
background-color: #4974BA;
}
.BgClassName
{
background-color: #4974BA;
}
</style>
border-color css
<style>
span { border-color: #4974BA; }
span { border-color: rgb(73,116,186); }
td.TdClassName
{
border-color: #4974BA;
}
.TagClassName
{
border-color: #4974BA;
}
</style>