#49405C

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

Shades of Meteorite #49405C

Tints of Meteorite #49405C

Color information

#49405C (or 0x49405C) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 5C. RGB value is (73,64,92). Sum of RGB (Red+Green+Blue) = 73+64+92=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #49405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405C is #B6BFA3. Grayscale: #454545. Windows color (decimal): -11976612 or 6045769. OLE color: 6045769.

HSL color Cylindrical-coordinate representation of color #49405C: hue angle of 259.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49405C is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB736492-
CMYK0.210.3000.64
HSL259.29º17.95%30.59%-
HSV(B)259.29º30.43%36.08%-
XYZ6.515.8610.91-
YUV69.88140.48130.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=31.88%
G=27.95%
B=40.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7364920.210.3000.64259.2917.9530.59
Hex49405C151E040103121f
Octal111100134253601004032237
Binary1001001100000010111001010111110010000001000000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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