Color Hex Logo

#4d5d96 Color Hex

#4D5D96
(77,93,150)
0 Favorites   0 Comments

Color spaces of #4d5d96

RGB 7793150
HSL0.630.320.45
HSV227°49°59°
CMYK 0.490.380.00   0.41
XYZ12.479911.608530.4371
Yxy11.60850.22890.2129
Hunter Lab34.07125.7578-29.1161
CIE-Lab40.587010.2234-33.2071

#4d5d96 color RGB value is (77,93,150).

#4d5d96 hex color red value is 77, green value is 93 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4d5d96 hue: 0.63 , saturation: 0.32 and the lightness value of 4d5d96 is 0.45.

The process color (four color CMYK) of #4d5d96 color hex is 0.49, 0.38, 0.00, 0.41. Web safe color of #4d5d96 is #666699. Color #4d5d96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011101 10010110
Octal 115 135 226
Decimal 77 93 150
Hex 4D 5D 96

RGB Percentages of Color #4d5d96

%24.06
%29.06
%46.88

CMYK Percentages of Color #4d5d96

%49
%38
%0
%41

Triadic Colors of #4d5d96

#4d5d96 #964d5d #5d964d

Analogous Colors of #4d5d96

#4d5d96 #624d96 #4d8296

Monochromatic Colors of #4d5d96

#4d5d96

Complementary Color

#4d5d96 #96864d

#4d5d96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5d96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5d96 Color CSS Codes

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

#4d5d96 Text Font Color

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

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


#4d5d96 Background Color

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

This div background color is #4d5d96


#4d5d96 Border Color

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

This div border color is #4d5d96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5d96


Comments

No comments written yet.

Please login to write comment.