Color Hex Logo

#46176b Color Hex

#46176B
(70,23,107)
0 Favorites   0 Comments

Color spaces of #46176b

RGB 7023107
HSL0.760.650.25
HSV274°79°42°
CMYK 0.350.790.00   0.58
XYZ5.48602.976414.1953
Yxy2.97640.24210.1314
Hunter Lab17.252226.5694-36.7078
CIE-Lab19.949138.2774-39.4312

#46176b color RGB value is (70,23,107).

#46176b hex color red value is 70, green value is 23 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #46176b hue: 0.76 , saturation: 0.65 and the lightness value of 46176b is 0.25.

The process color (four color CMYK) of #46176b color hex is 0.35, 0.79, 0.00, 0.58. Web safe color of #46176b is #330066. Color #46176b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010111 01101011
Octal 106 27 153
Decimal 70 23 107
Hex 46 17 6B

RGB Percentages of Color #46176b

%35.00
%11.50
%53.50

CMYK Percentages of Color #46176b

%35
%79
%0
%58

Triadic Colors of #46176b

#46176b #6b4617 #176b46

Analogous Colors of #46176b

#46176b #6b1766 #1c176b

Monochromatic Colors of #46176b

#46176b

Complementary Color

#46176b #3c6b17

#46176b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46176b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46176b Color CSS Codes

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

#46176b Text Font Color

<p style="color:#46176b">Text here</p>

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


#46176b Background Color

<div style="background-color:#46176b">
Div content here</div>

This div background color is #46176b


#46176b Border Color

<div style="border:3px solid #46176b">
Div here</div>

This div border color is #46176b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,23,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46176b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46176b;
  -webkit-box-shadow: 1px 1px 3px 2px #46176b;
  box-shadow:         1px 1px 3px 2px #46176b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46176b


Comments

No comments written yet.

Please login to write comment.