Shades of Astronaut #47517D
Tints of Astronaut #47517D
RGB
CMYK
RGB Variations
Color information
#47517D (or 0x47517D) is known color: Astronaut. HEX triplet: 47, 51 and 7D. RGB value is (71,81,125). Sum of RGB (Red+Green+Blue) = 71+81+125=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #47517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517D is #B8AE82. Grayscale: #525252. Windows color (decimal): -12103299 or 8212807. OLE color: 8212807.
HSL color Cylindrical-coordinate representation of color #47517D: hue angle of 228.89º degrees, saturation: 0.28, 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 #47517D is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 81 | 125 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.51 |
| HSL | 228.89º | 0.28% | 0.38% | - |
| HSV(B) | 228.89º | 0.43% | 0.49% | - |
| XYZ | 9.24 | 8.71 | 20.6 | - |
| YUV | 83.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 125 | 0.43 | 0.35 | 0 | 0.51 | 228.89 | 0.28 | 0.38 |
| Hex | 47 | 51 | 7D | 2B | 23 | 0 | 33 | E5 | 1C | 26 |
| Octal | 107 | 121 | 175 | 53 | 43 | 0 | 63 | 345 | 34 | 46 |
| Binary | 1000111 | 1010001 | 1111101 | 101011 | 100011 | 0 | 110011 | 11100101 | 11100 | 100110 |
Color Harmonies of #47517D
Complementary color
Monochromatic Colors of #47517D
Black with #47517D
Text Example
Text Example
White with #47517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47517D; }
p { color: rgb(71,81,125); }
H1.HeaderClassName
{
color: #47517D;
}
.AnyTagClassName
{
color: #47517D;
}
</style>
background-color css
<style>
a { background-color: #47517D; }
a { background-color: rgb(71,81,125); }
div.DivClassName
{
background-color: #47517D;
}
.BgClassName
{
background-color: #47517D;
}
</style>
border-color css
<style>
span { border-color: #47517D; }
span { border-color: rgb(71,81,125); }
td.TdClassName
{
border-color: #47517D;
}
.TagClassName
{
border-color: #47517D;
}
</style>