#49355F

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

Shades of Meteorite #49355F

Tints of Meteorite #49355F

Color information

#49355F (or 0x49355F) is unknown color: approx Meteorite. HEX triplet: 49, 35 and 5F. RGB value is (73,53,95). Sum of RGB (Red+Green+Blue) = 73+53+95=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #49355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49355F is #B6CAA0. Grayscale: #3F3F3F. Windows color (decimal): -11979425 or 6239561. OLE color: 6239561.

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

Color convert

RGB735395-
CMYK0.230.4400.63
HSL268.57º28.38%29.02%-
HSV(B)268.57º44.21%37.25%-
XYZ6.094.7911.43-
YUV63.77145.63134.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=33.03%
G=23.98%
B=42.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7353950.230.4400.63268.5728.3829.02
Hex49355F172C03F10d1c1d
Octal1116513727540774153435
Binary100100111010110111111011110110001111111000011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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