#49537C

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

Shades of Astronaut #49537C

Tints of Astronaut #49537C

Color information

#49537C (or 0x49537C) is unknown color: approx Astronaut. HEX triplet: 49, 53 and 7C. RGB value is (73,83,124). Sum of RGB (Red+Green+Blue) = 73+83+124=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #49537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49537C is #B6AC83. Grayscale: #545454. Windows color (decimal): -11971716 or 8147785. OLE color: 8147785.

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

Color convert

RGB7383124-
CMYK0.410.3300.51
HSL228.24º25.89%38.63%-
HSV(B)228.24º41.13%48.63%-
XYZ9.489.0620.32-
YUV84.68150.19119.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=26.07%
G=29.64%
B=44.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73831240.410.3300.51228.2425.8938.63
Hex49537C2921033e41a27
Octal11112317451410633443247
Binary10010011010011111110010100110000101100111110010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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