#4E725B

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

Shades of Como #4E725B

Tints of Como #4E725B

Color information

#4E725B (or 0x4E725B) is unknown color: approx Como. HEX triplet: 4E, 72 and 5B. RGB value is (78,114,91). Sum of RGB (Red+Green+Blue) = 78+114+91=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4E725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E725B is #B18DA4. Grayscale: #646464. Windows color (decimal): -11636133 or 5993038. OLE color: 5993038.

HSL color Cylindrical-coordinate representation of color #4E725B: hue angle of 141.67º 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 #4E725B is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB7811491-
CMYK0.3200.200.55
HSL141.67º18.75%37.65%-
HSV(B)141.67º31.58%44.71%-
XYZ11.0514.4112.1-
YUV100.61122.57111.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=27.56%
G=40.28%
B=32.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78114910.3200.200.55141.6718.7537.65
Hex4E725B20014378e1326
Octal11616213340024672162346
Binary1001110111001010110111000000101001101111000111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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