Color Hex Logo

#4d5dae Color Hex

#4D5DAE
(77,93,174)
0 Favorites   0 Comments

Color spaces of #4d5dae

RGB 7793174
HSL0.640.390.49
HSV230°56°68°
CMYK 0.560.470.00   0.32
XYZ14.614912.462541.6796
Yxy12.46250.21260.1813
Hunter Lab35.302312.1188-45.2891
CIE-Lab41.941918.1193-45.3172

#4d5dae color RGB value is (77,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011101 10101110
Octal 115 135 256
Decimal 77 93 174
Hex 4D 5D AE

RGB Percentages of Color #4d5dae

%22.38
%27.03
%50.58

CMYK Percentages of Color #4d5dae

%56
%47
%0
%32

Triadic Colors of #4d5dae

#4d5dae #ae4d5d #5dae4d

Analogous Colors of #4d5dae

#4d5dae #6e4dae #4d8eae

Monochromatic Colors of #4d5dae

#4d5dae

Complementary Color

#4d5dae #ae9e4d

#4d5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5dae Color CSS Codes

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

#4d5dae Text Font Color

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

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


#4d5dae Background Color

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

This div background color is #4d5dae


#4d5dae Border Color

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

This div border color is #4d5dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,93,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 #4d5dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5dae


Comments

No comments written yet.

Please login to write comment.