#4E416A

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

Shades of Meteorite #4E416A

Tints of Meteorite #4E416A

Color information

#4E416A (or 0x4E416A) is unknown color: approx Meteorite. HEX triplet: 4E, 41 and 6A. RGB value is (78,65,106). Sum of RGB (Red+Green+Blue) = 78+65+106=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E416A is #B1BE95. Grayscale: #494949. Windows color (decimal): -11648662 or 6963534. OLE color: 6963534.

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

Color convert

RGB7865106-
CMYK0.260.3900.58
HSL259.02º23.98%33.53%-
HSV(B)259.02º38.68%41.57%-
XYZ7.636.4414.48-
YUV73.56146.31131.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.33%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=31.33%
G=26.10%
B=42.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78651060.260.3900.58259.0223.9833.53
Hex4E416A1A2703A1031822
Octal11610115232470724033042
Binary10011101000001110101011010100111011101010000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,106); }

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

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

 a { background-color: rgb(78,65,106); }

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

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

 span { border-color: rgb(78,65,106); }

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