Color Hex Logo

#4a086e Color Hex

#4A086E
(74,8,110)
0 Favorites   0 Comments

Color spaces of #4a086e

RGB 748110
HSL0.770.860.23
HSV279°93°43°
CMYK 0.330.930.00   0.57
XYZ5.72532.755314.9819
Yxy2.75530.24400.1174
Hunter Lab16.599132.5192-41.8942
CIE-Lab19.036044.9831-42.8452

#4a086e color RGB value is (74,8,110).

#4a086e hex color red value is 74, green value is 8 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4a086e hue: 0.77 , saturation: 0.86 and the lightness value of 4a086e is 0.23.

The process color (four color CMYK) of #4a086e color hex is 0.33, 0.93, 0.00, 0.57. Web safe color of #4a086e is #330066. Color #4a086e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001000 01101110
Octal 112 10 156
Decimal 74 8 110
Hex 4A 8 6E

RGB Percentages of Color #4a086e

%38.54
%4.17
%57.29

CMYK Percentages of Color #4a086e

%33
%93
%0
%57

Triadic Colors of #4a086e

#4a086e #6e4a08 #086e4a

Analogous Colors of #4a086e

#4a086e #6e085f #17086e

Monochromatic Colors of #4a086e

#4a086e

Complementary Color

#4a086e #2c6e08

#4a086e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a086e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a086e Color CSS Codes

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

#4a086e Text Font Color

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

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


#4a086e Background Color

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

This div background color is #4a086e


#4a086e Border Color

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

This div border color is #4a086e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,8,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a086e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a086e;
  -webkit-box-shadow: 1px 1px 3px 2px #4a086e;
  box-shadow:         1px 1px 3px 2px #4a086e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,8,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a086e


Comments

No comments written yet.

Please login to write comment.