#4E604A

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

Shades of Tom Thumb #4E604A

Tints of Tom Thumb #4E604A

Color information

#4E604A (or 0x4E604A) is unknown color: approx Tom Thumb. HEX triplet: 4E, 60 and 4A. RGB value is (78,96,74). Sum of RGB (Red+Green+Blue) = 78+96+74=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #4E604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E604A is #B19FB5. Grayscale: #585858. Windows color (decimal): -11640758 or 4874318. OLE color: 4874318.

HSL color Cylindrical-coordinate representation of color #4E604A: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E604A is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB789674-
CMYK0.1900.230.62
HSL109.09º12.94%33.33%-
HSV(B)109.09º22.92%37.65%-
XYZ8.5610.488.05-
YUV88.11120.04120.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=31.45%
G=38.71%
B=29.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896740.1900.230.62109.0912.9433.33
Hex4E604A130173E6dd21
Octal11614011223027761551541
Binary1001110110000010010101001101011111111011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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