Color Hex Logo

#46089e Color Hex

#46089E
(70,8,158)
0 Favorites   0 Comments

Color spaces of #46089e

RGB 708158
HSL0.740.900.33
HSV265°95°62°
CMYK 0.560.950.00   0.38
XYZ8.78423.944432.6461
Yxy3.94440.19360.0869
Hunter Lab19.860544.1937-83.5567
CIE-Lab23.486855.8589-65.7803

#46089e color RGB value is (70,8,158).

#46089e hex color red value is 70, green value is 8 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #46089e hue: 0.74 , saturation: 0.90 and the lightness value of 46089e is 0.33.

The process color (four color CMYK) of #46089e color hex is 0.56, 0.95, 0.00, 0.38. Web safe color of #46089e is #330099. Color #46089e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001000 10011110
Octal 106 10 236
Decimal 70 8 158
Hex 46 8 9E

RGB Percentages of Color #46089e

%29.66
%3.39
%66.95

CMYK Percentages of Color #46089e

%56
%95
%0
%38

Triadic Colors of #46089e

#46089e #9e4608 #089e46

Analogous Colors of #46089e

#46089e #91089e #08159e

Monochromatic Colors of #46089e

#46089e

Complementary Color

#46089e #609e08

#46089e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46089e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46089e Color CSS Codes

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

#46089e Text Font Color

<p style="color:#46089e">Text here</p>

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


#46089e Background Color

<div style="background-color:#46089e">
Div content here</div>

This div background color is #46089e


#46089e Border Color

<div style="border:3px solid #46089e">
Div here</div>

This div border color is #46089e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,8,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46089e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46089e;
  -webkit-box-shadow: 1px 1px 3px 2px #46089e;
  box-shadow:         1px 1px 3px 2px #46089e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46089e


Comments

No comments written yet.

Please login to write comment.