Color Hex Logo

#4c5faa Color Hex

#4C5FAA
(76,95,170)
0 Favorites   0 Comments

Color spaces of #4c5faa

RGB 7695170
HSL0.630.380.48
HSV228°55°67°
CMYK 0.550.440.00   0.33
XYZ14.328412.623239.7115
Yxy12.62320.21490.1894
Hunter Lab35.52919.8105-41.3990
CIE-Lab42.189915.2884-42.5670

#4c5faa color RGB value is (76,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01011111 10101010
Octal 114 137 252
Decimal 76 95 170
Hex 4C 5F AA

RGB Percentages of Color #4c5faa

%22.29
%27.86
%49.85

CMYK Percentages of Color #4c5faa

%55
%44
%0
%33

Triadic Colors of #4c5faa

#4c5faa #aa4c5f #5faa4c

Analogous Colors of #4c5faa

#4c5faa #684caa #4c8eaa

Monochromatic Colors of #4c5faa

#4c5faa

Complementary Color

#4c5faa #aa974c

#4c5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5faa Color CSS Codes

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

#4c5faa Text Font Color

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

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


#4c5faa Background Color

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

This div background color is #4c5faa


#4c5faa Border Color

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

This div border color is #4c5faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,95,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 #4c5faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5faa


Comments

No comments written yet.

Please login to write comment.