Color Hex Logo

#46193c Color Hex

#46193C
(70,25,60)
0 Favorites   0 Comments

Color spaces of #46193c

RGB 702560
HSL0.870.470.19
HSV313°64°27°
CMYK 0.000.640.14   0.73
XYZ3.68902.32364.5290
Yxy2.32360.34990.2204
Hunter Lab15.243416.5224-6.9455
CIE-Lab17.101326.6102-12.2252

#46193c color RGB value is (70,25,60).

#46193c hex color red value is 70, green value is 25 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46193c hue: 0.87 , saturation: 0.47 and the lightness value of 46193c is 0.19.

The process color (four color CMYK) of #46193c color hex is 0.00, 0.64, 0.14, 0.73. Web safe color of #46193c is #330033. Color #46193c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011001 00111100
Octal 106 31 74
Decimal 70 25 60
Hex 46 19 3C

RGB Percentages of Color #46193c

%45.16
%16.13
%38.71

CMYK Percentages of Color #46193c

%0
%64
%14
%73

Triadic Colors of #46193c

#46193c #3c4619 #193c46

Analogous Colors of #46193c

#46193c #461926 #3a1946

Monochromatic Colors of #46193c

#46193c

Complementary Color

#46193c #194623

#46193c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46193c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46193c Color CSS Codes

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

#46193c Text Font Color

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

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


#46193c Background Color

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

This div background color is #46193c


#46193c Border Color

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

This div border color is #46193c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46193c


Comments

No comments written yet.

Please login to write comment.