#4E3D6D

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

Shades of Meteorite #4E3D6D

Tints of Meteorite #4E3D6D

Color information

#4E3D6D (or 0x4E3D6D) is unknown color: approx Meteorite. HEX triplet: 4E, 3D and 6D. RGB value is (78,61,109). Sum of RGB (Red+Green+Blue) = 78+61+109=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E3D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3D6D is #B1C292. Grayscale: #474747. Windows color (decimal): -11649683 or 7159118. OLE color: 7159118.

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

Color convert

RGB7861109-
CMYK0.280.4400.57
HSL261.25º28.24%33.33%-
HSV(B)261.25º44.04%42.75%-
XYZ7.576.0615.24-
YUV71.55149.13132.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=31.45%
G=24.60%
B=43.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78611090.280.4400.57261.2528.2433.33
Hex4E3D6D1C2C0391051c21
Octal1167515534540714053441
Binary1001110111101110110111100101100011100110000010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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