Color Hex Logo

#4b49ea Color Hex

#4B49EA
(75,73,234)
0 Favorites   0 Comments

Color spaces of #4b49ea

RGB 7573234
HSL0.670.790.60
HSV241°69°92°
CMYK 0.680.690.00   0.08
XYZ20.135512.201579.1358
Yxy12.20150.18060.1095
Hunter Lab34.930641.7663-109.8708
CIE-Lab41.534650.0713-80.6209

#4b49ea color RGB value is (75,73,234).

#4b49ea hex color red value is 75, green value is 73 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4b49ea hue: 0.67 , saturation: 0.79 and the lightness value of 4b49ea is 0.60.

The process color (four color CMYK) of #4b49ea color hex is 0.68, 0.69, 0.00, 0.08. Web safe color of #4b49ea is #3333ff. Color #4b49ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001001 11101010
Octal 113 111 352
Decimal 75 73 234
Hex 4B 49 EA

RGB Percentages of Color #4b49ea

%19.63
%19.11
%61.26

CMYK Percentages of Color #4b49ea

%68
%69
%0
%8

Triadic Colors of #4b49ea

#4b49ea #ea4b49 #49ea4b

Analogous Colors of #4b49ea

#4b49ea #9c49ea #4998ea

Monochromatic Colors of #4b49ea

#4b49ea

Complementary Color

#4b49ea #e8ea49

#4b49ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b49ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b49ea Color CSS Codes

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

#4b49ea Text Font Color

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

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


#4b49ea Background Color

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

This div background color is #4b49ea


#4b49ea Border Color

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

This div border color is #4b49ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b49ea


Comments

No comments written yet.

Please login to write comment.