#4E614B

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

Shades of Tom Thumb #4E614B

Tints of Tom Thumb #4E614B

Color information

#4E614B (or 0x4E614B) is unknown color: approx Tom Thumb. HEX triplet: 4E, 61 and 4B. RGB value is (78,97,75). Sum of RGB (Red+Green+Blue) = 78+97+75=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #4E614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E614B is #B19EB4. Grayscale: #585858. Windows color (decimal): -11640501 or 4940110. OLE color: 4940110.

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

Color convert

RGB789775-
CMYK0.2000.230.62
HSL111.82º12.79%33.73%-
HSV(B)111.82º22.68%38.04%-
XYZ8.6910.688.26-
YUV88.81120.21120.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 75 (29.69% from 255) = 30%
R=31.2%
G=38.8%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897750.2000.230.62111.8212.7933.73
Hex4E614B140173E70d22
Octal11614111324027761601542
Binary1001110110000110010111010001011111111011100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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