Html Css Color HEX #474644 Dune

📋 copy color: '#474644'

red 71 ◦ green 70 ◦ blue 68

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

Shades of Dune #474644

Tints of Dune #474644

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#474644 (or 0x474644) is known color: 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

RGB 71 70 68 -
CMYK 0 0.01 0.04 0.72
HSL 40º 0.02% 0.27% -
HSV(B) 40º 0.04% 0.28% -
XYZ 5.83 6.14 6.35 -
YUV 70.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 71 70 68 0 0.01 0.04 0.72 40 0.02 0.27
Hex 47 46 44 0 1 4 48 28 2 1B
Octal 107 106 104 0 1 4 110 50 2 33
Binary 1000111 1000110 1000100 0 1 100 1001000 101000 10 11011

Color Harmonies of #474644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474644

Black with #474644

Text Example


Text Example

White with #474644

Text Example


Text Example

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