Shades of Astronaut #48517A
Tints of Astronaut #48517A
RGB
CMYK
RGB Variations
Color information
#48517A (or 0x48517A) is known color: Astronaut. HEX triplet: 48, 51 and 7A. RGB value is (72,81,122). Sum of RGB (Red+Green+Blue) = 72+81+122=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #48517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48517A is #B7AE85. Grayscale: #525252. Windows color (decimal): -12037766 or 8016200. OLE color: 8016200.
HSL color Cylindrical-coordinate representation of color #48517A: hue angle of 229.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48517A is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 81 | 122 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.52 |
| HSL | 229.2º | 0.26% | 0.38% | - |
| HSV(B) | 229.2º | 0.41% | 0.48% | - |
| XYZ | 9.13 | 8.67 | 19.6 | - |
| YUV | 82.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 122 | 0.41 | 0.34 | 0 | 0.52 | 229.2 | 0.26 | 0.38 |
| Hex | 48 | 51 | 7A | 29 | 22 | 0 | 34 | E5 | 1A | 26 |
| Octal | 110 | 121 | 172 | 51 | 42 | 0 | 64 | 345 | 32 | 46 |
| Binary | 1001000 | 1010001 | 1111010 | 101001 | 100010 | 0 | 110100 | 11100101 | 11010 | 100110 |
Color Harmonies of #48517A
Complementary color
Monochromatic Colors of #48517A
Black with #48517A
Text Example
Text Example
White with #48517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48517A; }
p { color: rgb(72,81,122); }
H1.HeaderClassName
{
color: #48517A;
}
.AnyTagClassName
{
color: #48517A;
}
</style>
background-color css
<style>
a { background-color: #48517A; }
a { background-color: rgb(72,81,122); }
div.DivClassName
{
background-color: #48517A;
}
.BgClassName
{
background-color: #48517A;
}
</style>
border-color css
<style>
span { border-color: #48517A; }
span { border-color: rgb(72,81,122); }
td.TdClassName
{
border-color: #48517A;
}
.TagClassName
{
border-color: #48517A;
}
</style>