Color Hex Logo

#4d4568 Color Hex

#4D4568
(77,69,104)
0 Favorites   0 Comments

Color spaces of #4d4568

RGB 7769104
HSL0.700.200.34
HSV254°34°41°
CMYK 0.260.340.00   0.59
XYZ7.68746.833514.0105
Yxy6.83350.26940.2395
Hunter Lab26.14106.7457-13.4784
CIE-Lab31.424811.8132-19.2036

#4d4568 color RGB value is (77,69,104).

#4d4568 hex color red value is 77, green value is 69 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4d4568 hue: 0.70 , saturation: 0.20 and the lightness value of 4d4568 is 0.34.

The process color (four color CMYK) of #4d4568 color hex is 0.26, 0.34, 0.00, 0.59. Web safe color of #4d4568 is #663366. Color #4d4568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000101 01101000
Octal 115 105 150
Decimal 77 69 104
Hex 4D 45 68

RGB Percentages of Color #4d4568

%30.80
%27.60
%41.60

CMYK Percentages of Color #4d4568

%26
%34
%0
%59

Triadic Colors of #4d4568

#4d4568 #684d45 #45684d

Analogous Colors of #4d4568

#4d4568 #5f4568 #454f68

Monochromatic Colors of #4d4568

#4d4568

Complementary Color

#4d4568 #606845

#4d4568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d4568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d4568 Color CSS Codes

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

#4d4568 Text Font Color

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

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


#4d4568 Background Color

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

This div background color is #4d4568


#4d4568 Border Color

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

This div border color is #4d4568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d4568


Comments

No comments written yet.

Please login to write comment.