Shades of Steel Blue #4976AD
Tints of Steel Blue #4976AD
RGB
CMYK
RGB Variations
Color information
#4976AD (or 0x4976AD) is known color: Steel Blue. HEX triplet: 49, 76 and AD. RGB value is (73,118,173). Sum of RGB (Red+Green+Blue) = 73+118+173=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #4976AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4976AD is #B68952. Grayscale: #6E6E6E. Windows color (decimal): -11962707 or 11368009. OLE color: 11368009.
HSL color Cylindrical-coordinate representation of color #4976AD: hue angle of 213º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4976AD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 118 | 173 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.32 |
| HSL | 213º | 0.41% | 0.48% | - |
| HSV(B) | 213º | 0.58% | 0.68% | - |
| XYZ | 16.77 | 17.39 | 42.01 | - |
| YUV | 110.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 173 | 0.58 | 0.32 | 0 | 0.32 | 213 | 0.41 | 0.48 |
| Hex | 49 | 76 | AD | 3A | 20 | 0 | 20 | D5 | 29 | 30 |
| Octal | 111 | 166 | 255 | 72 | 40 | 0 | 40 | 325 | 51 | 60 |
| Binary | 1001001 | 1110110 | 10101101 | 111010 | 100000 | 0 | 100000 | 11010101 | 101001 | 110000 |
Color Harmonies of #4976AD
Complementary color
Monochromatic Colors of #4976AD
Black with #4976AD
Text Example
Text Example
White with #4976AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976AD; }
p { color: rgb(73,118,173); }
H1.HeaderClassName
{
color: #4976AD;
}
.AnyTagClassName
{
color: #4976AD;
}
</style>
background-color css
<style>
a { background-color: #4976AD; }
a { background-color: rgb(73,118,173); }
div.DivClassName
{
background-color: #4976AD;
}
.BgClassName
{
background-color: #4976AD;
}
</style>
border-color css
<style>
span { border-color: #4976AD; }
span { border-color: rgb(73,118,173); }
td.TdClassName
{
border-color: #4976AD;
}
.TagClassName
{
border-color: #4976AD;
}
</style>