#49396E

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

Shades of Meteorite #49396E

Tints of Meteorite #49396E

Color information

#49396E (or 0x49396E) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 6E. RGB value is (73,57,110). Sum of RGB (Red+Green+Blue) = 73+57+110=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #49396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396E is #B6C691. Grayscale: #434343. Windows color (decimal): -11978386 or 7223625. OLE color: 7223625.

HSL color Cylindrical-coordinate representation of color #49396E: hue angle of 258.11º degrees, saturation: 0.32, 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 #49396E is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7357110-
CMYK0.340.4800.57
HSL258.11º31.74%32.75%-
HSV(B)258.11º48.18%43.14%-
XYZ7.035.4715.44-
YUV67.83151.8131.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=30.42%
G=23.75%
B=45.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73571100.340.4800.57258.1131.7432.75
Hex49396E22300391022021
Octal1117115642600714024041
Binary100100111100111011101000101100000111001100000010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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