#47517C

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

Shades of Astronaut #47517C

Tints of Astronaut #47517C

Color information

#47517C (or 0x47517C) is unknown color: approx Astronaut. HEX triplet: 47, 51 and 7C. RGB value is (71,81,124). Sum of RGB (Red+Green+Blue) = 71+81+124=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #47517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517C is #B8AE83. Grayscale: #525252. Windows color (decimal): -12103300 or 8147271. OLE color: 8147271.

HSL color Cylindrical-coordinate representation of color #47517C: hue angle of 228.68º 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 #47517C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7181124-
CMYK0.430.3500.51
HSL228.68º27.18%38.24%-
HSV(B)228.68º42.74%48.63%-
XYZ9.188.6820.26-
YUV82.91151.19119.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=25.72%
G=29.35%
B=44.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71811240.430.3500.51228.6827.1838.24
Hex47517C2B23033e51b26
Octal10712117453430633453346
Binary10001111010001111110010101110001101100111110010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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