Shades of Astronaut #47527A
Tints of Astronaut #47527A
RGB
CMYK
RGB Variations
Color information
#47527A (or 0x47527A) is known color: Astronaut. HEX triplet: 47, 52 and 7A. RGB value is (71,82,122). Sum of RGB (Red+Green+Blue) = 71+82+122=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #47527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47527A is #B8AD85. Grayscale: #535353. Windows color (decimal): -12103046 or 8016455. OLE color: 8016455.
HSL color Cylindrical-coordinate representation of color #47527A: hue angle of 227.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47527A is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 82 | 122 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.52 |
| HSL | 227.06º | 0.26% | 0.38% | - |
| HSV(B) | 227.06º | 0.42% | 0.48% | - |
| XYZ | 9.13 | 8.78 | 19.63 | - |
| YUV | 83.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 122 | 0.42 | 0.33 | 0 | 0.52 | 227.06 | 0.26 | 0.38 |
| Hex | 47 | 52 | 7A | 2A | 21 | 0 | 34 | E3 | 1A | 26 |
| Octal | 107 | 122 | 172 | 52 | 41 | 0 | 64 | 343 | 32 | 46 |
| Binary | 1000111 | 1010010 | 1111010 | 101010 | 100001 | 0 | 110100 | 11100011 | 11010 | 100110 |
Color Harmonies of #47527A
Complementary color
Monochromatic Colors of #47527A
Black with #47527A
Text Example
Text Example
White with #47527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47527A; }
p { color: rgb(71,82,122); }
H1.HeaderClassName
{
color: #47527A;
}
.AnyTagClassName
{
color: #47527A;
}
</style>
background-color css
<style>
a { background-color: #47527A; }
a { background-color: rgb(71,82,122); }
div.DivClassName
{
background-color: #47527A;
}
.BgClassName
{
background-color: #47527A;
}
</style>
border-color css
<style>
span { border-color: #47527A; }
span { border-color: rgb(71,82,122); }
td.TdClassName
{
border-color: #47527A;
}
.TagClassName
{
border-color: #47527A;
}
</style>