Color Hex Logo

#463551 Color Hex

#463551
(70,53,81)
0 Favorites   0 Comments

Color spaces of #463551

RGB 705381
HSL0.770.210.26
HSV276°35°32°
CMYK 0.140.350.00   0.68
XYZ5.28414.44248.3635
Yxy4.44240.29210.2456
Hunter Lab21.07707.8660-8.7728
CIE-Lab25.083213.7478-14.1840

#463551 color RGB value is (70,53,81).

#463551 hex color red value is 70, green value is 53 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #463551 hue: 0.77 , saturation: 0.21 and the lightness value of 463551 is 0.26.

The process color (four color CMYK) of #463551 color hex is 0.14, 0.35, 0.00, 0.68. Web safe color of #463551 is #333366. Color #463551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 01010001
Octal 106 65 121
Decimal 70 53 81
Hex 46 35 51

RGB Percentages of Color #463551

%34.31
%25.98
%39.71

CMYK Percentages of Color #463551

%14
%35
%0
%68

Triadic Colors of #463551

#463551 #514635 #355146

Analogous Colors of #463551

#463551 #51354e #383551

Monochromatic Colors of #463551

#463551

Complementary Color

#463551 #405135

#463551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463551 Color CSS Codes

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

#463551 Text Font Color

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

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


#463551 Background Color

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

This div background color is #463551


#463551 Border Color

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

This div border color is #463551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463551


Comments

No comments written yet.

Please login to write comment.