Html Css Color HEX #4C4846 Cork

📋 copy color: '#4C4846'

red 76 ◦ green 72 ◦ blue 70

#4C4846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cork #4C4846

Tints of Cork #4C4846

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 value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C4846 (or 0x4C4846) is known color: 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

RGB 76 72 70 -
CMYK 0 0.05 0.08 0.70
HSL 20º 0.04% 0.29% -
HSV(B) 20º 0.08% 0.3% -
XYZ 6.4 6.61 6.73 -
YUV 72.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 76 72 70 0 0.05 0.08 0.70 20 0.04 0.29
Hex 4C 48 46 0 5 8 46 14 4 1D
Octal 114 110 106 0 5 10 106 24 4 35
Binary 1001100 1001000 1000110 0 101 1000 1000110 10100 100 11101

Color Harmonies of #4C4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4846

Black with #4C4846

Text Example


Text Example

White with #4C4846

Text Example


Text Example

HTML Codes & Css Web 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>