#49405E

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

Shades of Meteorite #49405E

Tints of Meteorite #49405E

Color information

#49405E (or 0x49405E) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 5E. RGB value is (73,64,94). Sum of RGB (Red+Green+Blue) = 73+64+94=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #49405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405E is #B6BFA1. Grayscale: #464646. Windows color (decimal): -11976610 or 6176841. OLE color: 6176841.

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

Color convert

RGB736494-
CMYK0.220.3200.63
HSL258º18.99%30.98%-
HSV(B)258º31.91%36.86%-
XYZ6.65.8911.38-
YUV70.11141.48130.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=31.60%
G=27.71%
B=40.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7364940.220.3200.6325818.9930.98
Hex49405E162003F102131f
Octal11110013626400774022337
Binary1001001100000010111101011010000001111111000000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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