Color Hex Logo

#46236d Color Hex

#46236D
(70,35,109)
0 Favorites   0 Comments

Color spaces of #46236d

RGB 7035109
HSL0.750.510.28
HSV268°68°43°
CMYK 0.360.680.00   0.57
XYZ5.88713.608314.8542
Yxy3.60830.24180.1482
Hunter Lab18.995522.0786-33.0670
CIE-Lab22.331832.6063-36.8687

#46236d color RGB value is (70,35,109).

#46236d hex color red value is 70, green value is 35 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #46236d hue: 0.75 , saturation: 0.51 and the lightness value of 46236d is 0.28.

The process color (four color CMYK) of #46236d color hex is 0.36, 0.68, 0.00, 0.57. Web safe color of #46236d is #333366. Color #46236d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100011 01101101
Octal 106 43 155
Decimal 70 35 109
Hex 46 23 6D

RGB Percentages of Color #46236d

%32.71
%16.36
%50.93

CMYK Percentages of Color #46236d

%36
%68
%0
%57

Triadic Colors of #46236d

#46236d #6d4623 #236d46

Analogous Colors of #46236d

#46236d #6b236d #23256d

Monochromatic Colors of #46236d

#46236d

Complementary Color

#46236d #4a6d23

#46236d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46236d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46236d Color CSS Codes

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

#46236d Text Font Color

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

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


#46236d Background Color

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

This div background color is #46236d


#46236d Border Color

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

This div border color is #46236d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,35,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46236d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46236d;
  -webkit-box-shadow: 1px 1px 3px 2px #46236d;
  box-shadow:         1px 1px 3px 2px #46236d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46236d


Comments

No comments written yet.

Please login to write comment.