Color Hex Logo

#46214c Color Hex

#46214C
(70,33,76)
0 Favorites   0 Comments

Color spaces of #46214c

RGB 703376
HSL0.810.390.21
HSV292°57°30°
CMYK 0.080.570.00   0.70
XYZ4.37422.91167.1689
Yxy2.91160.30260.2014
Hunter Lab17.063415.8974-12.9653
CIE-Lab19.686325.3598-19.2314

#46214c color RGB value is (70,33,76).

#46214c hex color red value is 70, green value is 33 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #46214c hue: 0.81 , saturation: 0.39 and the lightness value of 46214c is 0.21.

The process color (four color CMYK) of #46214c color hex is 0.08, 0.57, 0.00, 0.70. Web safe color of #46214c is #333333. Color #46214c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 01001100
Octal 106 41 114
Decimal 70 33 76
Hex 46 21 4C

RGB Percentages of Color #46214c

%39.11
%18.44
%42.46

CMYK Percentages of Color #46214c

%8
%57
%0
%70

Triadic Colors of #46214c

#46214c #4c4621 #214c46

Analogous Colors of #46214c

#46214c #4c213d #31214c

Monochromatic Colors of #46214c

#46214c

Complementary Color

#46214c #274c21

#46214c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46214c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46214c Color CSS Codes

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

#46214c Text Font Color

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

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


#46214c Background Color

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

This div background color is #46214c


#46214c Border Color

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

This div border color is #46214c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,33,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46214c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46214c;
  -webkit-box-shadow: 1px 1px 3px 2px #46214c;
  box-shadow:         1px 1px 3px 2px #46214c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46214c


Comments

No comments written yet.

Please login to write comment.