#4E6E5B

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

Shades of Como #4E6E5B

Tints of Como #4E6E5B

Color information

#4E6E5B (or 0x4E6E5B) is unknown color: approx Como. HEX triplet: 4E, 6E and 5B. RGB value is (78,110,91). Sum of RGB (Red+Green+Blue) = 78+110+91=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #4E6E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6E5B is #B191A4. Grayscale: #626262. Windows color (decimal): -11637157 or 5992014. OLE color: 5992014.

HSL color Cylindrical-coordinate representation of color #4E6E5B: hue angle of 144.38º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E6E5B is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB7811091-
CMYK0.2900.170.57
HSL144.38º17.02%36.86%-
HSV(B)144.38º29.09%43.14%-
XYZ10.6113.5311.95-
YUV98.27123.9113.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=27.96%
G=39.43%
B=32.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78110910.2900.170.57144.3817.0236.86
Hex4E6E5B1D01139901125
Octal11615613335021712202145
Binary100111011011101011011111010100011110011001000010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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