#4E815B

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

Shades of Como #4E815B

Tints of Como #4E815B

Color information

#4E815B (or 0x4E815B) is unknown color: approx Como. HEX triplet: 4E, 81 and 5B. RGB value is (78,129,91). Sum of RGB (Red+Green+Blue) = 78+129+91=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #4E815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E815B is #B17EA4. Grayscale: #6D6D6D. Windows color (decimal): -11632293 or 5996878. OLE color: 5996878.

HSL color Cylindrical-coordinate representation of color #4E815B: hue angle of 135.29º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E815B is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB7812991-
CMYK0.4000.290.49
HSL135.29º24.64%40.59%-
HSV(B)135.29º39.53%50.59%-
XYZ12.8818.0812.71-
YUV109.42117.6105.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=26.17%
G=43.29%
B=30.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78129910.4000.290.49135.2924.6440.59
Hex4E815B2801D31871929
Octal11620113350035612073151
Binary10011101000000110110111010000111011100011000011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,129,91); }

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

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

 a { background-color: rgb(78,129,91); }

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

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

 span { border-color: rgb(78,129,91); }

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