#47517A

Color #47517A Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #47517A

Tints of Astronaut #47517A

Color information

#47517A (or 0x47517A) is unknown color: approx Astronaut. HEX triplet: 47, 51 and 7A. RGB value is (71,81,122). Sum of RGB (Red+Green+Blue) = 71+81+122=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #47517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517A is #B8AE85. Grayscale: #525252. Windows color (decimal): -12103302 or 8016199. OLE color: 8016199.

HSL color Cylindrical-coordinate representation of color #47517A: hue angle of 228.24º 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 #47517A is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7181122-
CMYK0.420.3400.52
HSL228.24º26.42%37.84%-
HSV(B)228.24º41.8%47.84%-
XYZ9.058.6319.6-
YUV82.68150.19119.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=25.91%
G=29.56%
B=44.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71811220.420.3400.52228.2426.4237.84
Hex47517A2A22034e41a26
Octal10712117252420643443246
Binary10001111010001111101010101010001001101001110010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47517A; }

 p { color: rgb(71,81,122); }

 H1.HeaderClassName
 {
   color: #47517A;
 }
 .AnyTagClassName
 {
   color: #47517A;
 }
</style>
background-color css

<style>
 a { background-color: #47517A; }

 a { background-color: rgb(71,81,122); }

 div.DivClassName
 {
   background-color: #47517A;
 }
 .BgClassName
 {
   background-color: #47517A;
 }
</style>
border-color css

<style>
 span { border-color: #47517A; }

 span { border-color: rgb(71,81,122); }

 td.TdClassName
 {
   border-color: #47517A;
 }
 .TagClassName
 {
   border-color: #47517A;
 }
</style>