#4C4B4A

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

Shades of Mondo #4C4B4A

Tints of Mondo #4C4B4A

Color information

#4C4B4A (or 0x4C4B4A) is unknown color: approx Mondo. HEX triplet: 4C, 4B and 4A. RGB value is (76,75,74). Sum of RGB (Red+Green+Blue) = 76+75+74=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B4A is #B3B4B5. Grayscale: #4B4B4B. Windows color (decimal): -11777206 or 4868940. OLE color: 4868940.

HSL color Cylindrical-coordinate representation of color #4C4B4A: hue angle of 30º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4C4B4A is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB767574-
CMYK00.010.030.70
HSL30º1.33%29.41%-
HSV(B)30º2.63%29.8%-
XYZ6.737.067.49-
YUV75.18127.33128.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=33.78%
G=33.33%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76757400.010.030.70301.3329.41
Hex4C4B4A013461e11d
Octal11411311201310636135
Binary1001100100101110010100111100011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,75,74); }

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

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

 a { background-color: rgb(76,75,74); }

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

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

 span { border-color: rgb(76,75,74); }

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