#4E406C

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

Shades of Meteorite #4E406C

Tints of Meteorite #4E406C

Color information

#4E406C (or 0x4E406C) is unknown color: approx Meteorite. HEX triplet: 4E, 40 and 6C. RGB value is (78,64,108). Sum of RGB (Red+Green+Blue) = 78+64+108=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E406C is #B1BF93. Grayscale: #494949. Windows color (decimal): -11648916 or 7094350. OLE color: 7094350.

HSL color Cylindrical-coordinate representation of color #4E406C: hue angle of 259.09º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E406C is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7864108-
CMYK0.280.4100.58
HSL259.09º25.58%33.73%-
HSV(B)259.09º40.74%42.35%-
XYZ7.686.3715.01-
YUV73.2147.64131.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.2%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=31.2%
G=25.6%
B=43.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78641080.280.4100.58259.0925.5833.73
Hex4E406C1C2903A1031a22
Octal11610015434510724033242
Binary10011101000000110110011100101001011101010000001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,108); }

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

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

 a { background-color: rgb(78,64,108); }

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

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

 span { border-color: rgb(78,64,108); }

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