Shades of Steel Blue #4984AF
Tints of Steel Blue #4984AF
RGB
CMYK
RGB Variations
Color information
#4984AF (or 0x4984AF) is known color: Steel Blue. HEX triplet: 49, 84 and AF. RGB value is (73,132,175). Sum of RGB (Red+Green+Blue) = 73+132+175=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #4984AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4984AF is #B67B50. Grayscale: #777777. Windows color (decimal): -11959121 or 11502665. OLE color: 11502665.
HSL color Cylindrical-coordinate representation of color #4984AF: hue angle of 205.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4984AF is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 132 | 175 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.31 |
| HSL | 205.29º | 0.41% | 0.49% | - |
| HSV(B) | 205.29º | 0.58% | 0.69% | - |
| XYZ | 18.74 | 21.01 | 43.63 | - |
| YUV | 119.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 175 | 0.58 | 0.25 | 0 | 0.31 | 205.29 | 0.41 | 0.49 |
| Hex | 49 | 84 | AF | 3A | 19 | 0 | 1F | CD | 29 | 31 |
| Octal | 111 | 204 | 257 | 72 | 31 | 0 | 37 | 315 | 51 | 61 |
| Binary | 1001001 | 10000100 | 10101111 | 111010 | 11001 | 0 | 11111 | 11001101 | 101001 | 110001 |
Color Harmonies of #4984AF
Complementary color
Monochromatic Colors of #4984AF
Black with #4984AF
Text Example
Text Example
White with #4984AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984AF; }
p { color: rgb(73,132,175); }
H1.HeaderClassName
{
color: #4984AF;
}
.AnyTagClassName
{
color: #4984AF;
}
</style>
background-color css
<style>
a { background-color: #4984AF; }
a { background-color: rgb(73,132,175); }
div.DivClassName
{
background-color: #4984AF;
}
.BgClassName
{
background-color: #4984AF;
}
</style>
border-color css
<style>
span { border-color: #4984AF; }
span { border-color: rgb(73,132,175); }
td.TdClassName
{
border-color: #4984AF;
}
.TagClassName
{
border-color: #4984AF;
}
</style>