Color Hex Logo

#4e649b Color Hex

#4E649B
(78,100,155)
0 Favorites   0 Comments

Color spaces of #4e649b

RGB 78100155
HSL0.620.330.46
HSV223°50°61°
CMYK 0.500.350.00   0.39
XYZ13.615513.100632.8214
Yxy13.10060.22870.2200
Hunter Lab36.19483.8061-28.4278
CIE-Lab42.91447.6769-32.5235

#4e649b color RGB value is (78,100,155).

#4e649b hex color red value is 78, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #4e649b hue: 0.62 , saturation: 0.33 and the lightness value of 4e649b is 0.46.

The process color (four color CMYK) of #4e649b color hex is 0.50, 0.35, 0.00, 0.39. Web safe color of #4e649b is #666699. Color #4e649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100100 10011011
Octal 116 144 233
Decimal 78 100 155
Hex 4E 64 9B

RGB Percentages of Color #4e649b

%23.42
%30.03
%46.55

CMYK Percentages of Color #4e649b

%50
%35
%0
%39

Triadic Colors of #4e649b

#4e649b #9b4e64 #649b4e

Analogous Colors of #4e649b

#4e649b #5f4e9b #4e8b9b

Monochromatic Colors of #4e649b

#4e649b

Complementary Color

#4e649b #9b854e

#4e649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e649b Color CSS Codes

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

#4e649b Text Font Color

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

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


#4e649b Background Color

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

This div background color is #4e649b


#4e649b Border Color

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

This div border color is #4e649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e649b


Comments

No comments written yet.

Please login to write comment.