Color Hex Logo

#4e637e Color Hex

#4E637E
(78,99,126)
0 Favorites   0 Comments

Color spaces of #4e637e

RGB 7899126
HSL0.590.240.40
HSV214°38°49°
CMYK 0.380.210.00   0.51
XYZ11.369612.049721.4653
Yxy12.04970.25330.2685
Hunter Lab34.7127-2.2823-12.3643
CIE-Lab41.2950-0.6000-17.6162

#4e637e color RGB value is (78,99,126).

#4e637e hex color red value is 78, green value is 99 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4e637e hue: 0.59 , saturation: 0.24 and the lightness value of 4e637e is 0.40.

The process color (four color CMYK) of #4e637e color hex is 0.38, 0.21, 0.00, 0.51. Web safe color of #4e637e is #666666. Color #4e637e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100011 01111110
Octal 116 143 176
Decimal 78 99 126
Hex 4E 63 7E

RGB Percentages of Color #4e637e

%25.74
%32.67
%41.58

CMYK Percentages of Color #4e637e

%38
%21
%0
%51

Triadic Colors of #4e637e

#4e637e #7e4e63 #637e4e

Analogous Colors of #4e637e

#4e637e #514e7e #4e7b7e

Monochromatic Colors of #4e637e

#4e637e

Complementary Color

#4e637e #7e694e

#4e637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e637e Color CSS Codes

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

#4e637e Text Font Color

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

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


#4e637e Background Color

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

This div background color is #4e637e


#4e637e Border Color

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

This div border color is #4e637e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e637e


Comments

No comments written yet.

Please login to write comment.