Shades of Astronaut #48517F
Tints of Astronaut #48517F
RGB
CMYK
RGB Variations
Color information
#48517F (or 0x48517F) is known color: Astronaut. HEX triplet: 48, 51 and 7F. RGB value is (72,81,127). Sum of RGB (Red+Green+Blue) = 72+81+127=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #48517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48517F is #B7AE80. Grayscale: #535353. Windows color (decimal): -12037761 or 8343880. OLE color: 8343880.
HSL color Cylindrical-coordinate representation of color #48517F: hue angle of 230.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48517F is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 81 | 127 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.50 |
| HSL | 230.18º | 0.28% | 0.39% | - |
| HSV(B) | 230.18º | 0.43% | 0.5% | - |
| XYZ | 9.45 | 8.79 | 21.28 | - |
| YUV | 83.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 127 | 0.43 | 0.36 | 0 | 0.50 | 230.18 | 0.28 | 0.39 |
| Hex | 48 | 51 | 7F | 2B | 24 | 0 | 32 | E6 | 1C | 27 |
| Octal | 110 | 121 | 177 | 53 | 44 | 0 | 62 | 346 | 34 | 47 |
| Binary | 1001000 | 1010001 | 1111111 | 101011 | 100100 | 0 | 110010 | 11100110 | 11100 | 100111 |
Color Harmonies of #48517F
Complementary color
Monochromatic Colors of #48517F
Black with #48517F
Text Example
Text Example
White with #48517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48517F; }
p { color: rgb(72,81,127); }
H1.HeaderClassName
{
color: #48517F;
}
.AnyTagClassName
{
color: #48517F;
}
</style>
background-color css
<style>
a { background-color: #48517F; }
a { background-color: rgb(72,81,127); }
div.DivClassName
{
background-color: #48517F;
}
.BgClassName
{
background-color: #48517F;
}
</style>
border-color css
<style>
span { border-color: #48517F; }
span { border-color: rgb(72,81,127); }
td.TdClassName
{
border-color: #48517F;
}
.TagClassName
{
border-color: #48517F;
}
</style>