Color Hex Logo

#4e6fae Color Hex

#4E6FAE
(78,111,174)
0 Favorites   0 Comments

Color spaces of #4e6fae

RGB 78111174
HSL0.610.380.49
HSV219°55°68°
CMYK 0.550.360.00   0.32
XYZ16.466316.044642.2734
Yxy16.04460.22020.2145
Hunter Lab40.05573.2812-34.5336
CIE-Lab47.03297.0398-37.2260

#4e6fae color RGB value is (78,111,174).

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

The process color (four color CMYK) of #4e6fae color hex is 0.55, 0.36, 0.00, 0.32. Web safe color of #4e6fae is #666699. Color #4e6fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01101111 10101110
Octal 116 157 256
Decimal 78 111 174
Hex 4E 6F AE

RGB Percentages of Color #4e6fae

%21.49
%30.58
%47.93

CMYK Percentages of Color #4e6fae

%55
%36
%0
%32

Triadic Colors of #4e6fae

#4e6fae #ae4e6f #6fae4e

Analogous Colors of #4e6fae

#4e6fae #5d4eae #4e9fae

Monochromatic Colors of #4e6fae

#4e6fae

Complementary Color

#4e6fae #ae8d4e

#4e6fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e6fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e6fae Color CSS Codes

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

#4e6fae Text Font Color

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

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


#4e6fae Background Color

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

This div background color is #4e6fae


#4e6fae Border Color

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

This div border color is #4e6fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e6fae


Comments

No comments written yet.

Please login to write comment.