Color Hex Logo

#464891 Color Hex

#464891
(70,72,145)
0 Favorites   0 Comments

Color spaces of #464891

RGB 7072145
HSL0.660.350.42
HSV238°52°57°
CMYK 0.520.500.00   0.43
XYZ9.95407.981227.8039
Yxy7.98120.21760.1745
Hunter Lab28.251013.4536-38.5759
CIE-Lab33.943720.4056-40.7756

#464891 color RGB value is (70,72,145).

#464891 hex color red value is 70, green value is 72 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #464891 hue: 0.66 , saturation: 0.35 and the lightness value of 464891 is 0.42.

The process color (four color CMYK) of #464891 color hex is 0.52, 0.50, 0.00, 0.43. Web safe color of #464891 is #333399. Color #464891 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 10010001
Octal 106 110 221
Decimal 70 72 145
Hex 46 48 91

RGB Percentages of Color #464891

%24.39
%25.09
%50.52

CMYK Percentages of Color #464891

%52
%50
%0
%43

Triadic Colors of #464891

#464891 #914648 #489146

Analogous Colors of #464891

#464891 #6a4691 #466e91

Monochromatic Colors of #464891

#464891

Complementary Color

#464891 #918f46

#464891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464891 Color CSS Codes

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

#464891 Text Font Color

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

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


#464891 Background Color

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

This div background color is #464891


#464891 Border Color

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

This div border color is #464891


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,72,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464891; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464891;
  -webkit-box-shadow: 1px 1px 3px 2px #464891;
  box-shadow:         1px 1px 3px 2px #464891; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464891


Comments

No comments written yet.

Please login to write comment.