Color Hex Logo

#4e6cac Color Hex

#4E6CAC
(78,108,172)
0 Favorites   0 Comments

Color spaces of #4e6cac

RGB 78108172
HSL0.610.380.49
HSV221°55°67°
CMYK 0.550.370.00   0.33
XYZ15.950815.323441.1467
Yxy15.32340.22030.2116
Hunter Lab39.14514.2310-34.9201
CIE-Lab46.07408.2336-37.5714

#4e6cac color RGB value is (78,108,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01101100 10101100
Octal 116 154 254
Decimal 78 108 172
Hex 4E 6C AC

RGB Percentages of Color #4e6cac

%21.79
%30.17
%48.04

CMYK Percentages of Color #4e6cac

%55
%37
%0
%33

Triadic Colors of #4e6cac

#4e6cac #ac4e6c #6cac4e

Analogous Colors of #4e6cac

#4e6cac #5f4eac #4e9bac

Monochromatic Colors of #4e6cac

#4e6cac

Complementary Color

#4e6cac #ac8e4e

#4e6cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e6cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e6cac Color CSS Codes

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

#4e6cac Text Font Color

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

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


#4e6cac Background Color

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

This div background color is #4e6cac


#4e6cac Border Color

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

This div border color is #4e6cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e6cac


Comments

No comments written yet.

Please login to write comment.