#4E7161

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

Shades of Como #4E7161

Tints of Como #4E7161

Color information

#4E7161 (or 0x4E7161) is unknown color: approx Como. HEX triplet: 4E, 71 and 61. RGB value is (78,113,97). Sum of RGB (Red+Green+Blue) = 78+113+97=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7161 is #B18E9E. Grayscale: #646464. Windows color (decimal): -11636383 or 6385998. OLE color: 6385998.

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

Color convert

RGB7811397-
CMYK0.3100.140.56
HSL152.57º18.32%37.45%-
HSV(B)152.57º30.97%44.31%-
XYZ11.214.2913.48-
YUV100.71125.9111.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=27.08%
G=39.24%
B=33.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78113970.3100.140.56152.5718.3237.45
Hex4E71611F0E38991225
Octal11616114137016702312245
Binary10011101110001110000111111011101110001001100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,113,97); }

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

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

 a { background-color: rgb(78,113,97); }

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

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

 span { border-color: rgb(78,113,97); }

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