#4B6046

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

Shades of Tom Thumb #4B6046

Tints of Tom Thumb #4B6046

Color information

#4B6046 (or 0x4B6046) is unknown color: approx Tom Thumb. HEX triplet: 4B, 60 and 46. RGB value is (75,96,70). Sum of RGB (Red+Green+Blue) = 75+96+70=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6046 is #B49FB9. Grayscale: #565656. Windows color (decimal): -11837370 or 4612171. OLE color: 4612171.

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

Color convert

RGB759670-
CMYK0.2200.270.62
HSL108.46º15.66%32.55%-
HSV(B)108.46º27.08%37.65%-
XYZ8.1910.37.35-
YUV86.76118.54119.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.12%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=31.12%
G=39.83%
B=29.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596700.2200.270.62108.4615.6632.55
Hex4B60461601B3E6c1021
Octal11314010626033761542041
Binary10010111100000100011010110011011111110110110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,70); }

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

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

 a { background-color: rgb(75,96,70); }

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

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

 span { border-color: rgb(75,96,70); }

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