Color Hex Logo

#4c76cd Color Hex

#4C76CD
(76,118,205)
0 Favorites   0 Comments

Color spaces of #4c76cd

RGB 76118205
HSL0.610.560.55
HSV220°63°80°
CMYK 0.630.420.00   0.20
XYZ20.478418.901160.3266
Yxy18.90110.20540.1896
Hunter Lab43.47547.9977-51.8382
CIE-Lab50.571312.8025-49.4874

#4c76cd color RGB value is (76,118,205).

#4c76cd hex color red value is 76, green value is 118 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4c76cd hue: 0.61 , saturation: 0.56 and the lightness value of 4c76cd is 0.55.

The process color (four color CMYK) of #4c76cd color hex is 0.63, 0.42, 0.00, 0.20. Web safe color of #4c76cd is #3366cc. Color #4c76cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110110 11001101
Octal 114 166 315
Decimal 76 118 205
Hex 4C 76 CD

RGB Percentages of Color #4c76cd

%19.05
%29.57
%51.38

CMYK Percentages of Color #4c76cd

%63
%42
%0
%20

Triadic Colors of #4c76cd

#4c76cd #cd4c76 #76cd4c

Analogous Colors of #4c76cd

#4c76cd #634ccd #4cb7cd

Monochromatic Colors of #4c76cd

#4c76cd

Complementary Color

#4c76cd #cda34c

#4c76cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c76cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c76cd Color CSS Codes

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

#4c76cd Text Font Color

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

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


#4c76cd Background Color

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

This div background color is #4c76cd


#4c76cd Border Color

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

This div border color is #4c76cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c76cd


Comments

No comments written yet.

Please login to write comment.