#49463F

Color #49463F Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #49463F

Tints of Dune #49463F

Color information

#49463F (or 0x49463F) is unknown color: approx Dune. HEX triplet: 49, 46 and 3F. RGB value is (73,70,63). Sum of RGB (Red+Green+Blue) = 73+70+63=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #49463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49463F is #B6B9C0. Grayscale: #464646. Windows color (decimal): -11975105 or 4146761. OLE color: 4146761.

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

Color convert

RGB737063-
CMYK00.040.140.71
HSL42º7.35%26.67%-
HSV(B)42º13.7%28.63%-
XYZ5.846.165.58-
YUV70.1123.99130.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 63 (25% from 255) = 30.58%
R=35.44%
G=33.98%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73706300.040.140.71427.3526.67
Hex49463F04E472a71b
Octal11110677041610752733
Binary1001001100011011111101001110100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49463F; }

 p { color: rgb(73,70,63); }

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

<style>
 a { background-color: #49463F; }

 a { background-color: rgb(73,70,63); }

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

<style>
 span { border-color: #49463F; }

 span { border-color: rgb(73,70,63); }

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