Color Hex Logo

#46296f Color Hex

#46296F
(70,41,111)
0 Favorites   0 Comments

Color spaces of #46296f

RGB 7041111
HSL0.740.460.30
HSV265°63°44°
CMYK 0.370.630.00   0.56
XYZ6.18804.035715.4917
Yxy4.03570.24060.1569
Hunter Lab20.089119.8272-31.6592
CIE-Lab23.789129.6393-35.8083

#46296f color RGB value is (70,41,111).

#46296f hex color red value is 70, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #46296f hue: 0.74 , saturation: 0.46 and the lightness value of 46296f is 0.30.

The process color (four color CMYK) of #46296f color hex is 0.37, 0.63, 0.00, 0.56. Web safe color of #46296f is #333366. Color #46296f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101001 01101111
Octal 106 51 157
Decimal 70 41 111
Hex 46 29 6F

RGB Percentages of Color #46296f

%31.53
%18.47
%50.00

CMYK Percentages of Color #46296f

%37
%63
%0
%56

Triadic Colors of #46296f

#46296f #6f4629 #296f46

Analogous Colors of #46296f

#46296f #69296f #292f6f

Monochromatic Colors of #46296f

#46296f

Complementary Color

#46296f #526f29

#46296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46296f Color CSS Codes

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

#46296f Text Font Color

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

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


#46296f Background Color

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

This div background color is #46296f


#46296f Border Color

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

This div border color is #46296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46296f


Comments

No comments written yet.

Please login to write comment.