Html Css Color HEX #4E684A Tom Thumb

📋 copy color: '#4E684A'

red 78 ◦ green 104 ◦ blue 74

#4E684A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #4E684A

Tints of Tom Thumb #4E684A

RGB

 RED value IS 78 (30.86% from 255) = 30.47%

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 30.47%
G = 40.63%
B = 28.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#4E684A (or 0x4E684A) is known color: Tom Thumb. HEX triplet: 4E, 68 and 4A. RGB value is (78,104,74). Sum of RGB (Red+Green+Blue) = 78+104+74=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E684A is #B197B5. Grayscale: #5C5C5C. Windows color (decimal): -11638710 or 4876366. OLE color: 4876366.

HSL color Cylindrical-coordinate representation of color #4E684A: hue angle of 112º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E684A is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 104 74 -
CMYK 0.25 0 0.29 0.59
HSL 112º 0.17% 0.35% -
HSV(B) 112º 0.29% 0.41% -
XYZ 9.33 12.01 8.31 -
YUV 92.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 78 104 74 0.25 0 0.29 0.59 112 0.17 0.35
Hex 4E 68 4A 19 0 1D 3B 70 11 23
Octal 116 150 112 31 0 35 73 160 21 43
Binary 1001110 1101000 1001010 11001 0 11101 111011 1110000 10001 100011

Color Harmonies of #4E684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E684A

Black with #4E684A

Text Example


Text Example

White with #4E684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E684A;
 }
 .AnyTagClassName
 {
   color: #4E684A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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