#49385E

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

Shades of Meteorite #49385E

Tints of Meteorite #49385E

Color information

#49385E (or 0x49385E) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 5E. RGB value is (73,56,94). Sum of RGB (Red+Green+Blue) = 73+56+94=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #49385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385E is #B6C7A1. Grayscale: #414141. Windows color (decimal): -11978658 or 6174793. OLE color: 6174793.

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

Color convert

RGB735694-
CMYK0.220.4000.63
HSL266.84º25.33%29.41%-
HSV(B)266.84º40.43%36.86%-
XYZ6.185.0511.24-
YUV65.41144.13133.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=32.74%
G=25.11%
B=42.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7356940.220.4000.63266.8425.3329.41
Hex49385E162803F10b191d
Octal1117013626500774133135
Binary100100111100010111101011010100001111111000010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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