Color Hex Logo

#4c6fdf Color Hex

#4C6FDF
(76,111,223)
0 Favorites   0 Comments

Color spaces of #4c6fdf

RGB 76111223
HSL0.630.700.59
HSV226°66°87°
CMYK 0.660.500.00   0.13
XYZ21.984218.233172.1727
Yxy18.23310.19560.1622
Hunter Lab42.700217.1753-70.3229
CIE-Lab49.777623.3974-60.9720

#4c6fdf color RGB value is (76,111,223).

#4c6fdf hex color red value is 76, green value is 111 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4c6fdf hue: 0.63 , saturation: 0.70 and the lightness value of 4c6fdf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101111 11011111
Octal 114 157 337
Decimal 76 111 223
Hex 4C 6F DF

RGB Percentages of Color #4c6fdf

%18.54
%27.07
%54.39

CMYK Percentages of Color #4c6fdf

%66
%50
%0
%13

Triadic Colors of #4c6fdf

#4c6fdf #df4c6f #6fdf4c

Analogous Colors of #4c6fdf

#4c6fdf #734cdf #4cb9df

Monochromatic Colors of #4c6fdf

#4c6fdf

Complementary Color

#4c6fdf #dfbc4c

#4c6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6fdf Color CSS Codes

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

#4c6fdf Text Font Color

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

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


#4c6fdf Background Color

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

This div background color is #4c6fdf


#4c6fdf Border Color

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

This div border color is #4c6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6fdf


Comments

No comments written yet.

Please login to write comment.