Color Hex Logo

#4931eb Color Hex

#4931EB
(73,49,235)
0 Favorites   0 Comments

Color spaces of #4931eb

RGB 7349235
HSL0.690.820.56
HSV248°79°92°
CMYK 0.690.790.00   0.08
XYZ18.84149.611379.4594
Yxy9.61130.17460.0891
Hunter Lab31.002154.2290-130.2608
CIE-Lab37.135662.5052-88.4502

#4931eb color RGB value is (73,49,235).

#4931eb hex color red value is 73, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4931eb hue: 0.69 , saturation: 0.82 and the lightness value of 4931eb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 11101011
Octal 111 61 353
Decimal 73 49 235
Hex 49 31 EB

RGB Percentages of Color #4931eb

%20.45
%13.73
%65.83

CMYK Percentages of Color #4931eb

%69
%79
%0
%8

Triadic Colors of #4931eb

#4931eb #eb4931 #31eb49

Analogous Colors of #4931eb

#4931eb #a631eb #3176eb

Monochromatic Colors of #4931eb

#4931eb

Complementary Color

#4931eb #d3eb31

#4931eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4931eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4931eb Color CSS Codes

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

#4931eb Text Font Color

<p style="color:#4931eb">Text here</p>

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


#4931eb Background Color

<div style="background-color:#4931eb">
Div content here</div>

This div background color is #4931eb


#4931eb Border Color

<div style="border:3px solid #4931eb">
Div here</div>

This div border color is #4931eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,49,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4931eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4931eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4931eb;
  box-shadow:         1px 1px 3px 2px #4931eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4931eb


Comments

No comments written yet.

Please login to write comment.