Color Hex Logo

#463754 Color Hex

#463754
(70,55,84)
0 Favorites   0 Comments

Color spaces of #463754

RGB 705584
HSL0.750.210.27
HSV271°35°33°
CMYK 0.170.350.00   0.67
XYZ5.49224.67469.0003
Yxy4.67460.28650.2439
Hunter Lab21.62087.5068-9.5466
CIE-Lab25.786813.1877-15.0760

#463754 color RGB value is (70,55,84).

#463754 hex color red value is 70, green value is 55 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #463754 hue: 0.75 , saturation: 0.21 and the lightness value of 463754 is 0.27.

The process color (four color CMYK) of #463754 color hex is 0.17, 0.35, 0.00, 0.67. Web safe color of #463754 is #333366. Color #463754 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110111 01010100
Octal 106 67 124
Decimal 70 55 84
Hex 46 37 54

RGB Percentages of Color #463754

%33.49
%26.32
%40.19

CMYK Percentages of Color #463754

%17
%35
%0
%67

Triadic Colors of #463754

#463754 #544637 #375446

Analogous Colors of #463754

#463754 #543754 #383754

Monochromatic Colors of #463754

#463754

Complementary Color

#463754 #455437

#463754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463754 Color CSS Codes

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

#463754 Text Font Color

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

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


#463754 Background Color

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

This div background color is #463754


#463754 Border Color

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

This div border color is #463754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463754


Comments

No comments written yet.

Please login to write comment.