Color Hex Logo

#4c4079 Color Hex

#4C4079
(76,64,121)
0 Favorites   0 Comments

Color spaces of #4c4079

RGB 7664121
HSL0.700.310.36
HSV253°47°47°
CMYK 0.370.470.00   0.53
XYZ8.26516.583818.9243
Yxy6.58380.24470.1949
Hunter Lab25.658912.5943-25.7671
CIE-Lab30.840019.6202-30.8548

#4c4079 color RGB value is (76,64,121).

#4c4079 hex color red value is 76, green value is 64 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #4c4079 hue: 0.70 , saturation: 0.31 and the lightness value of 4c4079 is 0.36.

The process color (four color CMYK) of #4c4079 color hex is 0.37, 0.47, 0.00, 0.53. Web safe color of #4c4079 is #333366. Color #4c4079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000000 01111001
Octal 114 100 171
Decimal 76 64 121
Hex 4C 40 79

RGB Percentages of Color #4c4079

%29.12
%24.52
%46.36

CMYK Percentages of Color #4c4079

%37
%47
%0
%53

Triadic Colors of #4c4079

#4c4079 #794c40 #40794c

Analogous Colors of #4c4079

#4c4079 #694079 #405179

Monochromatic Colors of #4c4079

#4c4079

Complementary Color

#4c4079 #6d7940

#4c4079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4079 Color CSS Codes

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

#4c4079 Text Font Color

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

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


#4c4079 Background Color

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

This div background color is #4c4079


#4c4079 Border Color

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

This div border color is #4c4079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,64,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c4079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c4079;
  -webkit-box-shadow: 1px 1px 3px 2px #4c4079;
  box-shadow:         1px 1px 3px 2px #4c4079; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,64,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4079


Comments

No comments written yet.

Please login to write comment.