#4F604B

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

Shades of Tom Thumb #4F604B

Tints of Tom Thumb #4F604B

Color information

#4F604B (or 0x4F604B) is unknown color: approx Tom Thumb. HEX triplet: 4F, 60 and 4B. RGB value is (79,96,75). Sum of RGB (Red+Green+Blue) = 79+96+75=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #4F604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F604B is #B09FB4. Grayscale: #585858. Windows color (decimal): -11575221 or 4939855. OLE color: 4939855.

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

Color convert

RGB799675-
CMYK0.1800.220.62
HSL108.57º12.28%33.53%-
HSV(B)108.57º21.88%37.65%-
XYZ8.6810.548.23-
YUV88.52120.37121.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 75 (29.69% from 255) = 30%
R=31.6%
G=38.4%
B=30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996750.1800.220.62108.5712.2833.53
Hex4F604B120163E6dc22
Octal11714011322026761551442
Binary1001111110000010010111001001011011111011011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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