#4F5F4A

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

Shades of Tom Thumb #4F5F4A

Tints of Tom Thumb #4F5F4A

Color information

#4F5F4A (or 0x4F5F4A) is unknown color: approx Tom Thumb. HEX triplet: 4F, 5F and 4A. RGB value is (79,95,74). Sum of RGB (Red+Green+Blue) = 79+95+74=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5F4A is #B0A0B5. Grayscale: #575757. Windows color (decimal): -11575478 or 4874063. OLE color: 4874063.

HSL color Cylindrical-coordinate representation of color #4F5F4A: hue angle of 105.71º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F5F4A is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB799574-
CMYK0.1700.220.63
HSL105.71º12.43%33.14%-
HSV(B)105.71º22.11%37.25%-
XYZ8.5510.348.02-
YUV87.82120.2121.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=31.85%
G=38.31%
B=29.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7995740.1700.220.63105.7112.4333.14
Hex4F5F4A110163F6ac21
Octal11713711221026771521441
Binary1001111101111110010101000101011011111111010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,95,74); }

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

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

 a { background-color: rgb(79,95,74); }

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

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

 span { border-color: rgb(79,95,74); }

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