Shades of Steel Blue #4982AA
Tints of Steel Blue #4982AA
RGB
CMYK
RGB Variations
Color information
#4982AA (or 0x4982AA) is known color: Steel Blue. HEX triplet: 49, 82 and AA. RGB value is (73,130,170). Sum of RGB (Red+Green+Blue) = 73+130+170=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #4982AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4982AA is #B67D55. Grayscale: #757575. Windows color (decimal): -11959638 or 11174473. OLE color: 11174473.
HSL color Cylindrical-coordinate representation of color #4982AA: hue angle of 204.74º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4982AA is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 130 | 170 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.33 |
| HSL | 204.74º | 0.4% | 0.48% | - |
| HSV(B) | 204.74º | 0.57% | 0.67% | - |
| XYZ | 17.99 | 20.28 | 41 | - |
| YUV | 117.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 170 | 0.57 | 0.24 | 0 | 0.33 | 204.74 | 0.4 | 0.48 |
| Hex | 49 | 82 | AA | 39 | 18 | 0 | 21 | CD | 28 | 30 |
| Octal | 111 | 202 | 252 | 71 | 30 | 0 | 41 | 315 | 50 | 60 |
| Binary | 1001001 | 10000010 | 10101010 | 111001 | 11000 | 0 | 100001 | 11001101 | 101000 | 110000 |
Color Harmonies of #4982AA
Complementary color
Monochromatic Colors of #4982AA
Black with #4982AA
Text Example
Text Example
White with #4982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982AA; }
p { color: rgb(73,130,170); }
H1.HeaderClassName
{
color: #4982AA;
}
.AnyTagClassName
{
color: #4982AA;
}
</style>
background-color css
<style>
a { background-color: #4982AA; }
a { background-color: rgb(73,130,170); }
div.DivClassName
{
background-color: #4982AA;
}
.BgClassName
{
background-color: #4982AA;
}
</style>
border-color css
<style>
span { border-color: #4982AA; }
span { border-color: rgb(73,130,170); }
td.TdClassName
{
border-color: #4982AA;
}
.TagClassName
{
border-color: #4982AA;
}
</style>