Color Hex Logo

#4c6cff Color Hex

#4C6CFF
(76,108,255)
0 Favorites   0 Comments

Color spaces of #4c6cff

RGB 76108255
HSL0.641.000.65
HSV229°70°100°
CMYK 0.700.580.00   0.00
XYZ26.393119.481696.9770
Yxy19.48160.18480.1364
Hunter Lab44.138029.4959-99.3715
CIE-Lab51.246036.3493-76.4858

#4c6cff color RGB value is (76,108,255).

#4c6cff hex color red value is 76, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4c6cff hue: 0.64 , saturation: 1.00 and the lightness value of 4c6cff is 0.65.

The process color (four color CMYK) of #4c6cff color hex is 0.70, 0.58, 0.00, 0.00. Web safe color of #4c6cff is #3366ff. Color #4c6cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101100 11111111
Octal 114 154 377
Decimal 76 108 255
Hex 4C 6C FF

RGB Percentages of Color #4c6cff

%17.31
%24.60
%58.09

CMYK Percentages of Color #4c6cff

%70
%58
%0
%0

Triadic Colors of #4c6cff

#4c6cff #ff4c6c #6cff4c

Analogous Colors of #4c6cff

#4c6cff #864cff #4cc6ff

Monochromatic Colors of #4c6cff

#4c6cff

Complementary Color

#4c6cff #ffdf4c

#4c6cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6cff Color CSS Codes

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

#4c6cff Text Font Color

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

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


#4c6cff Background Color

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

This div background color is #4c6cff


#4c6cff Border Color

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

This div border color is #4c6cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6cff


Comments

No comments written yet.

Please login to write comment.