Shades of Astronaut #47517C
Tints of Astronaut #47517C
RGB
CMYK
RGB Variations
Color information
#47517C (or 0x47517C) is known color: Astronaut. HEX triplet: 47, 51 and 7C. RGB value is (71,81,124). Sum of RGB (Red+Green+Blue) = 71+81+124=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 81 (32.03% from 255 or 29.35% 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 #47517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517C is #B8AE83. Grayscale: #525252. Windows color (decimal): -12103300 or 8147271. OLE color: 8147271.
HSL color Cylindrical-coordinate representation of color #47517C: hue angle of 228.68º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47517C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 81 | 124 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.51 |
| HSL | 228.68º | 0.27% | 0.38% | - |
| HSV(B) | 228.68º | 0.43% | 0.49% | - |
| XYZ | 9.18 | 8.68 | 20.26 | - |
| YUV | 82.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 124 | 0.43 | 0.35 | 0 | 0.51 | 228.68 | 0.27 | 0.38 |
| Hex | 47 | 51 | 7C | 2B | 23 | 0 | 33 | E5 | 1B | 26 |
| Octal | 107 | 121 | 174 | 53 | 43 | 0 | 63 | 345 | 33 | 46 |
| Binary | 1000111 | 1010001 | 1111100 | 101011 | 100011 | 0 | 110011 | 11100101 | 11011 | 100110 |
Color Harmonies of #47517C
Complementary color
Monochromatic Colors of #47517C
Black with #47517C
Text Example
Text Example
White with #47517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47517C; }
p { color: rgb(71,81,124); }
H1.HeaderClassName
{
color: #47517C;
}
.AnyTagClassName
{
color: #47517C;
}
</style>
background-color css
<style>
a { background-color: #47517C; }
a { background-color: rgb(71,81,124); }
div.DivClassName
{
background-color: #47517C;
}
.BgClassName
{
background-color: #47517C;
}
</style>
border-color css
<style>
span { border-color: #47517C; }
span { border-color: rgb(71,81,124); }
td.TdClassName
{
border-color: #47517C;
}
.TagClassName
{
border-color: #47517C;
}
</style>