Color Hex Logo

#4619aa Color Hex

#4619AA
(70,25,170)
0 Favorites   0 Comments

Color spaces of #4619aa

RGB 7025170
HSL0.720.740.38
HSV259°85°67°
CMYK 0.590.850.00   0.33
XYZ10.12914.899638.4421
Yxy4.89960.18940.0916
Hunter Lab22.135042.9461-87.4749
CIE-Lab26.446854.0938-68.1713

#4619aa color RGB value is (70,25,170).

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

The process color (four color CMYK) of #4619aa color hex is 0.59, 0.85, 0.00, 0.33. Web safe color of #4619aa is #330099. Color #4619aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011001 10101010
Octal 106 31 252
Decimal 70 25 170
Hex 46 19 AA

RGB Percentages of Color #4619aa

%26.42
%9.43
%64.15

CMYK Percentages of Color #4619aa

%59
%85
%0
%33

Triadic Colors of #4619aa

#4619aa #aa4619 #19aa46

Analogous Colors of #4619aa

#4619aa #8f19aa #1935aa

Monochromatic Colors of #4619aa

#4619aa

Complementary Color

#4619aa #7daa19

#4619aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4619aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4619aa Color CSS Codes

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

#4619aa Text Font Color

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

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


#4619aa Background Color

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

This div background color is #4619aa


#4619aa Border Color

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

This div border color is #4619aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4619aa


Comments

No comments written yet.

Please login to write comment.