#4F624B

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

Shades of Tom Thumb #4F624B

Tints of Tom Thumb #4F624B

Color information

#4F624B (or 0x4F624B) is unknown color: approx Tom Thumb. HEX triplet: 4F, 62 and 4B. RGB value is (79,98,75). Sum of RGB (Red+Green+Blue) = 79+98+75=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #4F624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F624B is #B09DB4. Grayscale: #595959. Windows color (decimal): -11574709 or 4940367. OLE color: 4940367.

HSL color Cylindrical-coordinate representation of color #4F624B: hue angle of 109.57º 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 #4F624B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB799875-
CMYK0.1900.230.62
HSL109.57º13.29%33.92%-
HSV(B)109.57º23.47%38.43%-
XYZ8.8610.918.29-
YUV89.7119.71120.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.35%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=31.35%
G=38.89%
B=29.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998750.1900.230.62109.5713.2933.92
Hex4F624B130173E6ed22
Octal11714211323027761561542
Binary1001111110001010010111001101011111111011011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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