Color Hex Logo

#46189c Color Hex

#46189C
(70,24,156)
0 Favorites   0 Comments

Color spaces of #46189c

RGB 7024156
HSL0.720.730.35
HSV261°85°61°
CMYK 0.550.850.00   0.39
XYZ8.85324.355731.8266
Yxy4.35570.19660.0967
Hunter Lab20.870339.1968-75.8062
CIE-Lab24.814150.7278-62.3621

#46189c color RGB value is (70,24,156).

#46189c hex color red value is 70, green value is 24 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #46189c hue: 0.72 , saturation: 0.73 and the lightness value of 46189c is 0.35.

The process color (four color CMYK) of #46189c color hex is 0.55, 0.85, 0.00, 0.39. Web safe color of #46189c is #330099. Color #46189c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011000 10011100
Octal 106 30 234
Decimal 70 24 156
Hex 46 18 9C

RGB Percentages of Color #46189c

%28.00
%9.60
%62.40

CMYK Percentages of Color #46189c

%55
%85
%0
%39

Triadic Colors of #46189c

#46189c #9c4618 #189c46

Analogous Colors of #46189c

#46189c #88189c #182c9c

Monochromatic Colors of #46189c

#46189c

Complementary Color

#46189c #6e9c18

#46189c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46189c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46189c Color CSS Codes

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

#46189c Text Font Color

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

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


#46189c Background Color

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

This div background color is #46189c


#46189c Border Color

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

This div border color is #46189c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46189c


Comments

No comments written yet.

Please login to write comment.