#49365E

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

Shades of Meteorite #49365E

Tints of Meteorite #49365E

Color information

#49365E (or 0x49365E) is unknown color: approx Meteorite. HEX triplet: 49, 36 and 5E. RGB value is (73,54,94). Sum of RGB (Red+Green+Blue) = 73+54+94=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #49365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365E is #B6C9A1. Grayscale: #404040. Windows color (decimal): -11979170 or 6174281. OLE color: 6174281.

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

Color convert

RGB735494-
CMYK0.220.4300.63
HSL268.5º27.03%29.02%-
HSV(B)268.5º42.55%36.86%-
XYZ6.094.8611.21-
YUV64.24144.79134.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=33.03%
G=24.43%
B=42.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7354940.220.4300.63268.527.0329.02
Hex49365E162B03F10c1b1d
Octal1116613626530774143335
Binary100100111011010111101011010101101111111000011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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