#49396A

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

Shades of Meteorite #49396A

Tints of Meteorite #49396A

Color information

#49396A (or 0x49396A) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 6A. RGB value is (73,57,106). Sum of RGB (Red+Green+Blue) = 73+57+106=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #49396A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396A is #B6C695. Grayscale: #434343. Windows color (decimal): -11978390 or 6961481. OLE color: 6961481.

HSL color Cylindrical-coordinate representation of color #49396A: hue angle of 259.59º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49396A is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7357106-
CMYK0.310.4600.58
HSL259.59º30.06%31.96%-
HSV(B)259.59º46.23%41.57%-
XYZ6.815.3814.32-
YUV67.37149.8132.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=30.93%
G=24.15%
B=44.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73571060.310.4600.58259.5930.0631.96
Hex49396A1F2E03A1041e20
Octal1117115237560724043640
Binary1001001111001110101011111101110011101010000010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49396A; }

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

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

<style>
 a { background-color: #49396A; }

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

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

<style>
 span { border-color: #49396A; }

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

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