#4E775B

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

Shades of Como #4E775B

Tints of Como #4E775B

Color information

#4E775B (or 0x4E775B) is unknown color: approx Como. HEX triplet: 4E, 77 and 5B. RGB value is (78,119,91). Sum of RGB (Red+Green+Blue) = 78+119+91=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #4E775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E775B is #B188A4. Grayscale: #676767. Windows color (decimal): -11634853 or 5994318. OLE color: 5994318.

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

Color convert

RGB7811991-
CMYK0.3400.240.53
HSL139.02º20.81%38.63%-
HSV(B)139.02º34.45%46.67%-
XYZ11.6315.5712.29-
YUV103.55120.92109.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=27.08%
G=41.32%
B=31.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78119910.3400.240.53139.0220.8138.63
Hex4E775B22018358b1527
Octal11616713342030652132547
Binary1001110111011110110111000100110001101011000101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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