Color Hex Logo

#4d5caf Color Hex

#4D5CAF
(77,92,175)
0 Favorites   0 Comments

Color spaces of #4d5caf

RGB 7792175
HSL0.640.390.49
HSV231°56°69°
CMYK 0.560.470.00   0.31
XYZ14.625612.327242.1660
Yxy12.32720.21160.1783
Hunter Lab35.110112.9139-46.6281
CIE-Lab41.731519.0917-46.2428

#4d5caf color RGB value is (77,92,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011100 10101111
Octal 115 134 257
Decimal 77 92 175
Hex 4D 5C AF

RGB Percentages of Color #4d5caf

%22.38
%26.74
%50.87

CMYK Percentages of Color #4d5caf

%56
%47
%0
%31

Triadic Colors of #4d5caf

#4d5caf #af4d5c #5caf4d

Analogous Colors of #4d5caf

#4d5caf #6f4daf #4d8daf

Monochromatic Colors of #4d5caf

#4d5caf

Complementary Color

#4d5caf #afa04d

#4d5caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5caf Color CSS Codes

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

#4d5caf Text Font Color

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

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


#4d5caf Background Color

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

This div background color is #4d5caf


#4d5caf Border Color

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

This div border color is #4d5caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5caf


Comments

No comments written yet.

Please login to write comment.