Html Css Color HEX #4B6146 Tom Thumb

📋 copy color: '#4B6146'

red 75 ◦ green 97 ◦ blue 70

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

Shades of Tom Thumb #4B6146

Tints of Tom Thumb #4B6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 30.99%
G = 40.08%
B = 28.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#4B6146 (or 0x4B6146) is known color: Tom Thumb. HEX triplet: 4B, 61 and 46. RGB value is (75,97,70). Sum of RGB (Red+Green+Blue) = 75+97+70=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6146 is #B49EB9. Grayscale: #575757. Windows color (decimal): -11837114 or 4612427. OLE color: 4612427.

HSL color Cylindrical-coordinate representation of color #4B6146: hue angle of 108.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B6146 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 70 -
CMYK 0.23 0 0.28 0.62
HSL 108.89º 0.16% 0.33% -
HSV(B) 108.89º 0.28% 0.38% -
XYZ 8.28 10.49 7.38 -
YUV 87.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 75 97 70 0.23 0 0.28 0.62 108.89 0.16 0.33
Hex 4B 61 46 17 0 1C 3E 6D 10 21
Octal 113 141 106 27 0 34 76 155 20 41
Binary 1001011 1100001 1000110 10111 0 11100 111110 1101101 10000 100001

Color Harmonies of #4B6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6146

Black with #4B6146

Text Example


Text Example

White with #4B6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,97,70); }

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

background-color css

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

 a { background-color: rgb(75,97,70); }

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

border-color css

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

 span { border-color: rgb(75,97,70); }

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