#49416C

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

Shades of Meteorite #49416C

Tints of Meteorite #49416C

Color information

#49416C (or 0x49416C) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 6C. RGB value is (73,65,108). Sum of RGB (Red+Green+Blue) = 73+65+108=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #49416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49416C is #B6BE93. Grayscale: #484848. Windows color (decimal): -11976340 or 7094601. OLE color: 7094601.

HSL color Cylindrical-coordinate representation of color #49416C: hue angle of 251.16º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49416C is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7365108-
CMYK0.320.4000.58
HSL251.16º24.86%33.92%-
HSV(B)251.16º39.81%42.35%-
XYZ7.346.2815.01-
YUV72.29148.15128.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=29.67%
G=26.42%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73651080.320.4000.58251.1624.8633.92
Hex49416C202803Afb1922
Octal11110115440500723733142
Binary10010011000001110110010000010100001110101111101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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