Color Hex Logo

#463961 Color Hex

#463961
(70,57,97)
0 Favorites   0 Comments

Color spaces of #463961

RGB 705797
HSL0.720.260.30
HSV260°41°38°
CMYK 0.280.410.00   0.62
XYZ6.14665.091411.9680
Yxy5.09140.26490.2194
Hunter Lab22.56419.1372-15.6525
CIE-Lab26.993615.3773-21.6772

#463961 color RGB value is (70,57,97).

#463961 hex color red value is 70, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #463961 hue: 0.72 , saturation: 0.26 and the lightness value of 463961 is 0.30.

The process color (four color CMYK) of #463961 color hex is 0.28, 0.41, 0.00, 0.62. Web safe color of #463961 is #333366. Color #463961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 01100001
Octal 106 71 141
Decimal 70 57 97
Hex 46 39 61

RGB Percentages of Color #463961

%31.25
%25.45
%43.30

CMYK Percentages of Color #463961

%28
%41
%0
%62

Triadic Colors of #463961

#463961 #614639 #396146

Analogous Colors of #463961

#463961 #5a3961 #394061

Monochromatic Colors of #463961

#463961

Complementary Color

#463961 #546139

#463961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463961 Color CSS Codes

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

#463961 Text Font Color

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

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


#463961 Background Color

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

This div background color is #463961


#463961 Border Color

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

This div border color is #463961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463961


Comments

No comments written yet.

Please login to write comment.