Shades of Steel Blue #4682BB
Tints of Steel Blue #4682BB
RGB
CMYK
RGB Variations
Color information
#4682BB (or 0x4682BB) is known color: Steel Blue. HEX triplet: 46, 82 and BB. RGB value is (70,130,187). Sum of RGB (Red+Green+Blue) = 70+130+187=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4682BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682BB is #B97D44. Grayscale: #767676. Windows color (decimal): -12156229 or 12288582. OLE color: 12288582.
HSL color Cylindrical-coordinate representation of color #4682BB: hue angle of 209.23º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4682BB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 130 | 187 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.27 |
| HSL | 209.23º | 0.46% | 0.5% | - |
| HSV(B) | 209.23º | 0.63% | 0.73% | - |
| XYZ | 19.48 | 20.86 | 50.01 | - |
| YUV | 118.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 187 | 0.63 | 0.30 | 0 | 0.27 | 209.23 | 0.46 | 0.5 |
| Hex | 46 | 82 | BB | 3F | 1E | 0 | 1B | D1 | 2E | 32 |
| Octal | 106 | 202 | 273 | 77 | 36 | 0 | 33 | 321 | 56 | 62 |
| Binary | 1000110 | 10000010 | 10111011 | 111111 | 11110 | 0 | 11011 | 11010001 | 101110 | 110010 |
Color Harmonies of #4682BB
Complementary color
Monochromatic Colors of #4682BB
Black with #4682BB
Text Example
Text Example
White with #4682BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682BB; }
p { color: rgb(70,130,187); }
H1.HeaderClassName
{
color: #4682BB;
}
.AnyTagClassName
{
color: #4682BB;
}
</style>
background-color css
<style>
a { background-color: #4682BB; }
a { background-color: rgb(70,130,187); }
div.DivClassName
{
background-color: #4682BB;
}
.BgClassName
{
background-color: #4682BB;
}
</style>
border-color css
<style>
span { border-color: #4682BB; }
span { border-color: rgb(70,130,187); }
td.TdClassName
{
border-color: #4682BB;
}
.TagClassName
{
border-color: #4682BB;
}
</style>