Shades of Steel Blue #4982BC
Tints of Steel Blue #4982BC
RGB
CMYK
RGB Variations
Color information
#4982BC (or 0x4982BC) is known color: Steel Blue. HEX triplet: 49, 82 and BC. RGB value is (73,130,188). Sum of RGB (Red+Green+Blue) = 73+130+188=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #4982BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982BC is #B67D43. Grayscale: #777777. Windows color (decimal): -11959620 or 12354121. OLE color: 12354121.
HSL color Cylindrical-coordinate representation of color #4982BC: hue angle of 210.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4982BC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 130 | 188 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.26 |
| HSL | 210.26º | 0.46% | 0.51% | - |
| HSV(B) | 210.26º | 0.61% | 0.74% | - |
| XYZ | 19.81 | 21.01 | 50.59 | - |
| YUV | 119.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 188 | 0.61 | 0.31 | 0 | 0.26 | 210.26 | 0.46 | 0.51 |
| Hex | 49 | 82 | BC | 3D | 1F | 0 | 1A | D2 | 2E | 33 |
| Octal | 111 | 202 | 274 | 75 | 37 | 0 | 32 | 322 | 56 | 63 |
| Binary | 1001001 | 10000010 | 10111100 | 111101 | 11111 | 0 | 11010 | 11010010 | 101110 | 110011 |
Color Harmonies of #4982BC
Complementary color
Monochromatic Colors of #4982BC
Black with #4982BC
Text Example
Text Example
White with #4982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982BC; }
p { color: rgb(73,130,188); }
H1.HeaderClassName
{
color: #4982BC;
}
.AnyTagClassName
{
color: #4982BC;
}
</style>
background-color css
<style>
a { background-color: #4982BC; }
a { background-color: rgb(73,130,188); }
div.DivClassName
{
background-color: #4982BC;
}
.BgClassName
{
background-color: #4982BC;
}
</style>
border-color css
<style>
span { border-color: #4982BC; }
span { border-color: rgb(73,130,188); }
td.TdClassName
{
border-color: #4982BC;
}
.TagClassName
{
border-color: #4982BC;
}
</style>