#49356F

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

Shades of Meteorite #49356F

Tints of Meteorite #49356F

Color information

#49356F (or 0x49356F) is unknown color: approx Meteorite. HEX triplet: 49, 35 and 6F. RGB value is (73,53,111). Sum of RGB (Red+Green+Blue) = 73+53+111=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #49356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49356F is #B6CA90. Grayscale: #414141. Windows color (decimal): -11979409 or 7288137. OLE color: 7288137.

HSL color Cylindrical-coordinate representation of color #49356F: hue angle of 260.69º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49356F is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7353111-
CMYK0.340.5200.56
HSL260.69º35.37%32.16%-
HSV(B)260.69º52.25%43.53%-
XYZ6.895.1115.66-
YUV65.59153.63133.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=30.80%
G=22.36%
B=46.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73531110.340.5200.56260.6935.3732.16
Hex49356F22340381052320
Octal1116515742640704054340
Binary100100111010111011111000101101000111000100000101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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