#47537D

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

Shades of Astronaut #47537D

Tints of Astronaut #47537D

Color information

#47537D (or 0x47537D) is unknown color: approx Astronaut. HEX triplet: 47, 53 and 7D. RGB value is (71,83,125). Sum of RGB (Red+Green+Blue) = 71+83+125=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #47537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47537D is #B8AC82. Grayscale: #545454. Windows color (decimal): -12102787 or 8213319. OLE color: 8213319.

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

Color convert

RGB7183125-
CMYK0.430.3400.51
HSL226.67º27.55%38.43%-
HSV(B)226.67º43.2%49.02%-
XYZ9.399.0120.65-
YUV84.2151.02118.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=25.45%
G=29.75%
B=44.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71831250.430.3400.51226.6727.5538.43
Hex47537D2B22033e31c26
Octal10712317553420633433446
Binary10001111010011111110110101110001001100111110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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