Color Hex Logo

#4b409a Color Hex

#4B409A
(75,64,154)
0 Favorites   0 Comments

Color spaces of #4b409a

RGB 7564154
HSL0.690.410.43
HSV247°58°60°
CMYK 0.510.580.00   0.40
XYZ10.56787.495731.4617
Yxy7.49570.21340.1514
Hunter Lab27.378320.9876-48.9682
CIE-Lab32.909729.6103-47.8949

#4b409a color RGB value is (75,64,154).

#4b409a hex color red value is 75, green value is 64 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4b409a hue: 0.69 , saturation: 0.41 and the lightness value of 4b409a is 0.43.

The process color (four color CMYK) of #4b409a color hex is 0.51, 0.58, 0.00, 0.40. Web safe color of #4b409a is #333399. Color #4b409a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000000 10011010
Octal 113 100 232
Decimal 75 64 154
Hex 4B 40 9A

RGB Percentages of Color #4b409a

%25.60
%21.84
%52.56

CMYK Percentages of Color #4b409a

%51
%58
%0
%40

Triadic Colors of #4b409a

#4b409a #9a4b40 #409a4b

Analogous Colors of #4b409a

#4b409a #78409a #40629a

Monochromatic Colors of #4b409a

#4b409a

Complementary Color

#4b409a #8f9a40

#4b409a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b409a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b409a Color CSS Codes

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

#4b409a Text Font Color

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

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


#4b409a Background Color

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

This div background color is #4b409a


#4b409a Border Color

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

This div border color is #4b409a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b409a


Comments

No comments written yet.

Please login to write comment.