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