Color Hex Logo

#4c5caa Color Hex

#4C5CAA
(76,92,170)
0 Favorites   0 Comments

Color spaces of #4c5caa

RGB 7692170
HSL0.640.380.48
HSV230°55°67°
CMYK 0.550.460.00   0.33
XYZ14.063312.093139.6232
Yxy12.09310.21380.1838
Hunter Lab34.775111.3301-43.2131
CIE-Lab41.363717.1984-43.8855

#4c5caa color RGB value is (76,92,170).

#4c5caa hex color red value is 76, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4c5caa hue: 0.64 , saturation: 0.38 and the lightness value of 4c5caa is 0.48.

The process color (four color CMYK) of #4c5caa color hex is 0.55, 0.46, 0.00, 0.33. Web safe color of #4c5caa is #336699. Color #4c5caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01011100 10101010
Octal 114 134 252
Decimal 76 92 170
Hex 4C 5C AA

RGB Percentages of Color #4c5caa

%22.49
%27.22
%50.30

CMYK Percentages of Color #4c5caa

%55
%46
%0
%33

Triadic Colors of #4c5caa

#4c5caa #aa4c5c #5caa4c

Analogous Colors of #4c5caa

#4c5caa #6b4caa #4c8baa

Monochromatic Colors of #4c5caa

#4c5caa

Complementary Color

#4c5caa #aa9a4c

#4c5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5caa Color CSS Codes

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

#4c5caa Text Font Color

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

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


#4c5caa Background Color

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

This div background color is #4c5caa


#4c5caa Border Color

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

This div border color is #4c5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5caa


Comments

No comments written yet.

Please login to write comment.