Shades of Steel Blue #4982AF
Tints of Steel Blue #4982AF
RGB
CMYK
RGB Variations
Color information
#4982AF (or 0x4982AF) is known color: Steel Blue. HEX triplet: 49, 82 and AF. RGB value is (73,130,175). Sum of RGB (Red+Green+Blue) = 73+130+175=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #4982AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4982AF is #B67D50. Grayscale: #757575. Windows color (decimal): -11959633 or 11502153. OLE color: 11502153.
HSL color Cylindrical-coordinate representation of color #4982AF: hue angle of 206.47º 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 #4982AF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 130 | 175 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.31 |
| HSL | 206.47º | 0.41% | 0.49% | - |
| HSV(B) | 206.47º | 0.58% | 0.69% | - |
| XYZ | 18.47 | 20.48 | 43.54 | - |
| YUV | 118.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 175 | 0.58 | 0.26 | 0 | 0.31 | 206.47 | 0.41 | 0.49 |
| Hex | 49 | 82 | AF | 3A | 1A | 0 | 1F | CE | 29 | 31 |
| Octal | 111 | 202 | 257 | 72 | 32 | 0 | 37 | 316 | 51 | 61 |
| Binary | 1001001 | 10000010 | 10101111 | 111010 | 11010 | 0 | 11111 | 11001110 | 101001 | 110001 |
Color Harmonies of #4982AF
Complementary color
Monochromatic Colors of #4982AF
Black with #4982AF
Text Example
Text Example
White with #4982AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982AF; }
p { color: rgb(73,130,175); }
H1.HeaderClassName
{
color: #4982AF;
}
.AnyTagClassName
{
color: #4982AF;
}
</style>
background-color css
<style>
a { background-color: #4982AF; }
a { background-color: rgb(73,130,175); }
div.DivClassName
{
background-color: #4982AF;
}
.BgClassName
{
background-color: #4982AF;
}
</style>
border-color css
<style>
span { border-color: #4982AF; }
span { border-color: rgb(73,130,175); }
td.TdClassName
{
border-color: #4982AF;
}
.TagClassName
{
border-color: #4982AF;
}
</style>