Color Hex Logo

#4d5c81 Color Hex

#4D5C81
(77,92,129)
0 Favorites   0 Comments

Color spaces of #4d5c81

RGB 7792129
HSL0.620.250.40
HSV223°40°51°
CMYK 0.400.290.00   0.49
XYZ10.850210.817122.2849
Yxy10.81710.24690.2461
Hunter Lab32.88941.3308-17.1507
CIE-Lab39.27074.3153-22.5694

#4d5c81 color RGB value is (77,92,129).

#4d5c81 hex color red value is 77, green value is 92 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #4d5c81 hue: 0.62 , saturation: 0.25 and the lightness value of 4d5c81 is 0.40.

The process color (four color CMYK) of #4d5c81 color hex is 0.40, 0.29, 0.00, 0.49. Web safe color of #4d5c81 is #666699. Color #4d5c81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011100 10000001
Octal 115 134 201
Decimal 77 92 129
Hex 4D 5C 81

RGB Percentages of Color #4d5c81

%25.84
%30.87
%43.29

CMYK Percentages of Color #4d5c81

%40
%29
%0
%49

Triadic Colors of #4d5c81

#4d5c81 #814d5c #5c814d

Analogous Colors of #4d5c81

#4d5c81 #584d81 #4d7681

Monochromatic Colors of #4d5c81

#4d5c81

Complementary Color

#4d5c81 #81724d

#4d5c81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5c81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5c81 Color CSS Codes

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

#4d5c81 Text Font Color

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

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


#4d5c81 Background Color

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

This div background color is #4d5c81


#4d5c81 Border Color

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

This div border color is #4d5c81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5c81


Comments

No comments written yet.

Please login to write comment.