#49356B

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

Shades of Meteorite #49356B

Tints of Meteorite #49356B

Color information

#49356B (or 0x49356B) is unknown color: approx Meteorite. HEX triplet: 49, 35 and 6B. RGB value is (73,53,107). Sum of RGB (Red+Green+Blue) = 73+53+107=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #49356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49356B is #B6CA94. Grayscale: #404040. Windows color (decimal): -11979413 or 7025993. OLE color: 7025993.

HSL color Cylindrical-coordinate representation of color #49356B: hue angle of 262.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49356B is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7353107-
CMYK0.320.5000.58
HSL262.22º33.75%31.37%-
HSV(B)262.22º50.47%41.96%-
XYZ6.675.0214.53-
YUV65.14151.63133.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=31.33%
G=22.75%
B=45.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73531070.320.5000.58262.2233.7531.37
Hex49356B203203A106221f
Octal1116515340620724064237
Binary10010011101011101011100000110010011101010000011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49356B; }

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

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

<style>
 a { background-color: #49356B; }

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

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

<style>
 span { border-color: #49356B; }

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

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