Html Css Color HEX #4B5A47 Tom Thumb

📋 copy color: '#4B5A47'

red 75 ◦ green 90 ◦ blue 71

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

Shades of Tom Thumb #4B5A47

Tints of Tom Thumb #4B5A47

RGB

 RED value IS 75 (29.69% from 255) = 31.78%

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 31.78%
G = 38.14%
B = 30.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#4B5A47 (or 0x4B5A47) is known color: Tom Thumb. HEX triplet: 4B, 5A and 47. RGB value is (75,90,71). Sum of RGB (Red+Green+Blue) = 75+90+71=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A47 is #B4A5B8. Grayscale: #535353. Windows color (decimal): -11838905 or 4676171. OLE color: 4676171.

HSL color Cylindrical-coordinate representation of color #4B5A47: hue angle of 107.37º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B5A47 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 90 71 -
CMYK 0.17 0 0.21 0.65
HSL 107.37º 0.12% 0.32% -
HSV(B) 107.37º 0.21% 0.35% -
XYZ 7.7 9.26 7.34 -
YUV 83.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 75 90 71 0.17 0 0.21 0.65 107.37 0.12 0.32
Hex 4B 5A 47 11 0 15 41 6B C 20
Octal 113 132 107 21 0 25 101 153 14 40
Binary 1001011 1011010 1000111 10001 0 10101 1000001 1101011 1100 100000

Color Harmonies of #4B5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A47

Black with #4B5A47

Text Example


Text Example

White with #4B5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,90,71); }

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

background-color css

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

 a { background-color: rgb(75,90,71); }

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

border-color css

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

 span { border-color: rgb(75,90,71); }

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