Color Hex Logo

#4e4763 Color Hex

#4E4763
(78,71,99)
0 Favorites   0 Comments

Color spaces of #4e4763

RGB 787199
HSL0.710.160.33
HSV255°28°39°
CMYK 0.210.280.00   0.61
XYZ7.64737.027012.7577
Yxy7.02700.27880.2562
Hunter Lab26.50855.1047-9.9785
CIE-Lab31.86839.5250-15.3350

#4e4763 color RGB value is (78,71,99).

#4e4763 hex color red value is 78, green value is 71 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #4e4763 hue: 0.71 , saturation: 0.16 and the lightness value of 4e4763 is 0.33.

The process color (four color CMYK) of #4e4763 color hex is 0.21, 0.28, 0.00, 0.61. Web safe color of #4e4763 is #663366. Color #4e4763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01000111 01100011
Octal 116 107 143
Decimal 78 71 99
Hex 4E 47 63

RGB Percentages of Color #4e4763

%31.45
%28.63
%39.92

CMYK Percentages of Color #4e4763

%21
%28
%0
%61

Triadic Colors of #4e4763

#4e4763 #634e47 #47634e

Analogous Colors of #4e4763

#4e4763 #5c4763 #474e63

Monochromatic Colors of #4e4763

#4e4763

Complementary Color

#4e4763 #5c6347

#4e4763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4763 Color CSS Codes

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

#4e4763 Text Font Color

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

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


#4e4763 Background Color

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

This div background color is #4e4763


#4e4763 Border Color

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

This div border color is #4e4763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4763


Comments

No comments written yet.

Please login to write comment.