#49385D

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

Shades of Meteorite #49385D

Tints of Meteorite #49385D

Color information

#49385D (or 0x49385D) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 5D. RGB value is (73,56,93). Sum of RGB (Red+Green+Blue) = 73+56+93=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #49385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385D is #B6C7A2. Grayscale: #414141. Windows color (decimal): -11978659 or 6109257. OLE color: 6109257.

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

Color convert

RGB735693-
CMYK0.220.4000.64
HSL267.57º24.83%29.22%-
HSV(B)267.57º39.78%36.47%-
XYZ6.145.0411-
YUV65.3143.63133.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=32.88%
G=25.23%
B=41.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7356930.220.4000.64267.5724.8329.22
Hex49385D162804010c191d
Octal11170135265001004143135
Binary1001001111000101110110110101000010000001000011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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