#4E5044

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

Shades of Gravel #4E5044

Tints of Gravel #4E5044

Color information

#4E5044 (or 0x4E5044) is unknown color: approx Gravel. HEX triplet: 4E, 50 and 44. RGB value is (78,80,68). Sum of RGB (Red+Green+Blue) = 78+80+68=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5044 is #B1AFBB. Grayscale: #4E4E4E. Windows color (decimal): -11644860 or 4477006. OLE color: 4477006.

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

Color convert

RGB788068-
CMYK0.0200.150.69
HSL70º8.11%29.02%-
HSV(B)70º15%31.37%-
XYZ7.057.776.6-
YUV78.03122.34127.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=34.51%
G=35.40%
B=30.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7880680.0200.150.69708.1129.02
Hex4E504420F454681d
Octal11612010420171051061035
Binary100111010100001000100100111110001011000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,80,68); }

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

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

 a { background-color: rgb(78,80,68); }

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

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

 span { border-color: rgb(78,80,68); }

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