Shades of Astronaut #47537E
Tints of Astronaut #47537E
RGB
CMYK
RGB Variations
Color information
#47537E (or 0x47537E) is known color: Astronaut. HEX triplet: 47, 53 and 7E. RGB value is (71,83,126). Sum of RGB (Red+Green+Blue) = 71+83+126=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #47537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47537E is #B8AC81. Grayscale: #545454. Windows color (decimal): -12102786 or 8278855. OLE color: 8278855.
HSL color Cylindrical-coordinate representation of color #47537E: hue angle of 226.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47537E is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 83 | 126 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.51 |
| HSL | 226.91º | 0.28% | 0.39% | - |
| HSV(B) | 226.91º | 0.44% | 0.49% | - |
| XYZ | 9.46 | 9.03 | 20.98 | - |
| YUV | 84.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 126 | 0.44 | 0.34 | 0 | 0.51 | 226.91 | 0.28 | 0.39 |
| Hex | 47 | 53 | 7E | 2C | 22 | 0 | 33 | E3 | 1C | 27 |
| Octal | 107 | 123 | 176 | 54 | 42 | 0 | 63 | 343 | 34 | 47 |
| Binary | 1000111 | 1010011 | 1111110 | 101100 | 100010 | 0 | 110011 | 11100011 | 11100 | 100111 |
Color Harmonies of #47537E
Complementary color
Monochromatic Colors of #47537E
Black with #47537E
Text Example
Text Example
White with #47537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47537E; }
p { color: rgb(71,83,126); }
H1.HeaderClassName
{
color: #47537E;
}
.AnyTagClassName
{
color: #47537E;
}
</style>
background-color css
<style>
a { background-color: #47537E; }
a { background-color: rgb(71,83,126); }
div.DivClassName
{
background-color: #47537E;
}
.BgClassName
{
background-color: #47537E;
}
</style>
border-color css
<style>
span { border-color: #47537E; }
span { border-color: rgb(71,83,126); }
td.TdClassName
{
border-color: #47537E;
}
.TagClassName
{
border-color: #47537E;
}
</style>