#47527F

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

Shades of Astronaut #47527F

Tints of Astronaut #47527F

Color information

#47527F (or 0x47527F) is unknown color: approx Astronaut. HEX triplet: 47, 52 and 7F. RGB value is (71,82,127). Sum of RGB (Red+Green+Blue) = 71+82+127=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #47527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47527F is #B8AD80. Grayscale: #535353. Windows color (decimal): -12103041 or 8344135. OLE color: 8344135.

HSL color Cylindrical-coordinate representation of color #47527F: hue angle of 228.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47527F is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7182127-
CMYK0.440.3500.50
HSL228.21º28.28%38.82%-
HSV(B)228.21º44.09%49.8%-
XYZ9.458.9121.3-
YUV83.84152.36118.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 127 (50% from 255) = 45.36%
R=25.36%
G=29.29%
B=45.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71821270.440.3500.50228.2128.2838.82
Hex47527F2C23032e41c27
Octal10712217754430623443447
Binary10001111010010111111110110010001101100101110010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47527F; }

 p { color: rgb(71,82,127); }

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

<style>
 a { background-color: #47527F; }

 a { background-color: rgb(71,82,127); }

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

<style>
 span { border-color: #47527F; }

 span { border-color: rgb(71,82,127); }

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