Color Hex Logo

#46389f Color Hex

#46389F
(70,56,159)
0 Favorites   0 Comments

Color spaces of #46389f

RGB 7056159
HSL0.690.480.42
HSV248°65°62°
CMYK 0.560.650.00   0.38
XYZ10.19806.633633.5438
Yxy6.63360.20240.1317
Hunter Lab25.755825.6045-59.1890
CIE-Lab30.957835.1861-54.1151

#46389f color RGB value is (70,56,159).

#46389f hex color red value is 70, green value is 56 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #46389f hue: 0.69 , saturation: 0.48 and the lightness value of 46389f is 0.42.

The process color (four color CMYK) of #46389f color hex is 0.56, 0.65, 0.00, 0.38. Web safe color of #46389f is #333399. Color #46389f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111000 10011111
Octal 106 70 237
Decimal 70 56 159
Hex 46 38 9F

RGB Percentages of Color #46389f

%24.56
%19.65
%55.79

CMYK Percentages of Color #46389f

%56
%65
%0
%38

Triadic Colors of #46389f

#46389f #9f4638 #389f46

Analogous Colors of #46389f

#46389f #7a389f #385e9f

Monochromatic Colors of #46389f

#46389f

Complementary Color

#46389f #919f38

#46389f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46389f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46389f Color CSS Codes

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

#46389f Text Font Color

<p style="color:#46389f">Text here</p>

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


#46389f Background Color

<div style="background-color:#46389f">
Div content here</div>

This div background color is #46389f


#46389f Border Color

<div style="border:3px solid #46389f">
Div here</div>

This div border color is #46389f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,56,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46389f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46389f;
  -webkit-box-shadow: 1px 1px 3px 2px #46389f;
  box-shadow:         1px 1px 3px 2px #46389f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46389f


Comments

No comments written yet.

Please login to write comment.