Shades of Steel Blue #4981AD
Tints of Steel Blue #4981AD
RGB
CMYK
RGB Variations
Color information
#4981AD (or 0x4981AD) is known color: Steel Blue. HEX triplet: 49, 81 and AD. RGB value is (73,129,173). Sum of RGB (Red+Green+Blue) = 73+129+173=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4981AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981AD is #B67E52. Grayscale: #757575. Windows color (decimal): -11959891 or 11370825. OLE color: 11370825.
HSL color Cylindrical-coordinate representation of color #4981AD: hue angle of 206.4º 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 #4981AD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 129 | 173 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.32 |
| HSL | 206.4º | 0.41% | 0.48% | - |
| HSV(B) | 206.4º | 0.58% | 0.68% | - |
| XYZ | 18.14 | 20.13 | 42.47 | - |
| YUV | 117.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 173 | 0.58 | 0.25 | 0 | 0.32 | 206.4 | 0.41 | 0.48 |
| Hex | 49 | 81 | AD | 3A | 19 | 0 | 20 | CE | 29 | 30 |
| Octal | 111 | 201 | 255 | 72 | 31 | 0 | 40 | 316 | 51 | 60 |
| Binary | 1001001 | 10000001 | 10101101 | 111010 | 11001 | 0 | 100000 | 11001110 | 101001 | 110000 |
Color Harmonies of #4981AD
Complementary color
Monochromatic Colors of #4981AD
Black with #4981AD
Text Example
Text Example
White with #4981AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4981AD; }
p { color: rgb(73,129,173); }
H1.HeaderClassName
{
color: #4981AD;
}
.AnyTagClassName
{
color: #4981AD;
}
</style>
background-color css
<style>
a { background-color: #4981AD; }
a { background-color: rgb(73,129,173); }
div.DivClassName
{
background-color: #4981AD;
}
.BgClassName
{
background-color: #4981AD;
}
</style>
border-color css
<style>
span { border-color: #4981AD; }
span { border-color: rgb(73,129,173); }
td.TdClassName
{
border-color: #4981AD;
}
.TagClassName
{
border-color: #4981AD;
}
</style>