#4C4F41

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

Shades of Gravel #4C4F41

Tints of Gravel #4C4F41

Color information

#4C4F41 (or 0x4C4F41) is unknown color: approx Gravel. HEX triplet: 4C, 4F and 41. RGB value is (76,79,65). Sum of RGB (Red+Green+Blue) = 76+79+65=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F41 is #B3B0BE. Grayscale: #4C4C4C. Windows color (decimal): -11776191 or 4280140. OLE color: 4280140.

HSL color Cylindrical-coordinate representation of color #4C4F41: hue angle of 72.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C4F41 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB767965-
CMYK0.0400.180.69
HSL72.86º9.72%28.24%-
HSV(B)72.86º17.72%30.98%-
XYZ6.737.516.1-
YUV76.51121.51127.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=34.55%
G=35.91%
B=29.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7679650.0400.180.6972.869.7228.24
Hex4C4F4140124549a1c
Octal11411710140221051111234
Binary10011001001111100000110001001010001011001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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