#4E765B

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

Shades of Como #4E765B

Tints of Como #4E765B

Color information

#4E765B (or 0x4E765B) is unknown color: approx Como. HEX triplet: 4E, 76 and 5B. RGB value is (78,118,91). Sum of RGB (Red+Green+Blue) = 78+118+91=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765B is #B189A4. Grayscale: #676767. Windows color (decimal): -11635109 or 5994062. OLE color: 5994062.

HSL color Cylindrical-coordinate representation of color #4E765B: hue angle of 139.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 #4E765B is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB7811891-
CMYK0.3400.230.54
HSL139.5º20.41%38.43%-
HSV(B)139.5º33.9%46.27%-
XYZ11.5115.3312.25-
YUV102.96121.25110.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=27.18%
G=41.11%
B=31.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118910.3400.230.54139.520.4138.43
Hex4E765B22017368c1426
Octal11616613342027662142446
Binary1001110111011010110111000100101111101101000110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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