Color Hex Logo

#4d7cac Color Hex

#4D7CAC
(77,124,172)
0 Favorites   0 Comments

Color spaces of #4d7cac

RGB 77124172
HSL0.580.380.49
HSV210°55°67°
CMYK 0.550.280.00   0.33
XYZ17.714618.971641.7580
Yxy18.97160.22580.2418
Hunter Lab43.5564-3.6269-26.3525
CIE-Lab50.6540-1.6954-30.3875

#4d7cac color RGB value is (77,124,172).

#4d7cac hex color red value is 77, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4d7cac hue: 0.58 , saturation: 0.38 and the lightness value of 4d7cac is 0.49.

The process color (four color CMYK) of #4d7cac color hex is 0.55, 0.28, 0.00, 0.33. Web safe color of #4d7cac is #666699. Color #4d7cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111100 10101100
Octal 115 174 254
Decimal 77 124 172
Hex 4D 7C AC

RGB Percentages of Color #4d7cac

%20.64
%33.24
%46.11

CMYK Percentages of Color #4d7cac

%55
%28
%0
%33

Triadic Colors of #4d7cac

#4d7cac #ac4d7c #7cac4d

Analogous Colors of #4d7cac

#4d7cac #4e4dac #4dacac

Monochromatic Colors of #4d7cac

#4d7cac

Complementary Color

#4d7cac #ac7d4d

#4d7cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7cac Color CSS Codes

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

#4d7cac Text Font Color

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

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


#4d7cac Background Color

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

This div background color is #4d7cac


#4d7cac Border Color

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

This div border color is #4d7cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7cac

#4d7cac Color Palettes


Comments

No comments written yet.

Please login to write comment.