Html Css Color HEX #494C40 Gravel

📋 copy color: '#494C40'

red 73 ◦ green 76 ◦ blue 64

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

Shades of Gravel #494C40

Tints of Gravel #494C40

RGB

 RED value IS 73 (28.91% from 255) = 34.27%

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 34.27%
G = 35.68%
B = 30.05%

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

#494C40 (or 0x494C40) is known color: Gravel. HEX triplet: 49, 4C and 40. RGB value is (73,76,64). Sum of RGB (Red+Green+Blue) = 73+76+64=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #494C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C40 is #B6B3BF. Grayscale: #494949. Windows color (decimal): -11973568 or 4213833. OLE color: 4213833.

HSL color Cylindrical-coordinate representation of color #494C40: hue angle of 75º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494C40 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 64 -
CMYK 0.04 0 0.16 0.70
HSL 75º 0.09% 0.27% -
HSV(B) 75º 0.16% 0.3% -
XYZ 6.26 6.96 5.86 -
YUV 73.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 73 76 64 0.04 0 0.16 0.70 75 0.09 0.27
Hex 49 4C 40 4 0 10 46 4B 9 1B
Octal 111 114 100 4 0 20 106 113 11 33
Binary 1001001 1001100 1000000 100 0 10000 1000110 1001011 1001 11011

Color Harmonies of #494C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C40

Black with #494C40

Text Example


Text Example

White with #494C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C40; }

 p { color: rgb(73,76,64); }

 H1.HeaderClassName
 {
   color: #494C40;
 }
 .AnyTagClassName
 {
   color: #494C40;
 }
</style>

background-color css

<style>
 a { background-color: #494C40; }

 a { background-color: rgb(73,76,64); }

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

border-color css

<style>
 span { border-color: #494C40; }

 span { border-color: rgb(73,76,64); }

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