#4E4C47

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

Shades of Dune #4E4C47

Tints of Dune #4E4C47

Color information

#4E4C47 (or 0x4E4C47) is unknown color: approx Dune. HEX triplet: 4E, 4C and 47. RGB value is (78,76,71). Sum of RGB (Red+Green+Blue) = 78+76+71=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C47 is #B1B3B8. Grayscale: #4C4C4C. Windows color (decimal): -11645881 or 4672590. OLE color: 4672590.

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

Color convert

RGB787671-
CMYK00.030.090.69
HSL42.86º4.7%29.22%-
HSV(B)42.86º8.97%30.59%-
XYZ6.867.247-
YUV76.03125.16129.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=34.67%
G=33.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78767100.030.090.6942.864.729.22
Hex4E4C47039452b51d
Octal116114107031110553535
Binary1001110100110010001110111001100010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,76,71); }

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

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

 a { background-color: rgb(78,76,71); }

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

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

 span { border-color: rgb(78,76,71); }

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