#47517F

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

Shades of Astronaut #47517F

Tints of Astronaut #47517F

Color information

#47517F (or 0x47517F) is unknown color: approx Astronaut. HEX triplet: 47, 51 and 7F. RGB value is (71,81,127). Sum of RGB (Red+Green+Blue) = 71+81+127=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #47517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517F is #B8AE80. Grayscale: #535353. Windows color (decimal): -12103297 or 8343879. OLE color: 8343879.

HSL color Cylindrical-coordinate representation of color #47517F: hue angle of 229.29º 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 #47517F is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7181127-
CMYK0.440.3600.50
HSL229.29º28.28%38.82%-
HSV(B)229.29º44.09%49.8%-
XYZ9.378.7621.27-
YUV83.25152.69119.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 127 (50% from 255) = 45.52%
R=25.45%
G=29.03%
B=45.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71811270.440.3600.50229.2928.2838.82
Hex47517F2C24032e51c27
Octal10712117754440623453447
Binary10001111010001111111110110010010001100101110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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