#49547E

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

Shades of Astronaut #49547E

Tints of Astronaut #49547E

Color information

#49547E (or 0x49547E) is unknown color: approx Astronaut. HEX triplet: 49, 54 and 7E. RGB value is (73,84,126). Sum of RGB (Red+Green+Blue) = 73+84+126=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #49547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547E is #B6AB81. Grayscale: #555555. Windows color (decimal): -11971458 or 8279113. OLE color: 8279113.

HSL color Cylindrical-coordinate representation of color #49547E: hue angle of 227.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49547E is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7384126-
CMYK0.420.3300.51
HSL227.55º26.63%39.02%-
HSV(B)227.55º42.06%49.41%-
XYZ9.689.2621.02-
YUV85.5150.86119.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=25.80%
G=29.68%
B=44.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73841260.420.3300.51227.5526.6339.02
Hex49547E2A21033e41b27
Octal11112417652410633443347
Binary10010011010100111111010101010000101100111110010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49547E; }

 p { color: rgb(73,84,126); }

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

<style>
 a { background-color: #49547E; }

 a { background-color: rgb(73,84,126); }

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

<style>
 span { border-color: #49547E; }

 span { border-color: rgb(73,84,126); }

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