Shades of Astronaut #48517C
Tints of Astronaut #48517C
RGB
CMYK
RGB Variations
Color information
#48517C (or 0x48517C) is known color: Astronaut. HEX triplet: 48, 51 and 7C. RGB value is (72,81,124). Sum of RGB (Red+Green+Blue) = 72+81+124=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #48517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48517C is #B7AE83. Grayscale: #535353. Windows color (decimal): -12037764 or 8147272. OLE color: 8147272.
HSL color Cylindrical-coordinate representation of color #48517C: hue angle of 229.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48517C is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 81 | 124 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.51 |
| HSL | 229.62º | 0.27% | 0.38% | - |
| HSV(B) | 229.62º | 0.42% | 0.49% | - |
| XYZ | 9.25 | 8.72 | 20.26 | - |
| YUV | 83.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 124 | 0.42 | 0.35 | 0 | 0.51 | 229.62 | 0.27 | 0.38 |
| Hex | 48 | 51 | 7C | 2A | 23 | 0 | 33 | E6 | 1B | 26 |
| Octal | 110 | 121 | 174 | 52 | 43 | 0 | 63 | 346 | 33 | 46 |
| Binary | 1001000 | 1010001 | 1111100 | 101010 | 100011 | 0 | 110011 | 11100110 | 11011 | 100110 |
Color Harmonies of #48517C
Complementary color
Monochromatic Colors of #48517C
Black with #48517C
Text Example
Text Example
White with #48517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48517C; }
p { color: rgb(72,81,124); }
H1.HeaderClassName
{
color: #48517C;
}
.AnyTagClassName
{
color: #48517C;
}
</style>
background-color css
<style>
a { background-color: #48517C; }
a { background-color: rgb(72,81,124); }
div.DivClassName
{
background-color: #48517C;
}
.BgClassName
{
background-color: #48517C;
}
</style>
border-color css
<style>
span { border-color: #48517C; }
span { border-color: rgb(72,81,124); }
td.TdClassName
{
border-color: #48517C;
}
.TagClassName
{
border-color: #48517C;
}
</style>