#49426A

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

Shades of Meteorite #49426A

Tints of Meteorite #49426A

Color information

#49426A (or 0x49426A) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 6A. RGB value is (73,66,106). Sum of RGB (Red+Green+Blue) = 73+66+106=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #49426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49426A is #B6BD95. Grayscale: #484848. Windows color (decimal): -11976086 or 6963785. OLE color: 6963785.

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

Color convert

RGB7366106-
CMYK0.310.3800.58
HSL250.5º23.26%33.73%-
HSV(B)250.5º37.74%41.57%-
XYZ7.36.3514.48-
YUV72.65146.82128.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=29.80%
G=26.94%
B=43.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73661060.310.3800.58250.523.2633.73
Hex49426A1F2603Afa1722
Octal11110215237460723722742
Binary1001001100001011010101111110011001110101111101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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