Color Hex Logo

#4e6e74 Color Hex

#4E6E74
(78,110,116)
0 Favorites   0 Comments

Color spaces of #4e6e74

RGB 78110116
HSL0.530.200.38
HSV189°33°45°
CMYK 0.330.050.00   0.55
XYZ11.870214.032518.6059
Yxy14.03250.26670.3153
Hunter Lab37.4600-8.9924-3.2266
CIE-Lab44.2795-9.9003-7.0538

#4e6e74 color RGB value is (78,110,116).

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

The process color (four color CMYK) of #4e6e74 color hex is 0.33, 0.05, 0.00, 0.55. Web safe color of #4e6e74 is #666666. Color #4e6e74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01101110 01110100
Octal 116 156 164
Decimal 78 110 116
Hex 4E 6E 74

RGB Percentages of Color #4e6e74

%25.66
%36.18
%38.16

CMYK Percentages of Color #4e6e74

%33
%5
%0
%55

Triadic Colors of #4e6e74

#4e6e74 #744e6e #6e744e

Analogous Colors of #4e6e74

#4e6e74 #4e5b74 #4e7467

Monochromatic Colors of #4e6e74

#4e6e74

Complementary Color

#4e6e74 #74544e

#4e6e74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e6e74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e6e74 Color CSS Codes

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

#4e6e74 Text Font Color

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

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


#4e6e74 Background Color

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

This div background color is #4e6e74


#4e6e74 Border Color

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

This div border color is #4e6e74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e6e74


Comments

No comments written yet.

Please login to write comment.