Shades of Astronaut #47507C
Tints of Astronaut #47507C
RGB
CMYK
RGB Variations
Color information
#47507C (or 0x47507C) is known color: Astronaut. HEX triplet: 47, 50 and 7C. RGB value is (71,80,124). Sum of RGB (Red+Green+Blue) = 71+80+124=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #47507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47507C is #B8AF83. Grayscale: #525252. Windows color (decimal): -12103556 or 8147015. OLE color: 8147015.
HSL color Cylindrical-coordinate representation of color #47507C: hue angle of 229.81º 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 #47507C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 80 | 124 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.51 |
| HSL | 229.81º | 0.27% | 0.38% | - |
| HSV(B) | 229.81º | 0.43% | 0.49% | - |
| XYZ | 9.11 | 8.53 | 20.24 | - |
| YUV | 82.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 124 | 0.43 | 0.35 | 0 | 0.51 | 229.81 | 0.27 | 0.38 |
| Hex | 47 | 50 | 7C | 2B | 23 | 0 | 33 | E6 | 1B | 26 |
| Octal | 107 | 120 | 174 | 53 | 43 | 0 | 63 | 346 | 33 | 46 |
| Binary | 1000111 | 1010000 | 1111100 | 101011 | 100011 | 0 | 110011 | 11100110 | 11011 | 100110 |
Color Harmonies of #47507C
Complementary color
Monochromatic Colors of #47507C
Black with #47507C
Text Example
Text Example
White with #47507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47507C; }
p { color: rgb(71,80,124); }
H1.HeaderClassName
{
color: #47507C;
}
.AnyTagClassName
{
color: #47507C;
}
</style>
background-color css
<style>
a { background-color: #47507C; }
a { background-color: rgb(71,80,124); }
div.DivClassName
{
background-color: #47507C;
}
.BgClassName
{
background-color: #47507C;
}
</style>
border-color css
<style>
span { border-color: #47507C; }
span { border-color: rgb(71,80,124); }
td.TdClassName
{
border-color: #47507C;
}
.TagClassName
{
border-color: #47507C;
}
</style>