Color Hex Logo

#463176 Color Hex

#463176
(70,49,118)
0 Favorites   0 Comments

Color spaces of #463176

RGB 7049118
HSL0.720.410.33
HSV258°58°46°
CMYK 0.410.580.00   0.54
XYZ6.89414.806717.7040
Yxy4.80670.23450.1635
Hunter Lab21.924217.7623-32.5303
CIE-Lab26.176826.7244-36.4423

#463176 color RGB value is (70,49,118).

#463176 hex color red value is 70, green value is 49 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #463176 hue: 0.72 , saturation: 0.41 and the lightness value of 463176 is 0.33.

The process color (four color CMYK) of #463176 color hex is 0.41, 0.58, 0.00, 0.54. Web safe color of #463176 is #333366. Color #463176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 01110110
Octal 106 61 166
Decimal 70 49 118
Hex 46 31 76

RGB Percentages of Color #463176

%29.54
%20.68
%49.79

CMYK Percentages of Color #463176

%41
%58
%0
%54

Triadic Colors of #463176

#463176 #764631 #317646

Analogous Colors of #463176

#463176 #693176 #313f76

Monochromatic Colors of #463176

#463176

Complementary Color

#463176 #617631

#463176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463176 Color CSS Codes

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

#463176 Text Font Color

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

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


#463176 Background Color

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

This div background color is #463176


#463176 Border Color

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

This div border color is #463176


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,49,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463176; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463176;
  -webkit-box-shadow: 1px 1px 3px 2px #463176;
  box-shadow:         1px 1px 3px 2px #463176; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463176


Comments

No comments written yet.

Please login to write comment.