Color Hex Logo

#464aa9 Color Hex

#464AA9
(70,74,169)
0 Favorites   0 Comments

Color spaces of #464aa9

RGB 7074169
HSL0.660.410.47
HSV238°59°66°
CMYK 0.590.560.00   0.34
XYZ12.13609.064238.6460
Yxy9.06420.20280.1515
Hunter Lab30.106819.2661-55.0316
CIE-Lab36.107627.1750-51.7642

#464aa9 color RGB value is (70,74,169).

#464aa9 hex color red value is 70, green value is 74 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #464aa9 hue: 0.66 , saturation: 0.41 and the lightness value of 464aa9 is 0.47.

The process color (four color CMYK) of #464aa9 color hex is 0.59, 0.56, 0.00, 0.34. Web safe color of #464aa9 is #333399. Color #464aa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 10101001
Octal 106 112 251
Decimal 70 74 169
Hex 46 4A A9

RGB Percentages of Color #464aa9

%22.36
%23.64
%53.99

CMYK Percentages of Color #464aa9

%59
%56
%0
%34

Triadic Colors of #464aa9

#464aa9 #a9464a #4aa946

Analogous Colors of #464aa9

#464aa9 #7446a9 #467ca9

Monochromatic Colors of #464aa9

#464aa9

Complementary Color

#464aa9 #a9a546

#464aa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464aa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464aa9 Color CSS Codes

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

#464aa9 Text Font Color

<p style="color:#464aa9">Text here</p>

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


#464aa9 Background Color

<div style="background-color:#464aa9">
Div content here</div>

This div background color is #464aa9


#464aa9 Border Color

<div style="border:3px solid #464aa9">
Div here</div>

This div border color is #464aa9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,74,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464aa9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464aa9;
  -webkit-box-shadow: 1px 1px 3px 2px #464aa9;
  box-shadow:         1px 1px 3px 2px #464aa9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464aa9


Comments

No comments written yet.

Please login to write comment.