#4F4A40

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

Shades of Mondo #4F4A40

Tints of Mondo #4F4A40

Color information

#4F4A40 (or 0x4F4A40) is unknown color: approx Mondo. HEX triplet: 4F, 4A and 40. RGB value is (79,74,64). Sum of RGB (Red+Green+Blue) = 79+74+64=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A40 is #B0B5BF. Grayscale: #4A4A4A. Windows color (decimal): -11580864 or 4213327. OLE color: 4213327.

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

Color convert

RGB797464-
CMYK00.060.190.69
HSL40º10.49%28.04%-
HSV(B)40º18.99%30.98%-
XYZ6.66.935.84-
YUV74.36122.16131.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.41%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=36.41%
G=34.10%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79746400.060.190.694010.4928.04
Hex4F4A4006134528a1c
Octal1171121000623105501234
Binary1001111100101010000000110100111000101101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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