#4A4C41

Color #4A4C41 Gravel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gravel #4A4C41

Tints of Gravel #4A4C41

Color information

#4A4C41 (or 0x4A4C41) is unknown color: approx Gravel. HEX triplet: 4A, 4C and 41. RGB value is (74,76,65). Sum of RGB (Red+Green+Blue) = 74+76+65=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4C41 is #B5B3BE. Grayscale: #4A4A4A. Windows color (decimal): -11908031 or 4279370. OLE color: 4279370.

HSL color Cylindrical-coordinate representation of color #4A4C41: hue angle of 70.91º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4C41 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB747665-
CMYK0.0300.140.70
HSL70.91º7.8%27.65%-
HSV(B)70.91º14.47%29.8%-
XYZ6.367.016.02-
YUV74.15122.84127.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=34.42%
G=35.35%
B=30.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7476650.0300.140.7070.917.827.65
Hex4A4C4130E464781c
Octal11211410130161061071034
Binary100101010011001000001110111010001101000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,76,65); }

 H1.HeaderClassName
 {
   color: #4A4C41;
 }
 .AnyTagClassName
 {
   color: #4A4C41;
 }
</style>
background-color css

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

 a { background-color: rgb(74,76,65); }

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

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

 span { border-color: rgb(74,76,65); }

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