Shades of Steel Blue #4982AD
Tints of Steel Blue #4982AD
RGB
CMYK
RGB Variations
Color information
#4982AD (or 0x4982AD) is known color: Steel Blue. HEX triplet: 49, 82 and AD. RGB value is (73,130,173). Sum of RGB (Red+Green+Blue) = 73+130+173=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #4982AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4982AD is #B67D52. Grayscale: #757575. Windows color (decimal): -11959635 or 11371081. OLE color: 11371081.
HSL color Cylindrical-coordinate representation of color #4982AD: hue angle of 205.8º 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 #4982AD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 130 | 173 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.32 |
| HSL | 205.8º | 0.41% | 0.48% | - |
| HSV(B) | 205.8º | 0.58% | 0.68% | - |
| XYZ | 18.27 | 20.4 | 42.51 | - |
| YUV | 117.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 173 | 0.58 | 0.25 | 0 | 0.32 | 205.8 | 0.41 | 0.48 |
| Hex | 49 | 82 | AD | 3A | 19 | 0 | 20 | CE | 29 | 30 |
| Octal | 111 | 202 | 255 | 72 | 31 | 0 | 40 | 316 | 51 | 60 |
| Binary | 1001001 | 10000010 | 10101101 | 111010 | 11001 | 0 | 100000 | 11001110 | 101001 | 110000 |
Color Harmonies of #4982AD
Complementary color
Monochromatic Colors of #4982AD
Black with #4982AD
Text Example
Text Example
White with #4982AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982AD; }
p { color: rgb(73,130,173); }
H1.HeaderClassName
{
color: #4982AD;
}
.AnyTagClassName
{
color: #4982AD;
}
</style>
background-color css
<style>
a { background-color: #4982AD; }
a { background-color: rgb(73,130,173); }
div.DivClassName
{
background-color: #4982AD;
}
.BgClassName
{
background-color: #4982AD;
}
</style>
border-color css
<style>
span { border-color: #4982AD; }
span { border-color: rgb(73,130,173); }
td.TdClassName
{
border-color: #4982AD;
}
.TagClassName
{
border-color: #4982AD;
}
</style>