Color Hex Logo

#4e556c Color Hex

#4E556C
(78,85,108)
0 Favorites   0 Comments

Color spaces of #4e556c

RGB 7885108
HSL0.630.160.36
HSV226°28°42°
CMYK 0.280.210.00   0.58
XYZ9.09729.199415.4835
Yxy9.19940.26930.2723
Hunter Lab30.33050.4601-9.0357
CIE-Lab36.36543.0012-14.1066

#4e556c color RGB value is (78,85,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010101 01101100
Octal 116 125 154
Decimal 78 85 108
Hex 4E 55 6C

RGB Percentages of Color #4e556c

%28.78
%31.37
%39.85

CMYK Percentages of Color #4e556c

%28
%21
%0
%58

Triadic Colors of #4e556c

#4e556c #6c4e55 #556c4e

Analogous Colors of #4e556c

#4e556c #564e6c #4e646c

Monochromatic Colors of #4e556c

#4e556c

Complementary Color

#4e556c #6c654e

#4e556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e556c Color CSS Codes

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

#4e556c Text Font Color

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

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


#4e556c Background Color

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

This div background color is #4e556c


#4e556c Border Color

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

This div border color is #4e556c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e556c


Comments

No comments written yet.

Please login to write comment.