#49425E

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

Shades of Meteorite #49425E

Tints of Meteorite #49425E

Color information

#49425E (or 0x49425E) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 5E. RGB value is (73,66,94). Sum of RGB (Red+Green+Blue) = 73+66+94=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #49425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425E is #B6BDA1. Grayscale: #474747. Windows color (decimal): -11976098 or 6177353. OLE color: 6177353.

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

Color convert

RGB736694-
CMYK0.220.3000.63
HSL255º17.5%31.37%-
HSV(B)255º29.79%36.86%-
XYZ6.726.1211.42-
YUV71.28140.82129.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=31.33%
G=28.33%
B=40.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7366940.220.3000.6325517.531.37
Hex49425E161E03Fff111f
Octal11110213626360773772137
Binary10010011000010101111010110111100111111111111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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