Color Hex Logo

#4a204e Color Hex

#4A204E
(74,32,78)
0 Favorites   0 Comments

Color spaces of #4a204e

RGB 743278
HSL0.820.420.22
HSV295°59°31°
CMYK 0.050.590.00   0.69
XYZ4.71573.03897.5458
Yxy3.03890.30820.1986
Hunter Lab17.432417.7798-13.4615
CIE-Lab20.199027.6966-19.7387

#4a204e color RGB value is (74,32,78).

#4a204e hex color red value is 74, green value is 32 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4a204e hue: 0.82 , saturation: 0.42 and the lightness value of 4a204e is 0.22.

The process color (four color CMYK) of #4a204e color hex is 0.05, 0.59, 0.00, 0.69. Web safe color of #4a204e is #333366. Color #4a204e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100000 01001110
Octal 112 40 116
Decimal 74 32 78
Hex 4A 20 4E

RGB Percentages of Color #4a204e

%40.22
%17.39
%42.39

CMYK Percentages of Color #4a204e

%5
%59
%0
%69

Triadic Colors of #4a204e

#4a204e #4e4a20 #204e4a

Analogous Colors of #4a204e

#4a204e #4e203b #33204e

Monochromatic Colors of #4a204e

#4a204e

Complementary Color

#4a204e #244e20

#4a204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a204e Color CSS Codes

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

#4a204e Text Font Color

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

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


#4a204e Background Color

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

This div background color is #4a204e


#4a204e Border Color

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

This div border color is #4a204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a204e


Comments

No comments written yet.

Please login to write comment.