Color Hex Logo

#4d6fdb Color Hex

#4D6FDB
(77,111,219)
0 Favorites   0 Comments

Color spaces of #4d6fdb

RGB 77111219
HSL0.630.660.58
HSV226°65°86°
CMYK 0.650.490.00   0.14
XYZ21.531218.061169.3692
Yxy18.06110.19760.1658
Hunter Lab42.498416.0624-67.0290
CIE-Lab49.570122.1689-59.0420

#4d6fdb color RGB value is (77,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101111 11011011
Octal 115 157 333
Decimal 77 111 219
Hex 4D 6F DB

RGB Percentages of Color #4d6fdb

%18.92
%27.27
%53.81

CMYK Percentages of Color #4d6fdb

%65
%49
%0
%14

Triadic Colors of #4d6fdb

#4d6fdb #db4d6f #6fdb4d

Analogous Colors of #4d6fdb

#4d6fdb #724ddb #4db6db

Monochromatic Colors of #4d6fdb

#4d6fdb

Complementary Color

#4d6fdb #dbb94d

#4d6fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6fdb Color CSS Codes

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

#4d6fdb Text Font Color

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

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


#4d6fdb Background Color

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

This div background color is #4d6fdb


#4d6fdb Border Color

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

This div border color is #4d6fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,111,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 #4d6fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6fdb


Comments

No comments written yet.

Please login to write comment.