#4E725D

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

Shades of Como #4E725D

Tints of Como #4E725D

Color information

#4E725D (or 0x4E725D) is unknown color: approx Como. HEX triplet: 4E, 72 and 5D. RGB value is (78,114,93). Sum of RGB (Red+Green+Blue) = 78+114+93=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #4E725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E725D is #B18DA2. Grayscale: #646464. Windows color (decimal): -11636131 or 6124110. OLE color: 6124110.

HSL color Cylindrical-coordinate representation of color #4E725D: hue angle of 145º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E725D is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB7811493-
CMYK0.3200.180.55
HSL145º18.75%37.65%-
HSV(B)145º31.58%44.71%-
XYZ11.1314.4412.56-
YUV100.84123.57111.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=27.37%
G=40%
B=32.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78114930.3200.180.5514518.7537.65
Hex4E725D2001237911326
Octal11616213540022672212346
Binary1001110111001010111011000000100101101111001000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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