#49406F

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

Shades of Meteorite #49406F

Tints of Meteorite #49406F

Color information

#49406F (or 0x49406F) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 6F. RGB value is (73,64,111). Sum of RGB (Red+Green+Blue) = 73+64+111=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #49406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49406F is #B6BF90. Grayscale: #474747. Windows color (decimal): -11976593 or 7290953. OLE color: 7290953.

HSL color Cylindrical-coordinate representation of color #49406F: hue angle of 251.49º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49406F is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7364111-
CMYK0.340.4200.56
HSL251.49º26.86%34.31%-
HSV(B)251.49º42.34%43.53%-
XYZ7.456.2315.85-
YUV72.05149.98128.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=29.44%
G=25.81%
B=44.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73641110.340.4200.56251.4926.8634.31
Hex49406F222A038fb1b22
Octal11110015742520703733342
Binary10010011000000110111110001010101001110001111101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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