Html Css Color HEX #4A5844 Tom Thumb

📋 copy color: '#4A5844'

red 74 ◦ green 88 ◦ blue 68

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

Shades of Tom Thumb #4A5844

Tints of Tom Thumb #4A5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 32.17%
G = 38.26%
B = 29.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#4A5844 (or 0x4A5844) is known color: Tom Thumb. HEX triplet: 4A, 58 and 44. RGB value is (74,88,68). Sum of RGB (Red+Green+Blue) = 74+88+68=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5844 is #B5A7BB. Grayscale: #515151. Windows color (decimal): -11904956 or 4479050. OLE color: 4479050.

HSL color Cylindrical-coordinate representation of color #4A5844: hue angle of 102º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5844 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 68 -
CMYK 0.16 0 0.23 0.65
HSL 102º 0.13% 0.31% -
HSV(B) 102º 0.23% 0.35% -
XYZ 7.36 8.85 6.79 -
YUV 81.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 74 88 68 0.16 0 0.23 0.65 102 0.13 0.31
Hex 4A 58 44 10 0 17 41 66 D 1F
Octal 112 130 104 20 0 27 101 146 15 37
Binary 1001010 1011000 1000100 10000 0 10111 1000001 1100110 1101 11111

Color Harmonies of #4A5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5844

Black with #4A5844

Text Example


Text Example

White with #4A5844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,68); }

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

background-color css

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

 a { background-color: rgb(74,88,68); }

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

border-color css

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

 span { border-color: rgb(74,88,68); }

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