Color Hex Logo

#4e566c Color Hex

#4E566C
(78,86,108)
0 Favorites   0 Comments

Color spaces of #4e566c

RGB 7886108
HSL0.620.160.36
HSV224°28°42°
CMYK 0.280.200.00   0.58
XYZ9.17649.358015.5100
Yxy9.35800.26950.2749
Hunter Lab30.59080.0110-8.6473
CIE-Lab36.66462.3733-13.6502

#4e566c color RGB value is (78,86,108).

#4e566c hex color red value is 78, green value is 86 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4e566c hue: 0.62 , saturation: 0.16 and the lightness value of 4e566c is 0.36.

The process color (four color CMYK) of #4e566c color hex is 0.28, 0.20, 0.00, 0.58. Web safe color of #4e566c is #666666. Color #4e566c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010110 01101100
Octal 116 126 154
Decimal 78 86 108
Hex 4E 56 6C

RGB Percentages of Color #4e566c

%28.68
%31.62
%39.71

CMYK Percentages of Color #4e566c

%28
%20
%0
%58

Triadic Colors of #4e566c

#4e566c #6c4e56 #566c4e

Analogous Colors of #4e566c

#4e566c #554e6c #4e656c

Monochromatic Colors of #4e566c

#4e566c

Complementary Color

#4e566c #6c644e

#4e566c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e566c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e566c Color CSS Codes

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

#4e566c Text Font Color

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

This sample text font color is #4e566c
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.


#4e566c Background Color

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

This div background color is #4e566c


#4e566c Border Color

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

This div border color is #4e566c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,86,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 #4e566c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e566c


Comments

No comments written yet.

Please login to write comment.