#49416A

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

Shades of Meteorite #49416A

Tints of Meteorite #49416A

Color information

#49416A (or 0x49416A) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 6A. RGB value is (73,65,106). Sum of RGB (Red+Green+Blue) = 73+65+106=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #49416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49416A is #B6BE95. Grayscale: #474747. Windows color (decimal): -11976342 or 6963529. OLE color: 6963529.

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

Color convert

RGB7365106-
CMYK0.310.3900.58
HSL251.71º23.98%33.53%-
HSV(B)251.71º38.68%41.57%-
XYZ7.246.2414.46-
YUV72.07147.15128.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=29.92%
G=26.64%
B=43.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73651060.310.3900.58251.7123.9833.53
Hex49416A1F2703Afc1822
Octal11110115237470723743042
Binary1001001100000111010101111110011101110101111110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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