Color Hex Logo

#46459a Color Hex

#46459A
(70,69,154)
0 Favorites   0 Comments

Color spaces of #46459a

RGB 7069154
HSL0.670.380.44
HSV241°55°60°
CMYK 0.550.550.00   0.40
XYZ10.48667.891431.5423
Yxy7.89140.21010.1581
Hunter Lab28.091617.4736-46.9088
CIE-Lab33.755725.3467-46.5493

#46459a color RGB value is (70,69,154).

#46459a hex color red value is 70, green value is 69 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #46459a hue: 0.67 , saturation: 0.38 and the lightness value of 46459a is 0.44.

The process color (four color CMYK) of #46459a color hex is 0.55, 0.55, 0.00, 0.40. Web safe color of #46459a is #333399. Color #46459a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 10011010
Octal 106 105 232
Decimal 70 69 154
Hex 46 45 9A

RGB Percentages of Color #46459a

%23.89
%23.55
%52.56

CMYK Percentages of Color #46459a

%55
%55
%0
%40

Triadic Colors of #46459a

#46459a #9a4645 #459a46

Analogous Colors of #46459a

#46459a #71459a #456f9a

Monochromatic Colors of #46459a

#46459a

Complementary Color

#46459a #999a45

#46459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46459a Color CSS Codes

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

#46459a Text Font Color

<p style="color:#46459a">Text here</p>

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


#46459a Background Color

<div style="background-color:#46459a">
Div content here</div>

This div background color is #46459a


#46459a Border Color

<div style="border:3px solid #46459a">
Div here</div>

This div border color is #46459a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,69,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46459a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46459a;
  -webkit-box-shadow: 1px 1px 3px 2px #46459a;
  box-shadow:         1px 1px 3px 2px #46459a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46459a


Comments

No comments written yet.

Please login to write comment.