#4C4E47

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

Shades of Gravel #4C4E47

Tints of Gravel #4C4E47

Color information

#4C4E47 (or 0x4C4E47) is unknown color: approx Gravel. HEX triplet: 4C, 4E and 47. RGB value is (76,78,71). Sum of RGB (Red+Green+Blue) = 76+78+71=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E47 is #B3B1B8. Grayscale: #4C4C4C. Windows color (decimal): -11776441 or 4673100. OLE color: 4673100.

HSL color Cylindrical-coordinate representation of color #4C4E47: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4E47 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB767871-
CMYK0.0300.090.69
HSL77.14º4.7%29.22%-
HSV(B)77.14º8.97%30.59%-
XYZ6.847.447.04-
YUV76.6124.84127.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=33.78%
G=34.67%
B=31.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7678710.0300.090.6977.144.729.22
Hex4C4E47309454d51d
Octal1141161073011105115535
Binary10011001001110100011111010011000101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,78,71); }

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

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

 a { background-color: rgb(76,78,71); }

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

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

 span { border-color: rgb(76,78,71); }

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