Color Hex Logo

#4e7473 Color Hex

#4E7473
(78,116,115)
0 Favorites   0 Comments

Color spaces of #4e7473

RGB 78116115
HSL0.500.200.38
HSV178°33°45°
CMYK 0.330.000.01   0.55
XYZ12.481815.348318.5243
Yxy15.34830.26930.3311
Hunter Lab39.1769-11.6893-0.6107
CIE-Lab46.1076-13.5594-3.7394

#4e7473 color RGB value is (78,116,115).

#4e7473 hex color red value is 78, green value is 116 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #4e7473 hue: 0.50 , saturation: 0.20 and the lightness value of 4e7473 is 0.38.

The process color (four color CMYK) of #4e7473 color hex is 0.33, 0.00, 0.01, 0.55. Web safe color of #4e7473 is #666666. Color #4e7473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110100 01110011
Octal 116 164 163
Decimal 78 116 115
Hex 4E 74 73

RGB Percentages of Color #4e7473

%25.24
%37.54
%37.22

CMYK Percentages of Color #4e7473

%33
%0
%1
%55

Triadic Colors of #4e7473

#4e7473 #734e74 #74734e

Analogous Colors of #4e7473

#4e7473 #4e6274 #4e7460

Monochromatic Colors of #4e7473

#4e7473

Complementary Color

#4e7473 #744e4f

#4e7473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7473 Color CSS Codes

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

#4e7473 Text Font Color

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

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


#4e7473 Background Color

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

This div background color is #4e7473


#4e7473 Border Color

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

This div border color is #4e7473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7473


Comments

No comments written yet.

Please login to write comment.