#49547A

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

Shades of Astronaut #49547A

Tints of Astronaut #49547A

Color information

#49547A (or 0x49547A) is unknown color: approx Astronaut. HEX triplet: 49, 54 and 7A. RGB value is (73,84,122). Sum of RGB (Red+Green+Blue) = 73+84+122=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #49547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547A is #B6AB85. Grayscale: #545454. Windows color (decimal): -11971462 or 8016969. OLE color: 8016969.

HSL color Cylindrical-coordinate representation of color #49547A: hue angle of 226.53º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49547A is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7384122-
CMYK0.400.3100.52
HSL226.53º25.13%38.24%-
HSV(B)226.53º40.16%47.84%-
XYZ9.439.1619.68-
YUV85.04148.86119.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=26.16%
G=30.11%
B=43.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73841220.400.3100.52226.5325.1338.24
Hex49547A281F034e31926
Octal11112417250370643433146
Binary1001001101010011110101010001111101101001110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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