Shades of Steel Blue #4982AB
Tints of Steel Blue #4982AB
RGB
CMYK
RGB Variations
Color information
#4982AB (or 0x4982AB) is known color: Steel Blue. HEX triplet: 49, 82 and AB. RGB value is (73,130,171). Sum of RGB (Red+Green+Blue) = 73+130+171=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4982AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4982AB is #B67D54. Grayscale: #757575. Windows color (decimal): -11959637 or 11240009. OLE color: 11240009.
HSL color Cylindrical-coordinate representation of color #4982AB: hue angle of 205.1º 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 #4982AB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 130 | 171 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.33 |
| HSL | 205.1º | 0.4% | 0.48% | - |
| HSV(B) | 205.1º | 0.57% | 0.67% | - |
| XYZ | 18.08 | 20.32 | 41.5 | - |
| YUV | 117.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 171 | 0.57 | 0.24 | 0 | 0.33 | 205.1 | 0.4 | 0.48 |
| Hex | 49 | 82 | AB | 39 | 18 | 0 | 21 | CD | 28 | 30 |
| Octal | 111 | 202 | 253 | 71 | 30 | 0 | 41 | 315 | 50 | 60 |
| Binary | 1001001 | 10000010 | 10101011 | 111001 | 11000 | 0 | 100001 | 11001101 | 101000 | 110000 |
Color Harmonies of #4982AB
Complementary color
Monochromatic Colors of #4982AB
Black with #4982AB
Text Example
Text Example
White with #4982AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982AB; }
p { color: rgb(73,130,171); }
H1.HeaderClassName
{
color: #4982AB;
}
.AnyTagClassName
{
color: #4982AB;
}
</style>
background-color css
<style>
a { background-color: #4982AB; }
a { background-color: rgb(73,130,171); }
div.DivClassName
{
background-color: #4982AB;
}
.BgClassName
{
background-color: #4982AB;
}
</style>
border-color css
<style>
span { border-color: #4982AB; }
span { border-color: rgb(73,130,171); }
td.TdClassName
{
border-color: #4982AB;
}
.TagClassName
{
border-color: #4982AB;
}
</style>