Shades of Steel Blue #4885AA
Tints of Steel Blue #4885AA
RGB
CMYK
RGB Variations
Color information
#4885AA (or 0x4885AA) is known color: Steel Blue. HEX triplet: 48, 85 and AA. RGB value is (72,133,170). Sum of RGB (Red+Green+Blue) = 72+133+170=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #4885AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4885AA is #B77A55. Grayscale: #767676. Windows color (decimal): -12024406 or 11175240. OLE color: 11175240.
HSL color Cylindrical-coordinate representation of color #4885AA: hue angle of 202.65º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4885AA is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 133 | 170 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.33 |
| HSL | 202.65º | 0.4% | 0.47% | - |
| HSV(B) | 202.65º | 0.58% | 0.67% | - |
| XYZ | 18.32 | 21.06 | 41.13 | - |
| YUV | 118.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 170 | 0.58 | 0.22 | 0 | 0.33 | 202.65 | 0.4 | 0.47 |
| Hex | 48 | 85 | AA | 3A | 16 | 0 | 21 | CB | 28 | 2F |
| Octal | 110 | 205 | 252 | 72 | 26 | 0 | 41 | 313 | 50 | 57 |
| Binary | 1001000 | 10000101 | 10101010 | 111010 | 10110 | 0 | 100001 | 11001011 | 101000 | 101111 |
Color Harmonies of #4885AA
Complementary color
Monochromatic Colors of #4885AA
Black with #4885AA
Text Example
Text Example
White with #4885AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885AA; }
p { color: rgb(72,133,170); }
H1.HeaderClassName
{
color: #4885AA;
}
.AnyTagClassName
{
color: #4885AA;
}
</style>
background-color css
<style>
a { background-color: #4885AA; }
a { background-color: rgb(72,133,170); }
div.DivClassName
{
background-color: #4885AA;
}
.BgClassName
{
background-color: #4885AA;
}
</style>
border-color css
<style>
span { border-color: #4885AA; }
span { border-color: rgb(72,133,170); }
td.TdClassName
{
border-color: #4885AA;
}
.TagClassName
{
border-color: #4885AA;
}
</style>