#4B4740

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

Shades of Mondo #4B4740

Tints of Mondo #4B4740

Color information

#4B4740 (or 0x4B4740) is unknown color: approx Mondo. HEX triplet: 4B, 47 and 40. RGB value is (75,71,64). Sum of RGB (Red+Green+Blue) = 75+71+64=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4740 is #B4B8BF. Grayscale: #474747. Windows color (decimal): -11843776 or 4212555. OLE color: 4212555.

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

Color convert

RGB757164-
CMYK00.050.150.71
HSL38.18º7.91%27.25%-
HSV(B)38.18º14.67%29.41%-
XYZ6.086.375.76-
YUV71.4123.83130.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=35.71%
G=33.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75716400.050.150.7138.187.9127.25
Hex4B474005F472681b
Octal1131071000517107461033
Binary100101110001111000000010111111000111100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,64); }

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

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

 a { background-color: rgb(75,71,64); }

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

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

 span { border-color: rgb(75,71,64); }

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