Shades of Steel Blue #4882BC
Tints of Steel Blue #4882BC
RGB
CMYK
RGB Variations
Color information
#4882BC (or 0x4882BC) is known color: Steel Blue. HEX triplet: 48, 82 and BC. RGB value is (72,130,188). Sum of RGB (Red+Green+Blue) = 72+130+188=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4882BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882BC is #B77D43. Grayscale: #767676. Windows color (decimal): -12025156 or 12354120. OLE color: 12354120.
HSL color Cylindrical-coordinate representation of color #4882BC: hue angle of 210º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4882BC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 130 | 188 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.26 |
| HSL | 210º | 0.46% | 0.51% | - |
| HSV(B) | 210º | 0.62% | 0.74% | - |
| XYZ | 19.73 | 20.97 | 50.59 | - |
| YUV | 119.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 188 | 0.62 | 0.31 | 0 | 0.26 | 210 | 0.46 | 0.51 |
| Hex | 48 | 82 | BC | 3E | 1F | 0 | 1A | D2 | 2E | 33 |
| Octal | 110 | 202 | 274 | 76 | 37 | 0 | 32 | 322 | 56 | 63 |
| Binary | 1001000 | 10000010 | 10111100 | 111110 | 11111 | 0 | 11010 | 11010010 | 101110 | 110011 |
Color Harmonies of #4882BC
Complementary color
Monochromatic Colors of #4882BC
Black with #4882BC
Text Example
Text Example
White with #4882BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4882BC; }
p { color: rgb(72,130,188); }
H1.HeaderClassName
{
color: #4882BC;
}
.AnyTagClassName
{
color: #4882BC;
}
</style>
background-color css
<style>
a { background-color: #4882BC; }
a { background-color: rgb(72,130,188); }
div.DivClassName
{
background-color: #4882BC;
}
.BgClassName
{
background-color: #4882BC;
}
</style>
border-color css
<style>
span { border-color: #4882BC; }
span { border-color: rgb(72,130,188); }
td.TdClassName
{
border-color: #4882BC;
}
.TagClassName
{
border-color: #4882BC;
}
</style>