Html Css Color HEX #4A693F Tom Thumb

📋 copy color: '#4A693F'

red 74 ◦ green 105 ◦ blue 63

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

Shades of Tom Thumb #4A693F

Tints of Tom Thumb #4A693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 30.58%
G = 43.39%
B = 26.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#4A693F (or 0x4A693F) is known color: Tom Thumb. HEX triplet: 4A, 69 and 3F. RGB value is (74,105,63). Sum of RGB (Red+Green+Blue) = 74+105+63=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #4A693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A693F is #B596C0. Grayscale: #5B5B5B. Windows color (decimal): -11900609 or 4155722. OLE color: 4155722.

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

Color convert

RGB 74 105 63 -
CMYK 0.30 0 0.4 0.59
HSL 104.29º 0.25% 0.33% -
HSV(B) 104.29º 0.4% 0.41% -
XYZ 8.77 11.92 6.54 -
YUV 90.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 74 105 63 0.30 0 0.4 0.59 104.29 0.25 0.33
Hex 4A 69 3F 1E 0 28 3B 68 19 21
Octal 112 151 77 36 0 50 73 150 31 41
Binary 1001010 1101001 111111 11110 0 101000 111011 1101000 11001 100001

Color Harmonies of #4A693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A693F

Black with #4A693F

Text Example


Text Example

White with #4A693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,105,63); }

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

background-color css

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

 a { background-color: rgb(74,105,63); }

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

border-color css

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

 span { border-color: rgb(74,105,63); }

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