Html Css Color HEX #4A6646 Tom Thumb

📋 copy color: '#4A6646'

red 74 ◦ green 102 ◦ blue 70

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

Shades of Tom Thumb #4A6646

Tints of Tom Thumb #4A6646

RGB

 RED value IS 74 (29.3% from 255) = 30.08%

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 30.08%
G = 41.46%
B = 28.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#4A6646 (or 0x4A6646) is known color: Tom Thumb. HEX triplet: 4A, 66 and 46. RGB value is (74,102,70). Sum of RGB (Red+Green+Blue) = 74+102+70=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6646 is #B599B9. Grayscale: #5A5A5A. Windows color (decimal): -11901370 or 4613706. OLE color: 4613706.

HSL color Cylindrical-coordinate representation of color #4A6646: hue angle of 112.5º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6646 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 74 102 70 -
CMYK 0.27 0 0.31 0.6
HSL 112.5º 0.19% 0.34% -
HSV(B) 112.5º 0.31% 0.4% -
XYZ 8.68 11.4 7.54 -
YUV 89.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 74 102 70 0.27 0 0.31 0.6 112.5 0.19 0.34
Hex 4A 66 46 1B 0 1F 3C 70 13 22
Octal 112 146 106 33 0 37 74 160 23 42
Binary 1001010 1100110 1000110 11011 0 11111 111100 1110000 10011 100010

Color Harmonies of #4A6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6646

Black with #4A6646

Text Example


Text Example

White with #4A6646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,70); }

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

background-color css

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

 a { background-color: rgb(74,102,70); }

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

border-color css

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

 span { border-color: rgb(74,102,70); }

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