Color Hex Logo

#4618aa Color Hex

#4618AA
(70,24,170)
0 Favorites   0 Comments

Color spaces of #4618aa

RGB 7024170
HSL0.720.750.38
HSV259°86°67°
CMYK 0.590.860.00   0.33
XYZ10.10814.857638.4351
Yxy4.85760.18930.0910
Hunter Lab22.040043.2948-87.9668
CIE-Lab26.325254.4542-68.3724

#4618aa color RGB value is (70,24,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011000 10101010
Octal 106 30 252
Decimal 70 24 170
Hex 46 18 AA

RGB Percentages of Color #4618aa

%26.52
%9.09
%64.39

CMYK Percentages of Color #4618aa

%59
%86
%0
%33

Triadic Colors of #4618aa

#4618aa #aa4618 #18aa46

Analogous Colors of #4618aa

#4618aa #8f18aa #1833aa

Monochromatic Colors of #4618aa

#4618aa

Complementary Color

#4618aa #7caa18

#4618aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4618aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4618aa Color CSS Codes

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

#4618aa Text Font Color

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

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


#4618aa Background Color

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

This div background color is #4618aa


#4618aa Border Color

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

This div border color is #4618aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4618aa


Comments

No comments written yet.

Please login to write comment.