Color Hex Logo

#4c6cdd Color Hex

#4C6CDD
(76,108,221)
0 Favorites   0 Comments

Color spaces of #4c6cdd

RGB 76108221
HSL0.630.680.58
HSV227°66°87°
CMYK 0.660.510.00   0.13
XYZ21.394217.482170.6534
Yxy17.48210.19530.1596
Hunter Lab41.811618.1647-70.9203
CIE-Lab48.861824.5741-61.3187

#4c6cdd color RGB value is (76,108,221).

#4c6cdd hex color red value is 76, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4c6cdd hue: 0.63 , saturation: 0.68 and the lightness value of 4c6cdd is 0.58.

The process color (four color CMYK) of #4c6cdd color hex is 0.66, 0.51, 0.00, 0.13. Web safe color of #4c6cdd is #3366cc. Color #4c6cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101100 11011101
Octal 114 154 335
Decimal 76 108 221
Hex 4C 6C DD

RGB Percentages of Color #4c6cdd

%18.77
%26.67
%54.57

CMYK Percentages of Color #4c6cdd

%66
%51
%0
%13

Triadic Colors of #4c6cdd

#4c6cdd #dd4c6c #6cdd4c

Analogous Colors of #4c6cdd

#4c6cdd #754cdd #4cb5dd

Monochromatic Colors of #4c6cdd

#4c6cdd

Complementary Color

#4c6cdd #ddbd4c

#4c6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6cdd Color CSS Codes

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

#4c6cdd Text Font Color

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

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


#4c6cdd Background Color

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

This div background color is #4c6cdd


#4c6cdd Border Color

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

This div border color is #4c6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6cdd


Comments

No comments written yet.

Please login to write comment.