#49365D

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

Shades of Meteorite #49365D

Tints of Meteorite #49365D

Color information

#49365D (or 0x49365D) is unknown color: approx Meteorite. HEX triplet: 49, 36 and 5D. RGB value is (73,54,93). Sum of RGB (Red+Green+Blue) = 73+54+93=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #49365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365D is #B6C9A2. Grayscale: #3F3F3F. Windows color (decimal): -11979171 or 6108745. OLE color: 6108745.

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

Color convert

RGB735493-
CMYK0.220.4200.64
HSL269.23º26.53%28.82%-
HSV(B)269.23º41.94%36.47%-
XYZ6.044.8510.97-
YUV64.13144.29134.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=33.18%
G=24.55%
B=42.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7354930.220.4200.64269.2326.5328.82
Hex49365D162A04010d1b1d
Octal11166135265201004153335
Binary1001001110110101110110110101010010000001000011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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