Color Hex Logo

#461baa Color Hex

#461BAA
(70,27,170)
0 Favorites   0 Comments

Color spaces of #461baa

RGB 7027170
HSL0.720.730.39
HSV258°84°67°
CMYK 0.590.840.00   0.33
XYZ10.17344.988238.4568
Yxy4.98820.18970.0930
Hunter Lab22.334342.2229-86.4559
CIE-Lab26.701153.3426-67.7508

#461baa color RGB value is (70,27,170).

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

The process color (four color CMYK) of #461baa color hex is 0.59, 0.84, 0.00, 0.33. Web safe color of #461baa is #333399. Color #461baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 10101010
Octal 106 33 252
Decimal 70 27 170
Hex 46 1B AA

RGB Percentages of Color #461baa

%26.22
%10.11
%63.67

CMYK Percentages of Color #461baa

%59
%84
%0
%33

Triadic Colors of #461baa

#461baa #aa461b #1baa46

Analogous Colors of #461baa

#461baa #8e1baa #1b38aa

Monochromatic Colors of #461baa

#461baa

Complementary Color

#461baa #7faa1b

#461baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#461baa Color CSS Codes

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

#461baa Text Font Color

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

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


#461baa Background Color

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

This div background color is #461baa


#461baa Border Color

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

This div border color is #461baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461baa


Comments

No comments written yet.

Please login to write comment.