#4E3969

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

Shades of Meteorite #4E3969

Tints of Meteorite #4E3969

Color information

#4E3969 (or 0x4E3969) is unknown color: approx Meteorite. HEX triplet: 4E, 39 and 69. RGB value is (78,57,105). Sum of RGB (Red+Green+Blue) = 78+57+105=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E3969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3969 is #B1C696. Grayscale: #444444. Windows color (decimal): -11650711 or 6895950. OLE color: 6895950.

HSL color Cylindrical-coordinate representation of color #4E3969: hue angle of 266.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E3969 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7857105-
CMYK0.260.4600.59
HSL266.25º29.63%31.76%-
HSV(B)266.25º45.71%41.18%-
XYZ7.155.5714.06-
YUV68.75148.46134.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=32.5%
G=23.75%
B=43.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78571050.260.4600.59266.2529.6331.76
Hex4E39691A2E03B10a1e20
Octal1167115132560734123640
Binary1001110111001110100111010101110011101110000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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