#4E3963

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

Shades of Meteorite #4E3963

Tints of Meteorite #4E3963

Color information

#4E3963 (or 0x4E3963) is unknown color: approx Meteorite. HEX triplet: 4E, 39 and 63. RGB value is (78,57,99). Sum of RGB (Red+Green+Blue) = 78+57+99=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3963 is #B1C69C. Grayscale: #434343. Windows color (decimal): -11650717 or 6502734. OLE color: 6502734.

HSL color Cylindrical-coordinate representation of color #4E3963: hue angle of 270º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E3963 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB785799-
CMYK0.210.4200.61
HSL270º26.92%30.59%-
HSV(B)270º42.42%38.82%-
XYZ6.865.4512.49-
YUV68.07145.46135.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=33.33%
G=24.36%
B=42.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7857990.210.4200.6127026.9230.59
Hex4E3963152A03D10e1b1f
Octal1167114325520754163337
Binary100111011100111000111010110101001111011000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,57,99); }

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

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

 a { background-color: rgb(78,57,99); }

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

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

 span { border-color: rgb(78,57,99); }

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