#4E765D

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

Shades of Como #4E765D

Tints of Como #4E765D

Color information

#4E765D (or 0x4E765D) is unknown color: approx Como. HEX triplet: 4E, 76 and 5D. RGB value is (78,118,93). Sum of RGB (Red+Green+Blue) = 78+118+93=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765D is #B189A2. Grayscale: #676767. Windows color (decimal): -11635107 or 6125134. OLE color: 6125134.

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

Color convert

RGB7811893-
CMYK0.3400.210.54
HSL142.5º20.41%38.43%-
HSV(B)142.5º33.9%46.27%-
XYZ11.615.3712.71-
YUV103.19122.25110.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=26.99%
G=40.83%
B=32.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118930.3400.210.54142.520.4138.43
Hex4E765D22015368e1426
Octal11616613542025662162446
Binary1001110111011010111011000100101011101101000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,118,93); }

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

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

 a { background-color: rgb(78,118,93); }

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

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

 span { border-color: rgb(78,118,93); }

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