Shades of Steel Blue #4984AB
Tints of Steel Blue #4984AB
RGB
CMYK
RGB Variations
Color information
#4984AB (or 0x4984AB) is known color: Steel Blue. HEX triplet: 49, 84 and AB. RGB value is (73,132,171). Sum of RGB (Red+Green+Blue) = 73+132+171=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #4984AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4984AB is #B67B54. Grayscale: #767676. Windows color (decimal): -11959125 or 11240521. OLE color: 11240521.
HSL color Cylindrical-coordinate representation of color #4984AB: hue angle of 203.88º 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 #4984AB is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 132 | 171 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.33 |
| HSL | 203.88º | 0.4% | 0.48% | - |
| HSV(B) | 203.88º | 0.57% | 0.67% | - |
| XYZ | 18.35 | 20.86 | 41.59 | - |
| YUV | 118.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 171 | 0.57 | 0.23 | 0 | 0.33 | 203.88 | 0.4 | 0.48 |
| Hex | 49 | 84 | AB | 39 | 17 | 0 | 21 | CC | 28 | 30 |
| Octal | 111 | 204 | 253 | 71 | 27 | 0 | 41 | 314 | 50 | 60 |
| Binary | 1001001 | 10000100 | 10101011 | 111001 | 10111 | 0 | 100001 | 11001100 | 101000 | 110000 |
Color Harmonies of #4984AB
Complementary color
Monochromatic Colors of #4984AB
Black with #4984AB
Text Example
Text Example
White with #4984AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984AB; }
p { color: rgb(73,132,171); }
H1.HeaderClassName
{
color: #4984AB;
}
.AnyTagClassName
{
color: #4984AB;
}
</style>
background-color css
<style>
a { background-color: #4984AB; }
a { background-color: rgb(73,132,171); }
div.DivClassName
{
background-color: #4984AB;
}
.BgClassName
{
background-color: #4984AB;
}
</style>
border-color css
<style>
span { border-color: #4984AB; }
span { border-color: rgb(73,132,171); }
td.TdClassName
{
border-color: #4984AB;
}
.TagClassName
{
border-color: #4984AB;
}
</style>