Html Css Color HEX #4F664C Tom Thumb

📋 copy color: '#4F664C'

red 79 ◦ green 102 ◦ blue 76

#4F664C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #4F664C

Tints of Tom Thumb #4F664C

RGB

 RED value IS 79 (31.25% from 255) = 30.74%

 GREEN value IS 102 (40.23% from 255) = 39.69%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 30.74%
G = 39.69%
B = 29.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4F664C (or 0x4F664C) is known color: Tom Thumb. HEX triplet: 4F, 66 and 4C. RGB value is (79,102,76). Sum of RGB (Red+Green+Blue) = 79+102+76=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #4F664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F664C is #B099B3. Grayscale: #5C5C5C. Windows color (decimal): -11573684 or 5006927. OLE color: 5006927.

HSL color Cylindrical-coordinate representation of color #4F664C: hue angle of 113.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F664C is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 79 102 76 -
CMYK 0.23 0 0.25 0.6
HSL 113.08º 0.15% 0.35% -
HSV(B) 113.08º 0.25% 0.4% -
XYZ 9.28 11.69 8.6 -
YUV 92.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 79 102 76 0.23 0 0.25 0.6 113.08 0.15 0.35
Hex 4F 66 4C 17 0 19 3C 71 F 23
Octal 117 146 114 27 0 31 74 161 17 43
Binary 1001111 1100110 1001100 10111 0 11001 111100 1110001 1111 100011

Color Harmonies of #4F664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F664C

Black with #4F664C

Text Example


Text Example

White with #4F664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,102,76); }

 H1.HeaderClassName
 {
   color: #4F664C;
 }
 .AnyTagClassName
 {
   color: #4F664C;
 }
</style>

background-color css

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

 a { background-color: rgb(79,102,76); }

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

border-color css

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

 span { border-color: rgb(79,102,76); }

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