Color Hex Logo

#4d78ae Color Hex

#4D78AE
(77,120,174)
0 Favorites   0 Comments

Color spaces of #4d78ae

RGB 77120174
HSL0.590.390.49
HSV213°56°68°
CMYK 0.560.310.00   0.32
XYZ17.417018.066742.6136
Yxy18.06670.22300.2313
Hunter Lab42.5049-1.2407-29.6881
CIE-Lab49.57691.3387-33.2302

#4d78ae color RGB value is (77,120,174).

#4d78ae hex color red value is 77, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4d78ae hue: 0.59 , saturation: 0.39 and the lightness value of 4d78ae is 0.49.

The process color (four color CMYK) of #4d78ae color hex is 0.56, 0.31, 0.00, 0.32. Web safe color of #4d78ae is #666699. Color #4d78ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111000 10101110
Octal 115 170 256
Decimal 77 120 174
Hex 4D 78 AE

RGB Percentages of Color #4d78ae

%20.75
%32.35
%46.90

CMYK Percentages of Color #4d78ae

%56
%31
%0
%32

Triadic Colors of #4d78ae

#4d78ae #ae4d78 #78ae4d

Analogous Colors of #4d78ae

#4d78ae #534dae #4da9ae

Monochromatic Colors of #4d78ae

#4d78ae

Complementary Color

#4d78ae #ae834d

#4d78ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d78ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d78ae Color CSS Codes

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

#4d78ae Text Font Color

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

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


#4d78ae Background Color

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

This div background color is #4d78ae


#4d78ae Border Color

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

This div border color is #4d78ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,120,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d78ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d78ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4d78ae;
  box-shadow:         1px 1px 3px 2px #4d78ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,120,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d78ae


Comments

No comments written yet.

Please login to write comment.