Color Hex Logo

#4c74ec Color Hex

#4C74EC
(76,116,236)
0 Favorites   0 Comments

Color spaces of #4c74ec

RGB 76116236
HSL0.630.810.61
HSV225°68°93°
CMYK 0.680.510.00   0.07
XYZ24.366220.083481.9491
Yxy20.08340.19280.1589
Hunter Lab44.814518.6273-77.0493
CIE-Lab51.931424.8211-64.8015

#4c74ec color RGB value is (76,116,236).

#4c74ec hex color red value is 76, green value is 116 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4c74ec hue: 0.63 , saturation: 0.81 and the lightness value of 4c74ec is 0.61.

The process color (four color CMYK) of #4c74ec color hex is 0.68, 0.51, 0.00, 0.07. Web safe color of #4c74ec is #3366ff. Color #4c74ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110100 11101100
Octal 114 164 354
Decimal 76 116 236
Hex 4C 74 EC

RGB Percentages of Color #4c74ec

%17.76
%27.10
%55.14

CMYK Percentages of Color #4c74ec

%68
%51
%0
%7

Triadic Colors of #4c74ec

#4c74ec #ec4c74 #74ec4c

Analogous Colors of #4c74ec

#4c74ec #744cec #4cc4ec

Monochromatic Colors of #4c74ec

#4c74ec

Complementary Color

#4c74ec #ecc44c

#4c74ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c74ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c74ec Color CSS Codes

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

#4c74ec Text Font Color

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

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


#4c74ec Background Color

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

This div background color is #4c74ec


#4c74ec Border Color

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

This div border color is #4c74ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c74ec


Comments

No comments written yet.

Please login to write comment.