#4E3A69

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

Shades of Meteorite #4E3A69

Tints of Meteorite #4E3A69

Color information

#4E3A69 (or 0x4E3A69) is unknown color: approx Meteorite. HEX triplet: 4E, 3A and 69. RGB value is (78,58,105). Sum of RGB (Red+Green+Blue) = 78+58+105=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E3A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A69 is #B1C596. Grayscale: #454545. Windows color (decimal): -11650455 or 6896206. OLE color: 6896206.

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

Color convert

RGB7858105-
CMYK0.260.4500.59
HSL265.53º28.83%31.96%-
HSV(B)265.53º44.76%41.18%-
XYZ7.25.6714.08-
YUV69.34148.13134.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=32.37%
G=24.07%
B=43.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78581050.260.4500.59265.5328.8331.96
Hex4E3A691A2D03B10a1d20
Octal1167215132550734123540
Binary1001110111010110100111010101101011101110000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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