Html Css Color HEX #494846 Dune

📋 copy color: '#494846'

red 73 ◦ green 72 ◦ blue 70

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

Shades of Dune #494846

Tints of Dune #494846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 33.95%
G = 33.49%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#494846 (or 0x494846) is known color: Dune. HEX triplet: 49, 48 and 46. RGB value is (73,72,70). Sum of RGB (Red+Green+Blue) = 73+72+70=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 73 - color contains mainly: red. Hex color #494846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494846 is #B6B7B9. Grayscale: #484848. Windows color (decimal): -11974586 or 4606025. OLE color: 4606025.

HSL color Cylindrical-coordinate representation of color #494846: hue angle of 40º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #494846 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 70 -
CMYK 0 0.01 0.04 0.71
HSL 40º 0.02% 0.28% -
HSV(B) 40º 0.04% 0.29% -
XYZ 6.17 6.49 6.72 -
YUV 72.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 73 72 70 0 0.01 0.04 0.71 40 0.02 0.28
Hex 49 48 46 0 1 4 47 28 2 1C
Octal 111 110 106 0 1 4 107 50 2 34
Binary 1001001 1001000 1000110 0 1 100 1000111 101000 10 11100

Color Harmonies of #494846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494846

Black with #494846

Text Example


Text Example

White with #494846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494846; }

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

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

background-color css

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

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

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

border-color css

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

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

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