#4C4846

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

Shades of Cork #4C4846

Tints of Cork #4C4846

Color information

#4C4846 (or 0x4C4846) is unknown color: approx Cork. HEX triplet: 4C, 48 and 46. RGB value is (76,72,70). Sum of RGB (Red+Green+Blue) = 76+72+70=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4846 is #B3B7B9. Grayscale: #484848. Windows color (decimal): -11777978 or 4606028. OLE color: 4606028.

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

Color convert

RGB767270-
CMYK00.050.080.70
HSL20º4.11%28.63%-
HSV(B)20º7.89%29.8%-
XYZ6.46.616.73-
YUV72.97126.33130.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=34.86%
G=33.03%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76727000.050.080.70204.1128.63
Hex4C4846058461441d
Octal114110106051010624435
Binary1001100100100010001100101100010001101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,70); }

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

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

 a { background-color: rgb(76,72,70); }

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

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

 span { border-color: rgb(76,72,70); }

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