#494B40

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

Shades of Gravel #494B40

Tints of Gravel #494B40

Color information

#494B40 (or 0x494B40) is unknown color: approx Gravel. HEX triplet: 49, 4B and 40. RGB value is (73,75,64). Sum of RGB (Red+Green+Blue) = 73+75+64=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #494B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B40 is #B6B4BF. Grayscale: #494949. Windows color (decimal): -11973824 or 4213577. OLE color: 4213577.

HSL color Cylindrical-coordinate representation of color #494B40: hue angle of 70.91º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494B40 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB737564-
CMYK0.0300.150.71
HSL70.91º7.91%27.25%-
HSV(B)70.91º14.67%29.41%-
XYZ6.196.825.84-
YUV73.15122.84127.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=34.43%
G=35.38%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375640.0300.150.7170.917.9127.25
Hex494B4030F474781b
Octal11111310030171071071033
Binary100100110010111000000110111110001111000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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