Shades of Steel Blue #4980BD
Tints of Steel Blue #4980BD
RGB
CMYK
RGB Variations
Color information
#4980BD (or 0x4980BD) is known color: Steel Blue. HEX triplet: 49, 80 and BD. RGB value is (73,128,189). Sum of RGB (Red+Green+Blue) = 73+128+189=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #4980BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980BD is #B67F42. Grayscale: #767676. Windows color (decimal): -11960131 or 12419145. OLE color: 12419145.
HSL color Cylindrical-coordinate representation of color #4980BD: hue angle of 211.55º degrees, saturation: 0.47, 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 #4980BD is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 128 | 189 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.26 |
| HSL | 211.55º | 0.47% | 0.51% | - |
| HSV(B) | 211.55º | 0.61% | 0.74% | - |
| XYZ | 19.65 | 20.53 | 51.07 | - |
| YUV | 118.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 189 | 0.61 | 0.32 | 0 | 0.26 | 211.55 | 0.47 | 0.51 |
| Hex | 49 | 80 | BD | 3D | 20 | 0 | 1A | D4 | 2F | 33 |
| Octal | 111 | 200 | 275 | 75 | 40 | 0 | 32 | 324 | 57 | 63 |
| Binary | 1001001 | 10000000 | 10111101 | 111101 | 100000 | 0 | 11010 | 11010100 | 101111 | 110011 |
Color Harmonies of #4980BD
Complementary color
Monochromatic Colors of #4980BD
Black with #4980BD
Text Example
Text Example
White with #4980BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980BD; }
p { color: rgb(73,128,189); }
H1.HeaderClassName
{
color: #4980BD;
}
.AnyTagClassName
{
color: #4980BD;
}
</style>
background-color css
<style>
a { background-color: #4980BD; }
a { background-color: rgb(73,128,189); }
div.DivClassName
{
background-color: #4980BD;
}
.BgClassName
{
background-color: #4980BD;
}
</style>
border-color css
<style>
span { border-color: #4980BD; }
span { border-color: rgb(73,128,189); }
td.TdClassName
{
border-color: #4980BD;
}
.TagClassName
{
border-color: #4980BD;
}
</style>