Shades of Steel Blue #4978AD
Tints of Steel Blue #4978AD
RGB
CMYK
RGB Variations
Color information
#4978AD (or 0x4978AD) is known color: Steel Blue. HEX triplet: 49, 78 and AD. RGB value is (73,120,173). Sum of RGB (Red+Green+Blue) = 73+120+173=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #4978AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4978AD is #B68752. Grayscale: #6F6F6F. Windows color (decimal): -11962195 or 11368521. OLE color: 11368521.
HSL color Cylindrical-coordinate representation of color #4978AD: hue angle of 211.8º 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 #4978AD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 120 | 173 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.32 |
| HSL | 211.8º | 0.41% | 0.48% | - |
| HSV(B) | 211.8º | 0.58% | 0.68% | - |
| XYZ | 17.01 | 17.87 | 42.09 | - |
| YUV | 111.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 173 | 0.58 | 0.31 | 0 | 0.32 | 211.8 | 0.41 | 0.48 |
| Hex | 49 | 78 | AD | 3A | 1F | 0 | 20 | D4 | 29 | 30 |
| Octal | 111 | 170 | 255 | 72 | 37 | 0 | 40 | 324 | 51 | 60 |
| Binary | 1001001 | 1111000 | 10101101 | 111010 | 11111 | 0 | 100000 | 11010100 | 101001 | 110000 |
Color Harmonies of #4978AD
Complementary color
Monochromatic Colors of #4978AD
Black with #4978AD
Text Example
Text Example
White with #4978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978AD; }
p { color: rgb(73,120,173); }
H1.HeaderClassName
{
color: #4978AD;
}
.AnyTagClassName
{
color: #4978AD;
}
</style>
background-color css
<style>
a { background-color: #4978AD; }
a { background-color: rgb(73,120,173); }
div.DivClassName
{
background-color: #4978AD;
}
.BgClassName
{
background-color: #4978AD;
}
</style>
border-color css
<style>
span { border-color: #4978AD; }
span { border-color: rgb(73,120,173); }
td.TdClassName
{
border-color: #4978AD;
}
.TagClassName
{
border-color: #4978AD;
}
</style>