Shades of Steel Blue #4883AC
Tints of Steel Blue #4883AC
RGB
CMYK
RGB Variations
Color information
#4883AC (or 0x4883AC) is known color: Steel Blue. HEX triplet: 48, 83 and AC. RGB value is (72,131,172). Sum of RGB (Red+Green+Blue) = 72+131+172=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #4883AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4883AC is #B77C53. Grayscale: #757575. Windows color (decimal): -12024916 or 11305800. OLE color: 11305800.
HSL color Cylindrical-coordinate representation of color #4883AC: hue angle of 204.6º 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 #4883AC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 131 | 172 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.33 |
| HSL | 204.6º | 0.41% | 0.48% | - |
| HSV(B) | 204.6º | 0.58% | 0.67% | - |
| XYZ | 18.24 | 20.59 | 42.04 | - |
| YUV | 118.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 172 | 0.58 | 0.24 | 0 | 0.33 | 204.6 | 0.41 | 0.48 |
| Hex | 48 | 83 | AC | 3A | 18 | 0 | 21 | CD | 29 | 30 |
| Octal | 110 | 203 | 254 | 72 | 30 | 0 | 41 | 315 | 51 | 60 |
| Binary | 1001000 | 10000011 | 10101100 | 111010 | 11000 | 0 | 100001 | 11001101 | 101001 | 110000 |
Color Harmonies of #4883AC
Complementary color
Monochromatic Colors of #4883AC
Black with #4883AC
Text Example
Text Example
White with #4883AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4883AC; }
p { color: rgb(72,131,172); }
H1.HeaderClassName
{
color: #4883AC;
}
.AnyTagClassName
{
color: #4883AC;
}
</style>
background-color css
<style>
a { background-color: #4883AC; }
a { background-color: rgb(72,131,172); }
div.DivClassName
{
background-color: #4883AC;
}
.BgClassName
{
background-color: #4883AC;
}
</style>
border-color css
<style>
span { border-color: #4883AC; }
span { border-color: rgb(72,131,172); }
td.TdClassName
{
border-color: #4883AC;
}
.TagClassName
{
border-color: #4883AC;
}
</style>