Color Hex Logo

#4c407f Color Hex

#4C407F
(76,64,127)
0 Favorites   0 Comments

Color spaces of #4c407f

RGB 7664127
HSL0.700.330.37
HSV251°50°50°
CMYK 0.400.500.00   0.50
XYZ8.64476.735620.9232
Yxy6.73560.23810.1855
Hunter Lab25.953014.0388-29.6322
CIE-Lab31.197321.4209-34.0379

#4c407f color RGB value is (76,64,127).

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

The process color (four color CMYK) of #4c407f color hex is 0.40, 0.50, 0.00, 0.50. Web safe color of #4c407f is #333366. Color #4c407f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000000 01111111
Octal 114 100 177
Decimal 76 64 127
Hex 4C 40 7F

RGB Percentages of Color #4c407f

%28.46
%23.97
%47.57

CMYK Percentages of Color #4c407f

%40
%50
%0
%50

Triadic Colors of #4c407f

#4c407f #7f4c40 #407f4c

Analogous Colors of #4c407f

#4c407f #6c407f #40547f

Monochromatic Colors of #4c407f

#4c407f

Complementary Color

#4c407f #737f40

#4c407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c407f Color CSS Codes

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

#4c407f Text Font Color

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

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


#4c407f Background Color

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

This div background color is #4c407f


#4c407f Border Color

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

This div border color is #4c407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c407f


Comments

No comments written yet.

Please login to write comment.