Color Hex Logo

#4901eb Color Hex

#4901EB
(73,1,235)
0 Favorites   0 Comments

Color spaces of #4901eb

RGB 731235
HSL0.720.990.46
HSV258°100°92°
CMYK 0.691.000.00   0.08
XYZ17.75397.436379.0969
Yxy7.43630.17020.0713
Hunter Lab27.269668.4909-152.8852
CIE-Lab32.780275.5578-95.6852

#4901eb color RGB value is (73,1,235).

#4901eb hex color red value is 73, green value is 1 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4901eb hue: 0.72 , saturation: 0.99 and the lightness value of 4901eb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000001 11101011
Octal 111 1 353
Decimal 73 1 235
Hex 49 1 EB

RGB Percentages of Color #4901eb

%23.62
%0.32
%76.05

CMYK Percentages of Color #4901eb

%69
%100
%0
%8

Triadic Colors of #4901eb

#4901eb #eb4901 #01eb49

Analogous Colors of #4901eb

#4901eb #be01eb #012eeb

Monochromatic Colors of #4901eb

#4901eb

Complementary Color

#4901eb #a3eb01

#4901eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4901eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4901eb Color CSS Codes

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

#4901eb Text Font Color

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

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


#4901eb Background Color

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

This div background color is #4901eb


#4901eb Border Color

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

This div border color is #4901eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4901eb


Comments

No comments written yet.

Please login to write comment.