Html Css Color HEX #4E4946 Cork

📋 copy color: '#4E4946'

red 78 ◦ green 73 ◦ blue 70

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

Shades of Cork #4E4946

Tints of Cork #4E4946

RGB

 RED value IS 78 (30.86% from 255) = 35.29%

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

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

R = 35.29%
G = 33.03%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E4946 (or 0x4E4946) is known color: Cork. HEX triplet: 4E, 49 and 46. RGB value is (78,73,70). Sum of RGB (Red+Green+Blue) = 78+73+70=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4946 is #B1B6B9. Grayscale: #4A4A4A. Windows color (decimal): -11646650 or 4606286. OLE color: 4606286.

HSL color Cylindrical-coordinate representation of color #4E4946: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E4946 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 73 70 -
CMYK 0 0.06 0.10 0.69
HSL 22.5º 0.05% 0.29% -
HSV(B) 22.5º 0.1% 0.31% -
XYZ 6.63 6.83 6.76 -
YUV 74.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 78 73 70 0 0.06 0.10 0.69 22.5 0.05 0.29
Hex 4E 49 46 0 6 A 45 16 5 1D
Octal 116 111 106 0 6 12 105 26 5 35
Binary 1001110 1001001 1000110 0 110 1010 1000101 10110 101 11101

Color Harmonies of #4E4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4946

Black with #4E4946

Text Example


Text Example

White with #4E4946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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