Color Hex Logo

#4c4071 Color Hex

#4C4071
(76,64,113)
0 Favorites   0 Comments

Color spaces of #4c4071

RGB 7664113
HSL0.710.280.35
HSV255°43°44°
CMYK 0.330.430.00   0.56
XYZ7.79456.395516.4464
Yxy6.39550.25440.2088
Hunter Lab25.289310.7597-20.8555
CIE-Lab30.389117.2770-26.5312

#4c4071 color RGB value is (76,64,113).

#4c4071 hex color red value is 76, green value is 64 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #4c4071 hue: 0.71 , saturation: 0.28 and the lightness value of 4c4071 is 0.35.

The process color (four color CMYK) of #4c4071 color hex is 0.33, 0.43, 0.00, 0.56. Web safe color of #4c4071 is #333366. Color #4c4071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000000 01110001
Octal 114 100 161
Decimal 76 64 113
Hex 4C 40 71

RGB Percentages of Color #4c4071

%30.04
%25.30
%44.66

CMYK Percentages of Color #4c4071

%33
%43
%0
%56

Triadic Colors of #4c4071

#4c4071 #714c40 #40714c

Analogous Colors of #4c4071

#4c4071 #654071 #404d71

Monochromatic Colors of #4c4071

#4c4071

Complementary Color

#4c4071 #657140

#4c4071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4071 Color CSS Codes

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

#4c4071 Text Font Color

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

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


#4c4071 Background Color

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

This div background color is #4c4071


#4c4071 Border Color

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

This div border color is #4c4071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4071


Comments

No comments written yet.

Please login to write comment.