#4E3D65

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

Shades of Meteorite #4E3D65

Tints of Meteorite #4E3D65

Color information

#4E3D65 (or 0x4E3D65) is unknown color: approx Meteorite. HEX triplet: 4E, 3D and 65. RGB value is (78,61,101). Sum of RGB (Red+Green+Blue) = 78+61+101=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E3D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3D65 is #B1C29A. Grayscale: #464646. Windows color (decimal): -11649691 or 6634830. OLE color: 6634830.

HSL color Cylindrical-coordinate representation of color #4E3D65: hue angle of 265.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3D65 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7861101-
CMYK0.230.4000.60
HSL265.5º24.69%31.76%-
HSV(B)265.5º39.6%39.61%-
XYZ7.165.913.07-
YUV70.64145.13133.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=32.5%
G=25.42%
B=42.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78611010.230.4000.60265.524.6931.76
Hex4E3D65172803C10a1920
Octal1167514527500744123140
Binary1001110111101110010110111101000011110010000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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