Html Css Color HEX #4E4C48 Dune

📋 copy color: '#4E4C48'

red 78 ◦ green 76 ◦ blue 72

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

Shades of Dune #4E4C48

Tints of Dune #4E4C48

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 value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E4C48 (or 0x4E4C48) is known color: 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

RGB 78 76 72 -
CMYK 0 0.03 0.08 0.69
HSL 40º 0.04% 0.29% -
HSV(B) 40º 0.08% 0.31% -
XYZ 6.9 7.26 7.17 -
YUV 76.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 78 76 72 0 0.03 0.08 0.69 40 0.04 0.29
Hex 4E 4C 48 0 3 8 45 28 4 1D
Octal 116 114 110 0 3 10 105 50 4 35
Binary 1001110 1001100 1001000 0 11 1000 1000101 101000 100 11101

Color Harmonies of #4E4C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4C48

Black with #4E4C48

Text Example


Text Example

White with #4E4C48

Text Example


Text Example

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