#49396D

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

Shades of Meteorite #49396D

Tints of Meteorite #49396D

Color information

#49396D (or 0x49396D) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 6D. RGB value is (73,57,109). Sum of RGB (Red+Green+Blue) = 73+57+109=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #49396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396D is #B6C692. Grayscale: #434343. Windows color (decimal): -11978387 or 7158089. OLE color: 7158089.

HSL color Cylindrical-coordinate representation of color #49396D: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49396D is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7357109-
CMYK0.330.4800.57
HSL258.46º31.33%32.55%-
HSV(B)258.46º47.71%42.75%-
XYZ6.975.4515.15-
YUV67.71151.3131.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=30.54%
G=23.85%
B=45.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73571090.330.4800.57258.4631.3332.55
Hex49396D21300391021f21
Octal1117115541600714023741
Binary10010011110011101101100001110000011100110000001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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