Color Hex Logo

#46295a Color Hex

#46295A
(70,41,90)
0 Favorites   0 Comments

Color spaces of #46295a

RGB 704190
HSL0.770.370.26
HSV276°54°35°
CMYK 0.220.540.00   0.65
XYZ5.16423.626210.1006
Yxy3.62620.27340.1920
Hunter Lab19.042615.0833-18.1189
CIE-Lab22.395123.8801-24.3386

#46295a color RGB value is (70,41,90).

#46295a hex color red value is 70, green value is 41 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #46295a hue: 0.77 , saturation: 0.37 and the lightness value of 46295a is 0.26.

The process color (four color CMYK) of #46295a color hex is 0.22, 0.54, 0.00, 0.65. Web safe color of #46295a is #333366. Color #46295a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101001 01011010
Octal 106 51 132
Decimal 70 41 90
Hex 46 29 5A

RGB Percentages of Color #46295a

%34.83
%20.40
%44.78

CMYK Percentages of Color #46295a

%22
%54
%0
%65

Triadic Colors of #46295a

#46295a #5a4629 #295a46

Analogous Colors of #46295a

#46295a #5a2956 #2e295a

Monochromatic Colors of #46295a

#46295a

Complementary Color

#46295a #3d5a29

#46295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46295a Color CSS Codes

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

#46295a Text Font Color

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

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


#46295a Background Color

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

This div background color is #46295a


#46295a Border Color

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

This div border color is #46295a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,41,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46295a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46295a;
  -webkit-box-shadow: 1px 1px 3px 2px #46295a;
  box-shadow:         1px 1px 3px 2px #46295a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46295a

#46295a Color Palettes


Comments

No comments written yet.

Please login to write comment.