Shades of Steel Blue #4979B3
Tints of Steel Blue #4979B3
RGB
CMYK
RGB Variations
Color information
#4979B3 (or 0x4979B3) is known color: Steel Blue. HEX triplet: 49, 79 and B3. RGB value is (73,121,179). Sum of RGB (Red+Green+Blue) = 73+121+179=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #4979B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979B3 is #B6864C. Grayscale: #707070. Windows color (decimal): -11961933 or 11761993. OLE color: 11761993.
HSL color Cylindrical-coordinate representation of color #4979B3: hue angle of 212.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4979B3 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 121 | 179 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.30 |
| HSL | 212.83º | 0.42% | 0.49% | - |
| HSV(B) | 212.83º | 0.59% | 0.7% | - |
| XYZ | 17.72 | 18.35 | 45.25 | - |
| YUV | 113.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 179 | 0.59 | 0.32 | 0 | 0.30 | 212.83 | 0.42 | 0.49 |
| Hex | 49 | 79 | B3 | 3B | 20 | 0 | 1E | D5 | 2A | 31 |
| Octal | 111 | 171 | 263 | 73 | 40 | 0 | 36 | 325 | 52 | 61 |
| Binary | 1001001 | 1111001 | 10110011 | 111011 | 100000 | 0 | 11110 | 11010101 | 101010 | 110001 |
Color Harmonies of #4979B3
Complementary color
Monochromatic Colors of #4979B3
Black with #4979B3
Text Example
Text Example
White with #4979B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4979B3; }
p { color: rgb(73,121,179); }
H1.HeaderClassName
{
color: #4979B3;
}
.AnyTagClassName
{
color: #4979B3;
}
</style>
background-color css
<style>
a { background-color: #4979B3; }
a { background-color: rgb(73,121,179); }
div.DivClassName
{
background-color: #4979B3;
}
.BgClassName
{
background-color: #4979B3;
}
</style>
border-color css
<style>
span { border-color: #4979B3; }
span { border-color: rgb(73,121,179); }
td.TdClassName
{
border-color: #4979B3;
}
.TagClassName
{
border-color: #4979B3;
}
</style>