Color Hex Logo

#464986 Color Hex

#464986
(70,73,134)
0 Favorites   0 Comments

Color spaces of #464986

RGB 7073134
HSL0.660.310.40
HSV237°48°53°
CMYK 0.480.460.00   0.47
XYZ9.21147.788423.5721
Yxy7.78840.22700.1920
Hunter Lab27.907710.0784-30.5436
CIE-Lab33.538316.1403-34.6799

#464986 color RGB value is (70,73,134).

#464986 hex color red value is 70, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #464986 hue: 0.66 , saturation: 0.31 and the lightness value of 464986 is 0.40.

The process color (four color CMYK) of #464986 color hex is 0.48, 0.46, 0.00, 0.47. Web safe color of #464986 is #333399. Color #464986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 10000110
Octal 106 111 206
Decimal 70 73 134
Hex 46 49 86

RGB Percentages of Color #464986

%25.27
%26.35
%48.38

CMYK Percentages of Color #464986

%48
%46
%0
%47

Triadic Colors of #464986

#464986 #864649 #498646

Analogous Colors of #464986

#464986 #634686 #466986

Monochromatic Colors of #464986

#464986

Complementary Color

#464986 #868346

#464986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464986 Color CSS Codes

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

#464986 Text Font Color

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

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


#464986 Background Color

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

This div background color is #464986


#464986 Border Color

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

This div border color is #464986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464986


Comments

No comments written yet.

Please login to write comment.