Shades of Astronaut #48527C
Tints of Astronaut #48527C
RGB
CMYK
RGB Variations
Color information
#48527C (or 0x48527C) is known color: Astronaut. HEX triplet: 48, 52 and 7C. RGB value is (72,82,124). Sum of RGB (Red+Green+Blue) = 72+82+124=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #48527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48527C is #B7AD83. Grayscale: #535353. Windows color (decimal): -12037508 or 8147528. OLE color: 8147528.
HSL color Cylindrical-coordinate representation of color #48527C: hue angle of 228.46º 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 #48527C is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 82 | 124 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.51 |
| HSL | 228.46º | 0.27% | 0.38% | - |
| HSV(B) | 228.46º | 0.42% | 0.49% | - |
| XYZ | 9.33 | 8.87 | 20.29 | - |
| YUV | 83.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 124 | 0.42 | 0.34 | 0 | 0.51 | 228.46 | 0.27 | 0.38 |
| Hex | 48 | 52 | 7C | 2A | 22 | 0 | 33 | E4 | 1B | 26 |
| Octal | 110 | 122 | 174 | 52 | 42 | 0 | 63 | 344 | 33 | 46 |
| Binary | 1001000 | 1010010 | 1111100 | 101010 | 100010 | 0 | 110011 | 11100100 | 11011 | 100110 |
Color Harmonies of #48527C
Complementary color
Monochromatic Colors of #48527C
Black with #48527C
Text Example
Text Example
White with #48527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48527C; }
p { color: rgb(72,82,124); }
H1.HeaderClassName
{
color: #48527C;
}
.AnyTagClassName
{
color: #48527C;
}
</style>
background-color css
<style>
a { background-color: #48527C; }
a { background-color: rgb(72,82,124); }
div.DivClassName
{
background-color: #48527C;
}
.BgClassName
{
background-color: #48527C;
}
</style>
border-color css
<style>
span { border-color: #48527C; }
span { border-color: rgb(72,82,124); }
td.TdClassName
{
border-color: #48527C;
}
.TagClassName
{
border-color: #48527C;
}
</style>