#4E7862

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

Shades of Como #4E7862

Tints of Como #4E7862

Color information

#4E7862 (or 0x4E7862) is unknown color: approx Como. HEX triplet: 4E, 78 and 62. RGB value is (78,120,98). Sum of RGB (Red+Green+Blue) = 78+120+98=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7862 is #B1879D. Grayscale: #686868. Windows color (decimal): -11634590 or 6453326. OLE color: 6453326.

HSL color Cylindrical-coordinate representation of color #4E7862: hue angle of 148.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E7862 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB7812098-
CMYK0.3500.180.53
HSL148.57º21.21%38.82%-
HSV(B)148.57º35%47.06%-
XYZ12.0615.9314-
YUV104.93124.09108.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.35%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=26.35%
G=40.54%
B=33.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78120980.3500.180.53148.5721.2138.82
Hex4E78622301235951527
Octal11617014243022652252547
Binary1001110111100011000101000110100101101011001010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,98); }

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

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

 a { background-color: rgb(78,120,98); }

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

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

 span { border-color: rgb(78,120,98); }

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