Color Hex Logo

#463578 Color Hex

#463578
(70,53,120)
0 Favorites   0 Comments

Color spaces of #463578

RGB 7053120
HSL0.710.390.34
HSV255°56°47°
CMYK 0.420.560.00   0.53
XYZ7.18915.204418.3949
Yxy5.20440.23350.1690
Hunter Lab22.813216.3276-31.8380
CIE-Lab27.309324.7756-35.8915

#463578 color RGB value is (70,53,120).

#463578 hex color red value is 70, green value is 53 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #463578 hue: 0.71 , saturation: 0.39 and the lightness value of 463578 is 0.34.

The process color (four color CMYK) of #463578 color hex is 0.42, 0.56, 0.00, 0.53. Web safe color of #463578 is #333366. Color #463578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 01111000
Octal 106 65 170
Decimal 70 53 120
Hex 46 35 78

RGB Percentages of Color #463578

%28.81
%21.81
%49.38

CMYK Percentages of Color #463578

%42
%56
%0
%53

Triadic Colors of #463578

#463578 #784635 #357846

Analogous Colors of #463578

#463578 #683578 #354678

Monochromatic Colors of #463578

#463578

Complementary Color

#463578 #677835

#463578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463578 Color CSS Codes

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

#463578 Text Font Color

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

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


#463578 Background Color

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

This div background color is #463578


#463578 Border Color

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

This div border color is #463578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463578


Comments

No comments written yet.

Please login to write comment.