Color Hex Logo

#4c5479 Color Hex

#4C5479
(76,84,121)
0 Favorites   0 Comments

Color spaces of #4c5479

RGB 7684121
HSL0.640.230.39
HSV229°37°47°
CMYK 0.370.310.00   0.53
XYZ9.60209.257619.3700
Yxy9.25760.25120.2422
Hunter Lab30.42633.0854-16.4468
CIE-Lab36.47566.6807-22.0077

#4c5479 color RGB value is (76,84,121).

#4c5479 hex color red value is 76, green value is 84 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #4c5479 hue: 0.64 , saturation: 0.23 and the lightness value of 4c5479 is 0.39.

The process color (four color CMYK) of #4c5479 color hex is 0.37, 0.31, 0.00, 0.53. Web safe color of #4c5479 is #336666. Color #4c5479 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010100 01111001
Octal 114 124 171
Decimal 76 84 121
Hex 4C 54 79

RGB Percentages of Color #4c5479

%27.05
%29.89
%43.06

CMYK Percentages of Color #4c5479

%37
%31
%0
%53

Triadic Colors of #4c5479

#4c5479 #794c54 #54794c

Analogous Colors of #4c5479

#4c5479 #5b4c79 #4c6b79

Monochromatic Colors of #4c5479

#4c5479

Complementary Color

#4c5479 #79714c

#4c5479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5479 Color CSS Codes

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

#4c5479 Text Font Color

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

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


#4c5479 Background Color

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

This div background color is #4c5479


#4c5479 Border Color

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

This div border color is #4c5479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5479


Comments

No comments written yet.

Please login to write comment.