Html Css Color HEX #4D4946 Cork

📋 copy color: '#4D4946'

red 77 ◦ green 73 ◦ blue 70

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

Shades of Cork #4D4946

Tints of Cork #4D4946

RGB

 RED value IS 77 (30.47% from 255) = 35%

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 35%
G = 33.18%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D4946 (or 0x4D4946) is known color: Cork. HEX triplet: 4D, 49 and 46. RGB value is (77,73,70). Sum of RGB (Red+Green+Blue) = 77+73+70=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4946 is #B2B6B9. Grayscale: #494949. Windows color (decimal): -11712186 or 4606285. OLE color: 4606285.

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

Color convert

RGB 77 73 70 -
CMYK 0 0.05 0.09 0.70
HSL 25.71º 0.05% 0.29% -
HSV(B) 25.71º 0.09% 0.3% -
XYZ 6.55 6.79 6.76 -
YUV 73.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 77 73 70 0 0.05 0.09 0.70 25.71 0.05 0.29
Hex 4D 49 46 0 5 9 46 1A 5 1D
Octal 115 111 106 0 5 11 106 32 5 35
Binary 1001101 1001001 1000110 0 101 1001 1000110 11010 101 11101

Color Harmonies of #4D4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4946

Black with #4D4946

Text Example


Text Example

White with #4D4946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,70); }

 H1.HeaderClassName
 {
   color: #4D4946;
 }
 .AnyTagClassName
 {
   color: #4D4946;
 }
</style>

background-color css

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

 a { background-color: rgb(77,73,70); }

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

border-color css

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

 span { border-color: rgb(77,73,70); }

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