Shades of Steel Blue #4682BA
Tints of Steel Blue #4682BA
RGB
CMYK
RGB Variations
Color information
#4682BA (or 0x4682BA) is known color: Steel Blue. HEX triplet: 46, 82 and BA. RGB value is (70,130,186). Sum of RGB (Red+Green+Blue) = 70+130+186=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #4682BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682BA is #B97D45. Grayscale: #767676. Windows color (decimal): -12156230 or 12223046. OLE color: 12223046.
HSL color Cylindrical-coordinate representation of color #4682BA: hue angle of 208.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4682BA is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 130 | 186 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.27 |
| HSL | 208.97º | 0.46% | 0.5% | - |
| HSV(B) | 208.97º | 0.62% | 0.73% | - |
| XYZ | 19.37 | 20.81 | 49.45 | - |
| YUV | 118.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 186 | 0.62 | 0.30 | 0 | 0.27 | 208.97 | 0.46 | 0.5 |
| Hex | 46 | 82 | BA | 3E | 1E | 0 | 1B | D1 | 2E | 32 |
| Octal | 106 | 202 | 272 | 76 | 36 | 0 | 33 | 321 | 56 | 62 |
| Binary | 1000110 | 10000010 | 10111010 | 111110 | 11110 | 0 | 11011 | 11010001 | 101110 | 110010 |
Color Harmonies of #4682BA
Complementary color
Monochromatic Colors of #4682BA
Black with #4682BA
Text Example
Text Example
White with #4682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682BA; }
p { color: rgb(70,130,186); }
H1.HeaderClassName
{
color: #4682BA;
}
.AnyTagClassName
{
color: #4682BA;
}
</style>
background-color css
<style>
a { background-color: #4682BA; }
a { background-color: rgb(70,130,186); }
div.DivClassName
{
background-color: #4682BA;
}
.BgClassName
{
background-color: #4682BA;
}
</style>
border-color css
<style>
span { border-color: #4682BA; }
span { border-color: rgb(70,130,186); }
td.TdClassName
{
border-color: #4682BA;
}
.TagClassName
{
border-color: #4682BA;
}
</style>