#494B41

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

Shades of Gravel #494B41

Tints of Gravel #494B41

Color information

#494B41 (or 0x494B41) is unknown color: approx Gravel. HEX triplet: 49, 4B and 41. RGB value is (73,75,65). Sum of RGB (Red+Green+Blue) = 73+75+65=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 75 - color contains mainly: green. Hex color #494B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B41 is #B6B4BE. Grayscale: #494949. Windows color (decimal): -11973823 or 4279113. OLE color: 4279113.

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

Color convert

RGB737565-
CMYK0.0300.130.71
HSL72º7.14%27.45%-
HSV(B)72º13.33%29.41%-
XYZ6.226.835.99-
YUV73.26123.34127.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=34.27%
G=35.21%
B=30.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375650.0300.130.71727.1427.45
Hex494B4130D474871b
Octal1111131013015107110733
Binary10010011001011100000111011011000111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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