Shades of Steel Blue #4885AC
Tints of Steel Blue #4885AC
RGB
CMYK
RGB Variations
Color information
#4885AC (or 0x4885AC) is known color: Steel Blue. HEX triplet: 48, 85 and AC. RGB value is (72,133,172). Sum of RGB (Red+Green+Blue) = 72+133+172=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #4885AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4885AC is #B77A53. Grayscale: #767676. Windows color (decimal): -12024404 or 11306312. OLE color: 11306312.
HSL color Cylindrical-coordinate representation of color #4885AC: hue angle of 203.4º 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 #4885AC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 133 | 172 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.33 |
| HSL | 203.4º | 0.41% | 0.48% | - |
| HSV(B) | 203.4º | 0.58% | 0.67% | - |
| XYZ | 18.51 | 21.13 | 42.13 | - |
| YUV | 119.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 172 | 0.58 | 0.23 | 0 | 0.33 | 203.4 | 0.41 | 0.48 |
| Hex | 48 | 85 | AC | 3A | 17 | 0 | 21 | CB | 29 | 30 |
| Octal | 110 | 205 | 254 | 72 | 27 | 0 | 41 | 313 | 51 | 60 |
| Binary | 1001000 | 10000101 | 10101100 | 111010 | 10111 | 0 | 100001 | 11001011 | 101001 | 110000 |
Color Harmonies of #4885AC
Complementary color
Monochromatic Colors of #4885AC
Black with #4885AC
Text Example
Text Example
White with #4885AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885AC; }
p { color: rgb(72,133,172); }
H1.HeaderClassName
{
color: #4885AC;
}
.AnyTagClassName
{
color: #4885AC;
}
</style>
background-color css
<style>
a { background-color: #4885AC; }
a { background-color: rgb(72,133,172); }
div.DivClassName
{
background-color: #4885AC;
}
.BgClassName
{
background-color: #4885AC;
}
</style>
border-color css
<style>
span { border-color: #4885AC; }
span { border-color: rgb(72,133,172); }
td.TdClassName
{
border-color: #4885AC;
}
.TagClassName
{
border-color: #4885AC;
}
</style>