Html Css Color HEX #4E4A47 Cork

📋 copy color: '#4E4A47'

red 78 ◦ green 74 ◦ blue 71

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

Shades of Cork #4E4A47

Tints of Cork #4E4A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 34.98%
G = 33.18%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E4A47 (or 0x4E4A47) is known color: Cork. HEX triplet: 4E, 4A and 47. RGB value is (78,74,71). Sum of RGB (Red+Green+Blue) = 78+74+71=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A47 is #B1B5B8. Grayscale: #4A4A4A. Windows color (decimal): -11646393 or 4672078. OLE color: 4672078.

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

Color convert

RGB 78 74 71 -
CMYK 0 0.05 0.09 0.69
HSL 25.71º 0.05% 0.29% -
HSV(B) 25.71º 0.09% 0.31% -
XYZ 6.73 6.97 6.95 -
YUV 74.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 78 74 71 0 0.05 0.09 0.69 25.71 0.05 0.29
Hex 4E 4A 47 0 5 9 45 1A 5 1D
Octal 116 112 107 0 5 11 105 32 5 35
Binary 1001110 1001010 1000111 0 101 1001 1000101 11010 101 11101

Color Harmonies of #4E4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A47

Black with #4E4A47

Text Example


Text Example

White with #4E4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,74,71); }

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

background-color css

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

 a { background-color: rgb(78,74,71); }

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

border-color css

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

 span { border-color: rgb(78,74,71); }

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