Shades of Steel Blue #4978BA
Tints of Steel Blue #4978BA
RGB
CMYK
RGB Variations
Color information
#4978BA (or 0x4978BA) is known color: Steel Blue. HEX triplet: 49, 78 and BA. RGB value is (73,120,186). Sum of RGB (Red+Green+Blue) = 73+120+186=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #4978BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978BA is #B68745. Grayscale: #717171. Windows color (decimal): -11962182 or 12220489. OLE color: 12220489.
HSL color Cylindrical-coordinate representation of color #4978BA: hue angle of 215.04º 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 #4978BA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 120 | 186 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.27 |
| HSL | 215.04º | 0.45% | 0.51% | - |
| HSV(B) | 215.04º | 0.61% | 0.73% | - |
| XYZ | 18.33 | 18.39 | 49.04 | - |
| YUV | 113.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 186 | 0.61 | 0.35 | 0 | 0.27 | 215.04 | 0.45 | 0.51 |
| Hex | 49 | 78 | BA | 3D | 23 | 0 | 1B | D7 | 2D | 33 |
| Octal | 111 | 170 | 272 | 75 | 43 | 0 | 33 | 327 | 55 | 63 |
| Binary | 1001001 | 1111000 | 10111010 | 111101 | 100011 | 0 | 11011 | 11010111 | 101101 | 110011 |
Color Harmonies of #4978BA
Complementary color
Monochromatic Colors of #4978BA
Black with #4978BA
Text Example
Text Example
White with #4978BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978BA; }
p { color: rgb(73,120,186); }
H1.HeaderClassName
{
color: #4978BA;
}
.AnyTagClassName
{
color: #4978BA;
}
</style>
background-color css
<style>
a { background-color: #4978BA; }
a { background-color: rgb(73,120,186); }
div.DivClassName
{
background-color: #4978BA;
}
.BgClassName
{
background-color: #4978BA;
}
</style>
border-color css
<style>
span { border-color: #4978BA; }
span { border-color: rgb(73,120,186); }
td.TdClassName
{
border-color: #4978BA;
}
.TagClassName
{
border-color: #4978BA;
}
</style>