#4E7060

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

Shades of Como #4E7060

Tints of Como #4E7060

Color information

#4E7060 (or 0x4E7060) is unknown color: approx Como. HEX triplet: 4E, 70 and 60. RGB value is (78,112,96). Sum of RGB (Red+Green+Blue) = 78+112+96=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7060 is #B18F9F. Grayscale: #646464. Windows color (decimal): -11636640 or 6320206. OLE color: 6320206.

HSL color Cylindrical-coordinate representation of color #4E7060: hue angle of 151.76º degrees, saturation: 0.18, 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 #4E7060 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7811296-
CMYK0.3000.140.56
HSL151.76º17.89%37.25%-
HSV(B)151.76º30.36%43.92%-
XYZ11.0514.0513.2-
YUV100.01125.74112.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=27.27%
G=39.16%
B=33.57%

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
Decimal78112960.3000.140.56151.7617.8937.25
Hex4E70601E0E38981225
Octal11616014036016702302245
Binary10011101110000110000011110011101110001001100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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