#4D4F46

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

Shades of Gravel #4D4F46

Tints of Gravel #4D4F46

Color information

#4D4F46 (or 0x4D4F46) is unknown color: approx Gravel. HEX triplet: 4D, 4F and 46. RGB value is (77,79,70). Sum of RGB (Red+Green+Blue) = 77+79+70=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F46 is #B2B0B9. Grayscale: #4D4D4D. Windows color (decimal): -11710650 or 4607821. OLE color: 4607821.

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

Color convert

RGB777970-
CMYK0.0300.110.69
HSL73.33º6.04%29.22%-
HSV(B)73.33º11.39%30.98%-
XYZ6.967.616.9-
YUV77.38123.84127.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=34.07%
G=34.96%
B=30.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7779700.0300.110.6973.336.0429.22
Hex4D4F4630B454961d
Octal1151171063013105111635
Binary10011011001111100011011010111000101100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,79,70); }

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

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

 a { background-color: rgb(77,79,70); }

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

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

 span { border-color: rgb(77,79,70); }

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