Color Hex Logo

#4619ae Color Hex

#4619AE
(70,25,174)
0 Favorites   0 Comments

Color spaces of #4619ae

RGB 7025174
HSL0.720.750.39
HSV258°86°68°
CMYK 0.600.860.00   0.32
XYZ10.51345.053340.4657
Yxy5.05330.18760.0902
Hunter Lab22.479544.1430-90.9930
CIE-Lab26.886155.1611-69.8519

#4619ae color RGB value is (70,25,174).

#4619ae hex color red value is 70, green value is 25 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4619ae hue: 0.72 , saturation: 0.75 and the lightness value of 4619ae is 0.39.

The process color (four color CMYK) of #4619ae color hex is 0.60, 0.86, 0.00, 0.32. Web safe color of #4619ae is #330099. Color #4619ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011001 10101110
Octal 106 31 256
Decimal 70 25 174
Hex 46 19 AE

RGB Percentages of Color #4619ae

%26.02
%9.29
%64.68

CMYK Percentages of Color #4619ae

%60
%86
%0
%32

Triadic Colors of #4619ae

#4619ae #ae4619 #19ae46

Analogous Colors of #4619ae

#4619ae #9119ae #1937ae

Monochromatic Colors of #4619ae

#4619ae

Complementary Color

#4619ae #81ae19

#4619ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4619ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4619ae Color CSS Codes

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

#4619ae Text Font Color

<p style="color:#4619ae">Text here</p>

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


#4619ae Background Color

<div style="background-color:#4619ae">
Div content here</div>

This div background color is #4619ae


#4619ae Border Color

<div style="border:3px solid #4619ae">
Div here</div>

This div border color is #4619ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,25,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4619ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4619ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4619ae;
  box-shadow:         1px 1px 3px 2px #4619ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,25,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4619ae


Comments

No comments written yet.

Please login to write comment.