Color Hex Logo

#4d6ffc Color Hex

#4D6FFC
(77,111,252)
0 Favorites   0 Comments

Color spaces of #4d6ffc

RGB 77111252
HSL0.630.970.65
HSV228°69°99°
CMYK 0.690.560.00   0.01
XYZ26.315719.974994.5640
Yxy19.97490.18680.1418
Hunter Lab44.693326.8887-94.1631
CIE-Lab51.808833.6040-73.9059

#4d6ffc color RGB value is (77,111,252).

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

The process color (four color CMYK) of #4d6ffc color hex is 0.69, 0.56, 0.00, 0.01. Web safe color of #4d6ffc is #6666ff. Color #4d6ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101111 11111100
Octal 115 157 374
Decimal 77 111 252
Hex 4D 6F FC

RGB Percentages of Color #4d6ffc

%17.50
%25.23
%57.27

CMYK Percentages of Color #4d6ffc

%69
%56
%0
%1

Triadic Colors of #4d6ffc

#4d6ffc #fc4d6f #6ffc4d

Analogous Colors of #4d6ffc

#4d6ffc #834dfc #4dc7fc

Monochromatic Colors of #4d6ffc

#4d6ffc

Complementary Color

#4d6ffc #fcda4d

#4d6ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6ffc Color CSS Codes

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

#4d6ffc Text Font Color

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

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


#4d6ffc Background Color

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

This div background color is #4d6ffc


#4d6ffc Border Color

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

This div border color is #4d6ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6ffc


Comments

No comments written yet.

Please login to write comment.