Shades of Steel Blue #4882AC
Tints of Steel Blue #4882AC
RGB
CMYK
RGB Variations
Color information
#4882AC (or 0x4882AC) is known color: Steel Blue. HEX triplet: 48, 82 and AC. RGB value is (72,130,172). Sum of RGB (Red+Green+Blue) = 72+130+172=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4882AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4882AC is #B77D53. Grayscale: #757575. Windows color (decimal): -12025172 or 11305544. OLE color: 11305544.
HSL color Cylindrical-coordinate representation of color #4882AC: hue angle of 205.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4882AC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 130 | 172 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.33 |
| HSL | 205.2º | 0.41% | 0.48% | - |
| HSV(B) | 205.2º | 0.58% | 0.67% | - |
| XYZ | 18.1 | 20.32 | 42 | - |
| YUV | 117.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 172 | 0.58 | 0.24 | 0 | 0.33 | 205.2 | 0.41 | 0.48 |
| Hex | 48 | 82 | AC | 3A | 18 | 0 | 21 | CD | 29 | 30 |
| Octal | 110 | 202 | 254 | 72 | 30 | 0 | 41 | 315 | 51 | 60 |
| Binary | 1001000 | 10000010 | 10101100 | 111010 | 11000 | 0 | 100001 | 11001101 | 101001 | 110000 |
Color Harmonies of #4882AC
Complementary color
Monochromatic Colors of #4882AC
Black with #4882AC
Text Example
Text Example
White with #4882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4882AC; }
p { color: rgb(72,130,172); }
H1.HeaderClassName
{
color: #4882AC;
}
.AnyTagClassName
{
color: #4882AC;
}
</style>
background-color css
<style>
a { background-color: #4882AC; }
a { background-color: rgb(72,130,172); }
div.DivClassName
{
background-color: #4882AC;
}
.BgClassName
{
background-color: #4882AC;
}
</style>
border-color css
<style>
span { border-color: #4882AC; }
span { border-color: rgb(72,130,172); }
td.TdClassName
{
border-color: #4882AC;
}
.TagClassName
{
border-color: #4882AC;
}
</style>