#4E4D3F

Color #4E4D3F Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #4E4D3F

Tints of Merlin #4E4D3F

Color information

#4E4D3F (or 0x4E4D3F) is unknown color: approx Merlin. HEX triplet: 4E, 4D and 3F. RGB value is (78,77,63). Sum of RGB (Red+Green+Blue) = 78+77+63=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D3F is #B1B2C0. Grayscale: #4B4B4B. Windows color (decimal): -11645633 or 4148558. OLE color: 4148558.

HSL color Cylindrical-coordinate representation of color #4E4D3F: hue angle of 56º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E4D3F is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB787763-
CMYK00.010.190.69
HSL56º10.64%27.65%-
HSV(B)56º19.23%30.59%-
XYZ6.697.295.76-
YUV75.7120.83129.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 63 (25% from 255) = 28.90%
R=35.78%
G=35.32%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78776300.010.190.695610.6427.65
Hex4E4D3F01134538b1c
Octal116115770123105701334
Binary1001110100110111111101100111000101111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E4D3F;
 }
 .AnyTagClassName
 {
   color: #4E4D3F;
 }
</style>
background-color css

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

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

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

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

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

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