#49527A

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

Shades of Astronaut #49527A

Tints of Astronaut #49527A

Color information

#49527A (or 0x49527A) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 7A. RGB value is (73,82,122). Sum of RGB (Red+Green+Blue) = 73+82+122=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #49527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49527A is #B6AD85. Grayscale: #535353. Windows color (decimal): -11971974 or 8016457. OLE color: 8016457.

HSL color Cylindrical-coordinate representation of color #49527A: hue angle of 228.98º 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 #49527A is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7382122-
CMYK0.400.3300.52
HSL228.98º25.13%38.24%-
HSV(B)228.98º40.16%47.84%-
XYZ9.288.8619.63-
YUV83.87149.52120.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=26.35%
G=29.60%
B=44.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73821220.400.3300.52228.9825.1338.24
Hex49527A2821034e51926
Octal11112217250410643453146
Binary10010011010010111101010100010000101101001110010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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