Color Hex Logo

#464084 Color Hex

#464084
(70,64,132)
0 Favorites   0 Comments

Color spaces of #464084

RGB 7064132
HSL0.680.350.38
HSV245°52°52°
CMYK 0.470.520.00   0.48
XYZ8.52406.634822.6612
Yxy6.63480.22540.1754
Hunter Lab25.758113.9934-34.1309
CIE-Lab30.960621.3895-37.5568

#464084 color RGB value is (70,64,132).

#464084 hex color red value is 70, green value is 64 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #464084 hue: 0.68 , saturation: 0.35 and the lightness value of 464084 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 10000100
Octal 106 100 204
Decimal 70 64 132
Hex 46 40 84

RGB Percentages of Color #464084

%26.32
%24.06
%49.62

CMYK Percentages of Color #464084

%47
%52
%0
%48

Triadic Colors of #464084

#464084 #844640 #408446

Analogous Colors of #464084

#464084 #684084 #405c84

Monochromatic Colors of #464084

#464084

Complementary Color

#464084 #7e8440

#464084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464084 Color CSS Codes

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

#464084 Text Font Color

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

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


#464084 Background Color

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

This div background color is #464084


#464084 Border Color

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

This div border color is #464084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464084


Comments

No comments written yet.

Please login to write comment.