Html Css Color HEX #4E4D47 Merlin

📋 copy color: '#4E4D47'

red 78 ◦ green 77 ◦ blue 71

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

Shades of Merlin #4E4D47

Tints of Merlin #4E4D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

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

R = 34.51%
G = 34.07%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E4D47 (or 0x4E4D47) is known color: Merlin. HEX triplet: 4E, 4D and 47. RGB value is (78,77,71). Sum of RGB (Red+Green+Blue) = 78+77+71=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D47 is #B1B2B8. Grayscale: #4C4C4C. Windows color (decimal): -11645625 or 4672846. OLE color: 4672846.

HSL color Cylindrical-coordinate representation of color #4E4D47: hue angle of 51.43º 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 #4E4D47 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 77 71 -
CMYK 0 0.01 0.09 0.69
HSL 51.43º 0.05% 0.29% -
HSV(B) 51.43º 0.09% 0.31% -
XYZ 6.93 7.38 7.02 -
YUV 76.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 78 77 71 0 0.01 0.09 0.69 51.43 0.05 0.29
Hex 4E 4D 47 0 1 9 45 33 5 1D
Octal 116 115 107 0 1 11 105 63 5 35
Binary 1001110 1001101 1000111 0 1 1001 1000101 110011 101 11101

Color Harmonies of #4E4D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4D47

Black with #4E4D47

Text Example


Text Example

White with #4E4D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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