Color Hex Logo

#461aaf Color Hex

#461AAF
(70,26,175)
0 Favorites   0 Comments

Color spaces of #461aaf

RGB 7026175
HSL0.720.740.39
HSV258°85°69°
CMYK 0.600.850.00   0.31
XYZ10.63305.136040.9884
Yxy5.13600.18730.0905
Hunter Lab22.662744.0896-91.3694
CIE-Lab27.118855.0649-70.0672

#461aaf color RGB value is (70,26,175).

#461aaf hex color red value is 70, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #461aaf hue: 0.72 , saturation: 0.74 and the lightness value of 461aaf is 0.39.

The process color (four color CMYK) of #461aaf color hex is 0.60, 0.85, 0.00, 0.31. Web safe color of #461aaf is #333399. Color #461aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011010 10101111
Octal 106 32 257
Decimal 70 26 175
Hex 46 1A AF

RGB Percentages of Color #461aaf

%25.83
%9.59
%64.58

CMYK Percentages of Color #461aaf

%60
%85
%0
%31

Triadic Colors of #461aaf

#461aaf #af461a #1aaf46

Analogous Colors of #461aaf

#461aaf #911aaf #1a39af

Monochromatic Colors of #461aaf

#461aaf

Complementary Color

#461aaf #83af1a

#461aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#461aaf Color CSS Codes

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

#461aaf Text Font Color

<p style="color:#461aaf">Text here</p>

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


#461aaf Background Color

<div style="background-color:#461aaf">
Div content here</div>

This div background color is #461aaf


#461aaf Border Color

<div style="border:3px solid #461aaf">
Div here</div>

This div border color is #461aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,26,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #461aaf;
  box-shadow:         1px 1px 3px 2px #461aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461aaf


Comments

No comments written yet.

Please login to write comment.