Html Css Color HEX #4A4740 Dune

📋 copy color: '#4A4740'

red 74 ◦ green 71 ◦ blue 64

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

Shades of Dune #4A4740

Tints of Dune #4A4740

RGB

 RED value IS 74 (29.3% from 255) = 35.41%

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 35.41%
G = 33.97%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A4740 (or 0x4A4740) is known color: Dune. HEX triplet: 4A, 47 and 40. RGB value is (74,71,64). Sum of RGB (Red+Green+Blue) = 74+71+64=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4740 is #B5B8BF. Grayscale: #474747. Windows color (decimal): -11909312 or 4212554. OLE color: 4212554.

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

Color convert

RGB 74 71 64 -
CMYK 0 0.04 0.14 0.71
HSL 42º 0.07% 0.27% -
HSV(B) 42º 0.14% 0.29% -
XYZ 6 6.33 5.76 -
YUV 71.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 74 71 64 0 0.04 0.14 0.71 42 0.07 0.27
Hex 4A 47 40 0 4 E 47 2A 7 1B
Octal 112 107 100 0 4 16 107 52 7 33
Binary 1001010 1000111 1000000 0 100 1110 1000111 101010 111 11011

Color Harmonies of #4A4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4740

Black with #4A4740

Text Example


Text Example

White with #4A4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4740; }

 p { color: rgb(74,71,64); }

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

background-color css

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

 a { background-color: rgb(74,71,64); }

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

border-color css

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

 span { border-color: rgb(74,71,64); }

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