#4E386D

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

Shades of Meteorite #4E386D

Tints of Meteorite #4E386D

Color information

#4E386D (or 0x4E386D) is unknown color: approx Meteorite. HEX triplet: 4E, 38 and 6D. RGB value is (78,56,109). Sum of RGB (Red+Green+Blue) = 78+56+109=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E386D is #B1C792. Grayscale: #444444. Windows color (decimal): -11650963 or 7157838. OLE color: 7157838.

HSL color Cylindrical-coordinate representation of color #4E386D: hue angle of 264.91º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E386D is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7856109-
CMYK0.280.4900.57
HSL264.91º32.12%32.35%-
HSV(B)264.91º48.62%42.75%-
XYZ7.325.5515.15-
YUV68.62150.79134.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=32.10%
G=23.05%
B=44.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78561090.280.4900.57264.9132.1232.35
Hex4E386D1C310391092020
Octal1167015534610714114040
Binary10011101110001101101111001100010111001100001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E386D; }

 p { color: rgb(78,56,109); }

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

<style>
 a { background-color: #4E386D; }

 a { background-color: rgb(78,56,109); }

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

<style>
 span { border-color: #4E386D; }

 span { border-color: rgb(78,56,109); }

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