Color Hex Logo

#4c4986 Color Hex

#4C4986
(76,73,134)
0 Favorites   0 Comments

Color spaces of #4c4986

RGB 7673134
HSL0.670.290.41
HSV243°46°53°
CMYK 0.430.460.00   0.47
XYZ9.66618.022823.5934
Yxy8.02280.23410.1943
Hunter Lab28.324511.3474-29.5594
CIE-Lab34.030317.7378-33.8677

#4c4986 color RGB value is (76,73,134).

#4c4986 hex color red value is 76, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4c4986 hue: 0.67 , saturation: 0.29 and the lightness value of 4c4986 is 0.41.

The process color (four color CMYK) of #4c4986 color hex is 0.43, 0.46, 0.00, 0.47. Web safe color of #4c4986 is #333399. Color #4c4986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001001 10000110
Octal 114 111 206
Decimal 76 73 134
Hex 4C 49 86

RGB Percentages of Color #4c4986

%26.86
%25.80
%47.35

CMYK Percentages of Color #4c4986

%43
%46
%0
%47

Triadic Colors of #4c4986

#4c4986 #864c49 #49864c

Analogous Colors of #4c4986

#4c4986 #6b4986 #496586

Monochromatic Colors of #4c4986

#4c4986

Complementary Color

#4c4986 #838649

#4c4986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4986 Color CSS Codes

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

#4c4986 Text Font Color

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

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


#4c4986 Background Color

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

This div background color is #4c4986


#4c4986 Border Color

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

This div border color is #4c4986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4986


Comments

No comments written yet.

Please login to write comment.