#49386A

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

Shades of Meteorite #49386A

Tints of Meteorite #49386A

Color information

#49386A (or 0x49386A) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 6A. RGB value is (73,56,106). Sum of RGB (Red+Green+Blue) = 73+56+106=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #49386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49386A is #B6C795. Grayscale: #424242. Windows color (decimal): -11978646 or 6961225. OLE color: 6961225.

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

Color convert

RGB7356106-
CMYK0.310.4700.58
HSL260.4º30.86%31.76%-
HSV(B)260.4º47.17%41.57%-
XYZ6.765.2914.3-
YUV66.78150.13132.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=31.06%
G=23.83%
B=45.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73561060.310.4700.58260.430.8631.76
Hex49386A1F2F03A1041f20
Octal1117015237570724043740
Binary1001001111000110101011111101111011101010000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49386A; }

 p { color: rgb(73,56,106); }

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

<style>
 a { background-color: #49386A; }

 a { background-color: rgb(73,56,106); }

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

<style>
 span { border-color: #49386A; }

 span { border-color: rgb(73,56,106); }

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