#49517F

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

Shades of Astronaut #49517F

Tints of Astronaut #49517F

Color information

#49517F (or 0x49517F) is unknown color: approx Astronaut. HEX triplet: 49, 51 and 7F. RGB value is (73,81,127). Sum of RGB (Red+Green+Blue) = 73+81+127=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #49517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49517F is #B6AE80. Grayscale: #535353. Windows color (decimal): -11972225 or 8343881. OLE color: 8343881.

HSL color Cylindrical-coordinate representation of color #49517F: hue angle of 231.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49517F is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7381127-
CMYK0.430.3600.50
HSL231.11º27%39.22%-
HSV(B)231.11º42.52%49.8%-
XYZ9.528.8321.28-
YUV83.85152.35120.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 127 (50% from 255) = 45.20%
R=25.98%
G=28.83%
B=45.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73811270.430.3600.50231.112739.22
Hex49517F2B24032e71b27
Octal11112117753440623473347
Binary10010011010001111111110101110010001100101110011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49517F; }

 p { color: rgb(73,81,127); }

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

<style>
 a { background-color: #49517F; }

 a { background-color: rgb(73,81,127); }

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

<style>
 span { border-color: #49517F; }

 span { border-color: rgb(73,81,127); }

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