Color Hex Logo

#46465e Color Hex

#46465E
(70,70,94)
0 Favorites   0 Comments

Color spaces of #46465e

RGB 707094
HSL0.670.150.32
HSV240°26°37°
CMYK 0.260.260.00   0.63
XYZ6.73636.490611.4874
Yxy6.49060.27260.2626
Hunter Lab25.47672.6132-8.9001
CIE-Lab30.61795.9784-14.1283

#46465e color RGB value is (70,70,94).

#46465e hex color red value is 70, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46465e hue: 0.67 , saturation: 0.15 and the lightness value of 46465e is 0.32.

The process color (four color CMYK) of #46465e color hex is 0.26, 0.26, 0.00, 0.63. Web safe color of #46465e is #333366. Color #46465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 01011110
Octal 106 106 136
Decimal 70 70 94
Hex 46 46 5E

RGB Percentages of Color #46465e

%29.91
%29.91
%40.17

CMYK Percentages of Color #46465e

%26
%26
%0
%63

Triadic Colors of #46465e

#46465e #5e4646 #465e46

Analogous Colors of #46465e

#46465e #52465e #46525e

Monochromatic Colors of #46465e

#46465e

Complementary Color

#46465e #5e5e46

#46465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46465e Color CSS Codes

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

#46465e Text Font Color

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

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


#46465e Background Color

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

This div background color is #46465e


#46465e Border Color

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

This div border color is #46465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46465e


Comments

No comments written yet.

Please login to write comment.