Color Hex Logo

#4a408d Color Hex

#4A408D
(74,64,141)
0 Favorites   0 Comments

Color spaces of #4a408d

RGB 7464141
HSL0.690.380.40
HSV248°55°55°
CMYK 0.480.550.00   0.45
XYZ9.46527.045726.0604
Yxy7.04570.22230.1655
Hunter Lab26.543717.1996-39.6298
CIE-Lab31.910725.2458-41.5711

#4a408d color RGB value is (74,64,141).

#4a408d hex color red value is 74, green value is 64 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4a408d hue: 0.69 , saturation: 0.38 and the lightness value of 4a408d is 0.40.

The process color (four color CMYK) of #4a408d color hex is 0.48, 0.55, 0.00, 0.45. Web safe color of #4a408d is #333399. Color #4a408d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000000 10001101
Octal 112 100 215
Decimal 74 64 141
Hex 4A 40 8D

RGB Percentages of Color #4a408d

%26.52
%22.94
%50.54

CMYK Percentages of Color #4a408d

%48
%55
%0
%45

Triadic Colors of #4a408d

#4a408d #8d4a40 #408d4a

Analogous Colors of #4a408d

#4a408d #71408d #405c8d

Monochromatic Colors of #4a408d

#4a408d

Complementary Color

#4a408d #838d40

#4a408d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a408d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a408d Color CSS Codes

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

#4a408d Text Font Color

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

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


#4a408d Background Color

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

This div background color is #4a408d


#4a408d Border Color

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

This div border color is #4a408d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a408d


Comments

No comments written yet.

Please login to write comment.