#4E6F60

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

Shades of Como #4E6F60

Tints of Como #4E6F60

Color information

#4E6F60 (or 0x4E6F60) is unknown color: approx Como. HEX triplet: 4E, 6F and 60. RGB value is (78,111,96). Sum of RGB (Red+Green+Blue) = 78+111+96=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F60 is #B1909F. Grayscale: #636363. Windows color (decimal): -11636896 or 6319950. OLE color: 6319950.

HSL color Cylindrical-coordinate representation of color #4E6F60: hue angle of 152.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F60 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7811196-
CMYK0.3000.140.56
HSL152.73º17.46%37.06%-
HSV(B)152.73º29.73%43.53%-
XYZ10.9413.8313.16-
YUV99.42126.07112.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=27.37%
G=38.95%
B=33.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78111960.3000.140.56152.7317.4637.06
Hex4E6F601E0E38991125
Octal11615714036016702312145
Binary10011101101111110000011110011101110001001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,111,96); }

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

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

 a { background-color: rgb(78,111,96); }

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

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

 span { border-color: rgb(78,111,96); }

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