Color Hex Logo

#4c7ccc Color Hex

#4C7CCC
(76,124,204)
0 Favorites   0 Comments

Color spaces of #4c7ccc

RGB 76124204
HSL0.600.560.55
HSV218°63°80°
CMYK 0.630.390.00   0.20
XYZ21.087220.311459.9358
Yxy20.31140.20810.2004
Hunter Lab45.06824.6501-47.3016
CIE-Lab52.18758.7776-46.3454

#4c7ccc color RGB value is (76,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01111100 11001100
Octal 114 174 314
Decimal 76 124 204
Hex 4C 7C CC

RGB Percentages of Color #4c7ccc

%18.81
%30.69
%50.50

CMYK Percentages of Color #4c7ccc

%63
%39
%0
%20

Triadic Colors of #4c7ccc

#4c7ccc #cc4c7c #7ccc4c

Analogous Colors of #4c7ccc

#4c7ccc #5c4ccc #4cbccc

Monochromatic Colors of #4c7ccc

#4c7ccc

Complementary Color

#4c7ccc #cc9c4c

#4c7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c7ccc Color CSS Codes

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

#4c7ccc Text Font Color

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

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


#4c7ccc Background Color

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

This div background color is #4c7ccc


#4c7ccc Border Color

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

This div border color is #4c7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c7ccc


Comments

No comments written yet.

Please login to write comment.