Shades of Steel Blue #4980BC
Tints of Steel Blue #4980BC
RGB
CMYK
RGB Variations
Color information
#4980BC (or 0x4980BC) is known color: Steel Blue. HEX triplet: 49, 80 and BC. RGB value is (73,128,188). Sum of RGB (Red+Green+Blue) = 73+128+188=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #4980BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980BC is #B67F43. Grayscale: #767676. Windows color (decimal): -11960132 or 12353609. OLE color: 12353609.
HSL color Cylindrical-coordinate representation of color #4980BC: hue angle of 211.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4980BC is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 128 | 188 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.26 |
| HSL | 211.3º | 0.46% | 0.51% | - |
| HSV(B) | 211.3º | 0.61% | 0.74% | - |
| XYZ | 19.54 | 20.49 | 50.5 | - |
| YUV | 118.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 188 | 0.61 | 0.32 | 0 | 0.26 | 211.3 | 0.46 | 0.51 |
| Hex | 49 | 80 | BC | 3D | 20 | 0 | 1A | D3 | 2E | 33 |
| Octal | 111 | 200 | 274 | 75 | 40 | 0 | 32 | 323 | 56 | 63 |
| Binary | 1001001 | 10000000 | 10111100 | 111101 | 100000 | 0 | 11010 | 11010011 | 101110 | 110011 |
Color Harmonies of #4980BC
Complementary color
Monochromatic Colors of #4980BC
Black with #4980BC
Text Example
Text Example
White with #4980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980BC; }
p { color: rgb(73,128,188); }
H1.HeaderClassName
{
color: #4980BC;
}
.AnyTagClassName
{
color: #4980BC;
}
</style>
background-color css
<style>
a { background-color: #4980BC; }
a { background-color: rgb(73,128,188); }
div.DivClassName
{
background-color: #4980BC;
}
.BgClassName
{
background-color: #4980BC;
}
</style>
border-color css
<style>
span { border-color: #4980BC; }
span { border-color: rgb(73,128,188); }
td.TdClassName
{
border-color: #4980BC;
}
.TagClassName
{
border-color: #4980BC;
}
</style>