Color Hex Logo

#4c4070 Color Hex

#4C4070
(76,64,112)
0 Favorites   0 Comments

Color spaces of #4c4070

RGB 7664112
HSL0.710.270.35
HSV255°43°44°
CMYK 0.320.430.00   0.56
XYZ7.73856.373116.1515
Yxy6.37310.25570.2106
Hunter Lab25.245010.5379-20.2617
CIE-Lab30.334916.9892-25.9842

#4c4070 color RGB value is (76,64,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000000 01110000
Octal 114 100 160
Decimal 76 64 112
Hex 4C 40 70

RGB Percentages of Color #4c4070

%30.16
%25.40
%44.44

CMYK Percentages of Color #4c4070

%32
%43
%0
%56

Triadic Colors of #4c4070

#4c4070 #704c40 #40704c

Analogous Colors of #4c4070

#4c4070 #644070 #404c70

Monochromatic Colors of #4c4070

#4c4070

Complementary Color

#4c4070 #647040

#4c4070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4070 Color CSS Codes

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

#4c4070 Text Font Color

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

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


#4c4070 Background Color

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

This div background color is #4c4070


#4c4070 Border Color

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

This div border color is #4c4070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4070


Comments

No comments written yet.

Please login to write comment.