#49425D

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

Shades of Meteorite #49425D

Tints of Meteorite #49425D

Color information

#49425D (or 0x49425D) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 5D. RGB value is (73,66,93). Sum of RGB (Red+Green+Blue) = 73+66+93=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #49425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425D is #B6BDA2. Grayscale: #474747. Windows color (decimal): -11976099 or 6111817. OLE color: 6111817.

HSL color Cylindrical-coordinate representation of color #49425D: hue angle of 255.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49425D is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB736693-
CMYK0.220.2900.64
HSL255.56º16.98%31.18%-
HSV(B)255.56º29.03%36.47%-
XYZ6.676.111.18-
YUV71.17140.32129.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=31.47%
G=28.45%
B=40.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7366930.220.2900.64255.5616.9831.18
Hex49425D161D040100111f
Octal111102135263501004002137
Binary1001001100001010111011011011101010000001000000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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