#47537C

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

Shades of Astronaut #47537C

Tints of Astronaut #47537C

Color information

#47537C (or 0x47537C) is unknown color: approx Astronaut. HEX triplet: 47, 53 and 7C. RGB value is (71,83,124). Sum of RGB (Red+Green+Blue) = 71+83+124=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #47537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47537C is #B8AC83. Grayscale: #535353. Windows color (decimal): -12102788 or 8147783. OLE color: 8147783.

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

Color convert

RGB7183124-
CMYK0.430.3300.51
HSL226.42º27.18%38.24%-
HSV(B)226.42º42.74%48.63%-
XYZ9.338.9820.31-
YUV84.09150.52118.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=25.54%
G=29.86%
B=44.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71831240.430.3300.51226.4227.1838.24
Hex47537C2B21033e21b26
Octal10712317453410633423346
Binary10001111010011111110010101110000101100111110001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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