Shades of Astronaut #48507C
Tints of Astronaut #48507C
RGB
CMYK
RGB Variations
Color information
#48507C (or 0x48507C) is known color: Astronaut. HEX triplet: 48, 50 and 7C. RGB value is (72,80,124). Sum of RGB (Red+Green+Blue) = 72+80+124=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #48507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48507C is #B7AF83. Grayscale: #525252. Windows color (decimal): -12038020 or 8147016. OLE color: 8147016.
HSL color Cylindrical-coordinate representation of color #48507C: hue angle of 230.77º 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 #48507C is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 80 | 124 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.51 |
| HSL | 230.77º | 0.27% | 0.38% | - |
| HSV(B) | 230.77º | 0.42% | 0.49% | - |
| XYZ | 9.18 | 8.57 | 20.24 | - |
| YUV | 82.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 124 | 0.42 | 0.35 | 0 | 0.51 | 230.77 | 0.27 | 0.38 |
| Hex | 48 | 50 | 7C | 2A | 23 | 0 | 33 | E7 | 1B | 26 |
| Octal | 110 | 120 | 174 | 52 | 43 | 0 | 63 | 347 | 33 | 46 |
| Binary | 1001000 | 1010000 | 1111100 | 101010 | 100011 | 0 | 110011 | 11100111 | 11011 | 100110 |
Color Harmonies of #48507C
Complementary color
Monochromatic Colors of #48507C
Black with #48507C
Text Example
Text Example
White with #48507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48507C; }
p { color: rgb(72,80,124); }
H1.HeaderClassName
{
color: #48507C;
}
.AnyTagClassName
{
color: #48507C;
}
</style>
background-color css
<style>
a { background-color: #48507C; }
a { background-color: rgb(72,80,124); }
div.DivClassName
{
background-color: #48507C;
}
.BgClassName
{
background-color: #48507C;
}
</style>
border-color css
<style>
span { border-color: #48507C; }
span { border-color: rgb(72,80,124); }
td.TdClassName
{
border-color: #48507C;
}
.TagClassName
{
border-color: #48507C;
}
</style>