#4E4C48

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

Shades of Dune #4E4C48

Tints of Dune #4E4C48

Color information

#4E4C48 (or 0x4E4C48) is unknown color: approx Dune. HEX triplet: 4E, 4C and 48. RGB value is (78,76,72). Sum of RGB (Red+Green+Blue) = 78+76+72=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C48 is #B1B3B7. Grayscale: #4C4C4C. Windows color (decimal): -11645880 or 4738126. OLE color: 4738126.

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

Color convert

RGB787672-
CMYK00.030.080.69
HSL40º4%29.41%-
HSV(B)40º7.69%30.59%-
XYZ6.97.267.17-
YUV76.14125.66129.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=34.51%
G=33.63%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78767200.030.080.6940429.41
Hex4E4C48038452841d
Octal116114110031010550435
Binary1001110100110010010000111000100010110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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