Html Css Color HEX #4F694B Tom Thumb

📋 copy color: '#4F694B'

red 79 ◦ green 105 ◦ blue 75

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

Shades of Tom Thumb #4F694B

Tints of Tom Thumb #4F694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 30.5%
G = 40.54%
B = 28.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#4F694B (or 0x4F694B) is known color: Tom Thumb. HEX triplet: 4F, 69 and 4B. RGB value is (79,105,75). Sum of RGB (Red+Green+Blue) = 79+105+75=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #4F694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F694B is #B096B4. Grayscale: #5D5D5D. Windows color (decimal): -11572917 or 4942159. OLE color: 4942159.

HSL color Cylindrical-coordinate representation of color #4F694B: hue angle of 112º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F694B is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 105 75 -
CMYK 0.25 0 0.29 0.59
HSL 112º 0.17% 0.35% -
HSV(B) 112º 0.29% 0.41% -
XYZ 9.55 12.27 8.52 -
YUV 93.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 79 105 75 0.25 0 0.29 0.59 112 0.17 0.35
Hex 4F 69 4B 19 0 1D 3B 70 11 23
Octal 117 151 113 31 0 35 73 160 21 43
Binary 1001111 1101001 1001011 11001 0 11101 111011 1110000 10001 100011

Color Harmonies of #4F694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F694B

Black with #4F694B

Text Example


Text Example

White with #4F694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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