Color Hex Logo

#4c6bdb Color Hex

#4C6BDB
(76,107,219)
0 Favorites   0 Comments

Color spaces of #4c6bdb

RGB 76107219
HSL0.630.670.58
HSV227°65°86°
CMYK 0.650.510.00   0.14
XYZ21.024417.166469.2232
Yxy17.16640.19570.1598
Hunter Lab41.432418.0713-70.0563
CIE-Lab48.469024.5047-60.8196

#4c6bdb color RGB value is (76,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101011 11011011
Octal 114 153 333
Decimal 76 107 219
Hex 4C 6B DB

RGB Percentages of Color #4c6bdb

%18.91
%26.62
%54.48

CMYK Percentages of Color #4c6bdb

%65
%51
%0
%14

Triadic Colors of #4c6bdb

#4c6bdb #db4c6b #6bdb4c

Analogous Colors of #4c6bdb

#4c6bdb #754cdb #4cb3db

Monochromatic Colors of #4c6bdb

#4c6bdb

Complementary Color

#4c6bdb #dbbc4c

#4c6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6bdb Color CSS Codes

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

#4c6bdb Text Font Color

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

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


#4c6bdb Background Color

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

This div background color is #4c6bdb


#4c6bdb Border Color

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

This div border color is #4c6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6bdb


Comments

No comments written yet.

Please login to write comment.