#49386B

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

Shades of Meteorite #49386B

Tints of Meteorite #49386B

Color information

#49386B (or 0x49386B) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 6B. RGB value is (73,56,107). Sum of RGB (Red+Green+Blue) = 73+56+107=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #49386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49386B is #B6C794. Grayscale: #424242. Windows color (decimal): -11978645 or 7026761. OLE color: 7026761.

HSL color Cylindrical-coordinate representation of color #49386B: hue angle of 260º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49386B is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7356107-
CMYK0.320.4800.58
HSL260º31.29%31.96%-
HSV(B)260º47.66%41.96%-
XYZ6.825.3114.57-
YUV66.9150.63132.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=30.93%
G=23.73%
B=45.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73561070.320.4800.5826031.2931.96
Hex49386B203003A1041f20
Octal1117015340600724043740
Binary10010011110001101011100000110000011101010000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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