#49385B

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

Shades of Meteorite #49385B

Tints of Meteorite #49385B

Color information

#49385B (or 0x49385B) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 5B. RGB value is (73,56,91). Sum of RGB (Red+Green+Blue) = 73+56+91=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #49385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385B is #B6C7A4. Grayscale: #404040. Windows color (decimal): -11978661 or 5978185. OLE color: 5978185.

HSL color Cylindrical-coordinate representation of color #49385B: hue angle of 269.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49385B is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735691-
CMYK0.200.3800.64
HSL269.14º23.81%28.82%-
HSV(B)269.14º38.46%35.69%-
XYZ6.05510.54-
YUV65.07142.63133.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=33.18%
G=25.45%
B=41.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7356910.200.3800.64269.1423.8128.82
Hex49385B142604010d181d
Octal11170133244601004153035
Binary1001001111000101101110100100110010000001000011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,56,91); }

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

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

 a { background-color: rgb(73,56,91); }

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

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

 span { border-color: rgb(73,56,91); }

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