#49406B

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

Shades of Meteorite #49406B

Tints of Meteorite #49406B

Color information

#49406B (or 0x49406B) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 6B. RGB value is (73,64,107). Sum of RGB (Red+Green+Blue) = 73+64+107=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #49406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49406B is #B6BF94. Grayscale: #474747. Windows color (decimal): -11976597 or 7028809. OLE color: 7028809.

HSL color Cylindrical-coordinate representation of color #49406B: hue angle of 252.56º 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 #49406B is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7364107-
CMYK0.320.4000.58
HSL252.56º25.15%33.53%-
HSV(B)252.56º40.19%41.96%-
XYZ7.236.1414.71-
YUV71.59147.98129-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=29.92%
G=26.23%
B=43.85%

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
Decimal73641070.320.4000.58252.5625.1533.53
Hex49406B202803Afd1922
Octal11110015340500723753142
Binary10010011000000110101110000010100001110101111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49406B; }

 p { color: rgb(73,64,107); }

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

<style>
 a { background-color: #49406B; }

 a { background-color: rgb(73,64,107); }

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

<style>
 span { border-color: #49406B; }

 span { border-color: rgb(73,64,107); }

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