Color Hex Logo

#4e476c Color Hex

#4E476C
(78,71,108)
0 Favorites   0 Comments

Color spaces of #4e476c

RGB 7871108
HSL0.700.210.35
HSV251°34°42°
CMYK 0.280.340.00   0.58
XYZ8.10197.208915.1518
Yxy7.20890.26600.2366
Hunter Lab26.84946.8766-14.6643
CIE-Lab32.277811.9550-20.4033

#4e476c color RGB value is (78,71,108).

#4e476c hex color red value is 78, green value is 71 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4e476c hue: 0.70 , saturation: 0.21 and the lightness value of 4e476c is 0.35.

The process color (four color CMYK) of #4e476c color hex is 0.28, 0.34, 0.00, 0.58. Web safe color of #4e476c is #663366. Color #4e476c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01000111 01101100
Octal 116 107 154
Decimal 78 71 108
Hex 4E 47 6C

RGB Percentages of Color #4e476c

%30.35
%27.63
%42.02

CMYK Percentages of Color #4e476c

%28
%34
%0
%58

Triadic Colors of #4e476c

#4e476c #6c4e47 #476c4e

Analogous Colors of #4e476c

#4e476c #61476c #47536c

Monochromatic Colors of #4e476c

#4e476c

Complementary Color

#4e476c #656c47

#4e476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e476c Color CSS Codes

.mybgcolor {background-color:#4e476c; } 
.myforecolor {color:#4e476c; }
.mybordercolor {border:3px solid #4e476c; }

#4e476c Text Font Color

<p style="color:#4e476c">Text here</p>

This sample text font color is #4e476c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4e476c Background Color

<div style="background-color:#4e476c">
Div content here</div>

This div background color is #4e476c


#4e476c Border Color

<div style="border:3px solid #4e476c">
Div here</div>

This div border color is #4e476c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,71,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e476c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e476c;
  -webkit-box-shadow: 1px 1px 3px 2px #4e476c;
  box-shadow:         1px 1px 3px 2px #4e476c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,71,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4e476c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4e476c;
  -webkit-box-shadow: 1px 1px 3px 2px #4e476c;
  box-shadow:         1px 1px 3px 2px #4e476c;">
Div content here</div>

This div box has shadow with color #4e476c


Comments

No comments written yet.

Please login to write comment.