Color Hex Logo

#4d6acf Color Hex

#4D6ACF
(77,106,207)
0 Favorites   0 Comments

Color spaces of #4d6acf

RGB 77106207
HSL0.630.580.56
HSV227°63°81°
CMYK 0.630.490.00   0.19
XYZ19.477116.390861.1687
Yxy16.39080.20070.1689
Hunter Lab40.485615.0244-61.2400
CIE-Lab47.483121.1464-55.5727

#4d6acf color RGB value is (77,106,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101010 11001111
Octal 115 152 317
Decimal 77 106 207
Hex 4D 6A CF

RGB Percentages of Color #4d6acf

%19.74
%27.18
%53.08

CMYK Percentages of Color #4d6acf

%63
%49
%0
%19

Triadic Colors of #4d6acf

#4d6acf #cf4d6a #6acf4d

Analogous Colors of #4d6acf

#4d6acf #714dcf #4dabcf

Monochromatic Colors of #4d6acf

#4d6acf

Complementary Color

#4d6acf #cfb24d

#4d6acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6acf Color CSS Codes

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

#4d6acf Text Font Color

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

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


#4d6acf Background Color

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

This div background color is #4d6acf


#4d6acf Border Color

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

This div border color is #4d6acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6acf


Comments

No comments written yet.

Please login to write comment.