#4E4A42

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

Shades of Mondo #4E4A42

Tints of Mondo #4E4A42

Color information

#4E4A42 (or 0x4E4A42) is unknown color: approx Mondo. HEX triplet: 4E, 4A and 42. RGB value is (78,74,66). Sum of RGB (Red+Green+Blue) = 78+74+66=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A42 is #B1B5BD. Grayscale: #4A4A4A. Windows color (decimal): -11646398 or 4344398. OLE color: 4344398.

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

Color convert

RGB787466-
CMYK00.050.150.69
HSL40º8.33%28.24%-
HSV(B)40º15.38%30.59%-
XYZ6.576.916.14-
YUV74.28123.33130.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=35.78%
G=33.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78746600.050.150.69408.3328.24
Hex4E4A4205F452881c
Octal1161121020517105501034
Binary100111010010101000010010111111000101101000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,66); }

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

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

 a { background-color: rgb(78,74,66); }

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

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

 span { border-color: rgb(78,74,66); }

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