Html Css Color HEX #494742 Dune

📋 copy color: '#494742'

red 73 ◦ green 71 ◦ blue 66

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

Shades of Dune #494742

Tints of Dune #494742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 34.76%
G = 33.81%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#494742 (or 0x494742) is known color: Dune. HEX triplet: 49, 47 and 42. RGB value is (73,71,66). Sum of RGB (Red+Green+Blue) = 73+71+66=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 73 - color contains mainly: red. Hex color #494742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494742 is #B6B8BD. Grayscale: #474747. Windows color (decimal): -11974846 or 4343625. OLE color: 4343625.

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

Color convert

RGB 73 71 66 -
CMYK 0 0.03 0.10 0.71
HSL 42.86º 0.05% 0.27% -
HSV(B) 42.86º 0.1% 0.29% -
XYZ 5.98 6.32 6.06 -
YUV 71.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 73 71 66 0 0.03 0.10 0.71 42.86 0.05 0.27
Hex 49 47 42 0 3 A 47 2B 5 1B
Octal 111 107 102 0 3 12 107 53 5 33
Binary 1001001 1000111 1000010 0 11 1010 1000111 101011 101 11011

Color Harmonies of #494742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494742

Black with #494742

Text Example


Text Example

White with #494742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494742; }

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

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

background-color css

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

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

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

border-color css

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

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

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