Shades of Astronaut #47527C
Tints of Astronaut #47527C
RGB
CMYK
RGB Variations
Color information
#47527C (or 0x47527C) is known color: Astronaut. HEX triplet: 47, 52 and 7C. RGB value is (71,82,124). Sum of RGB (Red+Green+Blue) = 71+82+124=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 82 (32.42% from 255 or 29.60% 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 #47527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47527C is #B8AD83. Grayscale: #535353. Windows color (decimal): -12103044 or 8147527. OLE color: 8147527.
HSL color Cylindrical-coordinate representation of color #47527C: hue angle of 227.55º 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 #47527C is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 82 | 124 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.51 |
| HSL | 227.55º | 0.27% | 0.38% | - |
| HSV(B) | 227.55º | 0.43% | 0.49% | - |
| XYZ | 9.25 | 8.83 | 20.29 | - |
| YUV | 83.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 124 | 0.43 | 0.34 | 0 | 0.51 | 227.55 | 0.27 | 0.38 |
| Hex | 47 | 52 | 7C | 2B | 22 | 0 | 33 | E4 | 1B | 26 |
| Octal | 107 | 122 | 174 | 53 | 42 | 0 | 63 | 344 | 33 | 46 |
| Binary | 1000111 | 1010010 | 1111100 | 101011 | 100010 | 0 | 110011 | 11100100 | 11011 | 100110 |
Color Harmonies of #47527C
Complementary color
Monochromatic Colors of #47527C
Black with #47527C
Text Example
Text Example
White with #47527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47527C; }
p { color: rgb(71,82,124); }
H1.HeaderClassName
{
color: #47527C;
}
.AnyTagClassName
{
color: #47527C;
}
</style>
background-color css
<style>
a { background-color: #47527C; }
a { background-color: rgb(71,82,124); }
div.DivClassName
{
background-color: #47527C;
}
.BgClassName
{
background-color: #47527C;
}
</style>
border-color css
<style>
span { border-color: #47527C; }
span { border-color: rgb(71,82,124); }
td.TdClassName
{
border-color: #47527C;
}
.TagClassName
{
border-color: #47527C;
}
</style>