Html Css Color HEX #4A4D41 Gravel

📋 copy color: '#4A4D41'

red 74 ◦ green 77 ◦ blue 65

#4A4D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gravel #4A4D41

Tints of Gravel #4A4D41

RGB

 RED value IS 74 (29.3% from 255) = 34.26%

 GREEN value IS 77 (30.47% from 255) = 35.65%

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 34.26%
G = 35.65%
B = 30.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4A4D41 (or 0x4A4D41) is known color: Gravel. HEX triplet: 4A, 4D and 41. RGB value is (74,77,65). Sum of RGB (Red+Green+Blue) = 74+77+65=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 77 - color contains mainly: green. Hex color #4A4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4D41 is #B5B2BE. Grayscale: #4A4A4A. Windows color (decimal): -11907775 or 4279626. OLE color: 4279626.

HSL color Cylindrical-coordinate representation of color #4A4D41: hue angle of 75º 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 #4A4D41 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 77 65 -
CMYK 0.04 0 0.16 0.70
HSL 75º 0.08% 0.28% -
HSV(B) 75º 0.16% 0.3% -
XYZ 6.43 7.15 6.04 -
YUV 74.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 74 77 65 0.04 0 0.16 0.70 75 0.08 0.28
Hex 4A 4D 41 4 0 10 46 4B 8 1C
Octal 112 115 101 4 0 20 106 113 10 34
Binary 1001010 1001101 1000001 100 0 10000 1000110 1001011 1000 11100

Color Harmonies of #4A4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4D41

Black with #4A4D41

Text Example


Text Example

White with #4A4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A4D41;
 }
 .AnyTagClassName
 {
   color: #4A4D41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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