#474644

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

Shades of Dune #474644

Tints of Dune #474644

Color information

#474644 (or 0x474644) is unknown color: approx Dune. HEX triplet: 47, 46 and 44. RGB value is (71,70,68). Sum of RGB (Red+Green+Blue) = 71+70+68=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 71 - color contains mainly: red. Hex color #474644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474644 is #B8B9BB. Grayscale: #464646. Windows color (decimal): -12106172 or 4474439. OLE color: 4474439.

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

Color convert

RGB717068-
CMYK00.010.040.72
HSL40º2.16%27.25%-
HSV(B)40º4.23%27.84%-
XYZ5.836.146.35-
YUV70.07126.83128.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=33.97%
G=33.49%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71706800.010.040.72402.1627.25
Hex474644014482821b
Octal10710610401411050233
Binary1000111100011010001000110010010001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474644; }

 p { color: rgb(71,70,68); }

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

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

 a { background-color: rgb(71,70,68); }

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

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

 span { border-color: rgb(71,70,68); }

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