Color Hex Logo

#4a176e Color Hex

#4A176E
(74,23,110)
0 Favorites   0 Comments

Color spaces of #4a176e

RGB 7423110
HSL0.760.650.26
HSV275°79°43°
CMYK 0.330.790.00   0.57
XYZ5.94493.194415.0551
Yxy3.19440.24570.1320
Hunter Lab17.872928.0953-37.4315
CIE-Lab20.806239.8274-39.9610

#4a176e color RGB value is (74,23,110).

#4a176e hex color red value is 74, green value is 23 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4a176e hue: 0.76 , saturation: 0.65 and the lightness value of 4a176e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010111 01101110
Octal 112 27 156
Decimal 74 23 110
Hex 4A 17 6E

RGB Percentages of Color #4a176e

%35.75
%11.11
%53.14

CMYK Percentages of Color #4a176e

%33
%79
%0
%57

Triadic Colors of #4a176e

#4a176e #6e4a17 #176e4a

Analogous Colors of #4a176e

#4a176e #6e1767 #1f176e

Monochromatic Colors of #4a176e

#4a176e

Complementary Color

#4a176e #3b6e17

#4a176e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a176e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a176e Color CSS Codes

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

#4a176e Text Font Color

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

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


#4a176e Background Color

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

This div background color is #4a176e


#4a176e Border Color

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

This div border color is #4a176e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a176e


Comments

No comments written yet.

Please login to write comment.