Color Hex Logo

#4846eb Color Hex

#4846EB
(72,70,235)
0 Favorites   0 Comments

Color spaces of #4846eb

RGB 7270235
HSL0.670.800.60
HSV241°70°92°
CMYK 0.690.700.00   0.08
XYZ19.858011.756279.8198
Yxy11.75620.17820.1055
Hunter Lab34.287343.3781-114.0241
CIE-Lab40.826051.7500-82.3592

#4846eb color RGB value is (72,70,235).

#4846eb hex color red value is 72, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4846eb hue: 0.67 , saturation: 0.80 and the lightness value of 4846eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 11101011
Octal 110 106 353
Decimal 72 70 235
Hex 48 46 EB

RGB Percentages of Color #4846eb

%19.10
%18.57
%62.33

CMYK Percentages of Color #4846eb

%69
%70
%0
%8

Triadic Colors of #4846eb

#4846eb #eb4846 #46eb48

Analogous Colors of #4846eb

#4846eb #9b46eb #4697eb

Monochromatic Colors of #4846eb

#4846eb

Complementary Color

#4846eb #e9eb46

#4846eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4846eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4846eb Color CSS Codes

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

#4846eb Text Font Color

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

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


#4846eb Background Color

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

This div background color is #4846eb


#4846eb Border Color

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

This div border color is #4846eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4846eb


Comments

No comments written yet.

Please login to write comment.