Html Css Color HEX #49463F Dune

📋 copy color: '#49463F'

red 73 ◦ green 70 ◦ blue 63

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

Shades of Dune #49463F

Tints of Dune #49463F

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 value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49463F (or 0x49463F) is known color: 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

RGB 73 70 63 -
CMYK 0 0.04 0.14 0.71
HSL 42º 0.07% 0.27% -
HSV(B) 42º 0.14% 0.29% -
XYZ 5.84 6.16 5.58 -
YUV 70.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 73 70 63 0 0.04 0.14 0.71 42 0.07 0.27
Hex 49 46 3F 0 4 E 47 2A 7 1B
Octal 111 106 77 0 4 16 107 52 7 33
Binary 1001001 1000110 111111 0 100 1110 1000111 101010 111 11011

Color Harmonies of #49463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49463F

Black with #49463F

Text Example


Text Example

White with #49463F

Text Example


Text Example

HTML Codes & Css Web 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>