#49385F

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

Shades of Meteorite #49385F

Tints of Meteorite #49385F

Color information

#49385F (or 0x49385F) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 5F. RGB value is (73,56,95). Sum of RGB (Red+Green+Blue) = 73+56+95=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #49385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385F is #B6C7A0. Grayscale: #414141. Windows color (decimal): -11978657 or 6240329. OLE color: 6240329.

HSL color Cylindrical-coordinate representation of color #49385F: hue angle of 266.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49385F is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB735695-
CMYK0.230.4100.63
HSL266.15º25.83%29.61%-
HSV(B)266.15º41.05%37.25%-
XYZ6.235.0711.48-
YUV65.53144.63133.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=32.59%
G=25%
B=42.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7356950.230.4100.63266.1525.8329.61
Hex49385F172903F10a1a1e
Octal1117013727510774123236
Binary100100111100010111111011110100101111111000010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49385F; }

 p { color: rgb(73,56,95); }

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

<style>
 a { background-color: #49385F; }

 a { background-color: rgb(73,56,95); }

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

<style>
 span { border-color: #49385F; }

 span { border-color: rgb(73,56,95); }

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