Color Hex Logo

#4b044e Color Hex

#4B044E
(75,4,78)
0 Favorites   0 Comments

Color spaces of #4b044e

RGB 75478
HSL0.830.900.16
HSV298°95°31°
CMYK 0.040.950.00   0.69
XYZ4.32022.13277.3917
Yxy2.13270.31200.1540
Hunter Lab14.603827.2487-19.7870
CIE-Lab16.168839.7813-26.1243

#4b044e color RGB value is (75,4,78).

#4b044e hex color red value is 75, green value is 4 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4b044e hue: 0.83 , saturation: 0.90 and the lightness value of 4b044e is 0.16.

The process color (four color CMYK) of #4b044e color hex is 0.04, 0.95, 0.00, 0.69. Web safe color of #4b044e is #330066. Color #4b044e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000100 01001110
Octal 113 4 116
Decimal 75 4 78
Hex 4B 4 4E

RGB Percentages of Color #4b044e

%47.77
%2.55
%49.68

CMYK Percentages of Color #4b044e

%4
%95
%0
%69

Triadic Colors of #4b044e

#4b044e #4e4b04 #044e4b

Analogous Colors of #4b044e

#4b044e #4e042c #26044e

Monochromatic Colors of #4b044e

#4b044e

Complementary Color

#4b044e #074e04

#4b044e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b044e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b044e Color CSS Codes

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

#4b044e Text Font Color

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

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


#4b044e Background Color

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

This div background color is #4b044e


#4b044e Border Color

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

This div border color is #4b044e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b044e


Comments

No comments written yet.

Please login to write comment.