Color Hex Logo

#4c405e Color Hex

#4C405E
(76,64,94)
1 Favorites   0 Comments

Color spaces of #4c405e

RGB 766494
HSL0.730.190.31
HSV264°32°37°
CMYK 0.190.320.00   0.63
XYZ6.83436.011411.3898
Yxy6.01140.28200.2480
Hunter Lab24.51826.8491-10.3802
CIE-Lab29.441212.0490-15.8888

#4c405e color RGB value is (76,64,94).

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

The process color (four color CMYK) of #4c405e color hex is 0.19, 0.32, 0.00, 0.63. Web safe color of #4c405e is #333366. Color #4c405e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000000 01011110
Octal 114 100 136
Decimal 76 64 94
Hex 4C 40 5E

RGB Percentages of Color #4c405e

%32.48
%27.35
%40.17

CMYK Percentages of Color #4c405e

%19
%32
%0
%63

Triadic Colors of #4c405e

#4c405e #5e4c40 #405e4c

Analogous Colors of #4c405e

#4c405e #5b405e #40435e

Monochromatic Colors of #4c405e

#4c405e

Complementary Color

#4c405e #525e40

#4c405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c405e Color CSS Codes

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

#4c405e Text Font Color

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

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


#4c405e Background Color

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

This div background color is #4c405e


#4c405e Border Color

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

This div border color is #4c405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c405e

#4c405e Color Palettes


Comments

No comments written yet.

Please login to write comment.