#4B4D41

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

Shades of Gravel #4B4D41

Tints of Gravel #4B4D41

Color information

#4B4D41 (or 0x4B4D41) is unknown color: approx Gravel. HEX triplet: 4B, 4D and 41. RGB value is (75,77,65). Sum of RGB (Red+Green+Blue) = 75+77+65=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D41 is #B4B2BE. Grayscale: #4B4B4B. Windows color (decimal): -11842239 or 4279627. OLE color: 4279627.

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

Color convert

RGB757765-
CMYK0.0300.160.70
HSL70º8.45%27.84%-
HSV(B)70º15.58%30.2%-
XYZ6.517.196.04-
YUV75.03122.34127.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=34.56%
G=35.48%
B=29.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7577650.0300.160.70708.4527.84
Hex4B4D413010464681c
Octal11311510130201061061034
Binary1001011100110110000011101000010001101000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,77,65); }

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

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

 a { background-color: rgb(75,77,65); }

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

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

 span { border-color: rgb(75,77,65); }

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