Html Css Color HEX #494743 Dune

📋 copy color: '#494743'

red 73 ◦ green 71 ◦ blue 67

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

Shades of Dune #494743

Tints of Dune #494743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 67 (26.56% from 255) = 31.75%

R = 34.6%
G = 33.65%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#494743 (or 0x494743) is known color: Dune. HEX triplet: 49, 47 and 43. RGB value is (73,71,67). Sum of RGB (Red+Green+Blue) = 73+71+67=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 73 - color contains mainly: red. Hex color #494743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494743 is #B6B8BC. Grayscale: #474747. Windows color (decimal): -11974845 or 4409161. OLE color: 4409161.

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

Color convert

RGB 73 71 67 -
CMYK 0 0.03 0.08 0.71
HSL 40º 0.04% 0.27% -
HSV(B) 40º 0.08% 0.29% -
XYZ 6.01 6.33 6.21 -
YUV 71.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 73 71 67 0 0.03 0.08 0.71 40 0.04 0.27
Hex 49 47 43 0 3 8 47 28 4 1B
Octal 111 107 103 0 3 10 107 50 4 33
Binary 1001001 1000111 1000011 0 11 1000 1000111 101000 100 11011

Color Harmonies of #494743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494743

Black with #494743

Text Example


Text Example

White with #494743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494743; }

 p { color: rgb(73,71,67); }

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

background-color css

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

 a { background-color: rgb(73,71,67); }

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

border-color css

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

 span { border-color: rgb(73,71,67); }

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