Shades of Steel Blue #4982BE
Tints of Steel Blue #4982BE
RGB
CMYK
RGB Variations
Color information
#4982BE (or 0x4982BE) is known color: Steel Blue. HEX triplet: 49, 82 and BE. RGB value is (73,130,190). Sum of RGB (Red+Green+Blue) = 73+130+190=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4982BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982BE is #B67D41. Grayscale: #777777. Windows color (decimal): -11959618 or 12485193. OLE color: 12485193.
HSL color Cylindrical-coordinate representation of color #4982BE: hue angle of 210.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4982BE is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 130 | 190 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.25 |
| HSL | 210.77º | 0.47% | 0.52% | - |
| HSV(B) | 210.77º | 0.62% | 0.75% | - |
| XYZ | 20.02 | 21.1 | 51.73 | - |
| YUV | 119.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 190 | 0.62 | 0.32 | 0 | 0.25 | 210.77 | 0.47 | 0.52 |
| Hex | 49 | 82 | BE | 3E | 20 | 0 | 19 | D3 | 2F | 34 |
| Octal | 111 | 202 | 276 | 76 | 40 | 0 | 31 | 323 | 57 | 64 |
| Binary | 1001001 | 10000010 | 10111110 | 111110 | 100000 | 0 | 11001 | 11010011 | 101111 | 110100 |
Color Harmonies of #4982BE
Complementary color
Monochromatic Colors of #4982BE
Black with #4982BE
Text Example
Text Example
White with #4982BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982BE; }
p { color: rgb(73,130,190); }
H1.HeaderClassName
{
color: #4982BE;
}
.AnyTagClassName
{
color: #4982BE;
}
</style>
background-color css
<style>
a { background-color: #4982BE; }
a { background-color: rgb(73,130,190); }
div.DivClassName
{
background-color: #4982BE;
}
.BgClassName
{
background-color: #4982BE;
}
</style>
border-color css
<style>
span { border-color: #4982BE; }
span { border-color: rgb(73,130,190); }
td.TdClassName
{
border-color: #4982BE;
}
.TagClassName
{
border-color: #4982BE;
}
</style>