#49395E

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

Shades of Meteorite #49395E

Tints of Meteorite #49395E

Color information

#49395E (or 0x49395E) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 5E. RGB value is (73,57,94). Sum of RGB (Red+Green+Blue) = 73+57+94=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #49395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49395E is #B6C6A1. Grayscale: #414141. Windows color (decimal): -11978402 or 6175049. OLE color: 6175049.

HSL color Cylindrical-coordinate representation of color #49395E: hue angle of 265.95º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49395E is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB735794-
CMYK0.220.3900.63
HSL265.95º24.5%29.61%-
HSV(B)265.95º39.36%36.86%-
XYZ6.235.1511.26-
YUV66143.8132.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=32.59%
G=25.45%
B=41.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7357940.220.3900.63265.9524.529.61
Hex49395E162703F10a191e
Octal1117113626470774123136
Binary100100111100110111101011010011101111111000010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,57,94); }

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

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

 a { background-color: rgb(73,57,94); }

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

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

 span { border-color: rgb(73,57,94); }

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