#4E755B

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

Shades of Como #4E755B

Tints of Como #4E755B

Color information

#4E755B (or 0x4E755B) is unknown color: approx Como. HEX triplet: 4E, 75 and 5B. RGB value is (78,117,91). Sum of RGB (Red+Green+Blue) = 78+117+91=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #4E755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E755B is #B18AA4. Grayscale: #666666. Windows color (decimal): -11635365 or 5993806. OLE color: 5993806.

HSL color Cylindrical-coordinate representation of color #4E755B: hue angle of 140º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E755B is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB7811791-
CMYK0.3300.220.54
HSL140º20%38.24%-
HSV(B)140º33.33%45.88%-
XYZ11.3915.112.21-
YUV102.38121.58110.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=27.27%
G=40.91%
B=31.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78117910.3300.220.541402038.24
Hex4E755B21016368c1426
Octal11616513341026662142446
Binary1001110111010110110111000010101101101101000110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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