Color Hex Logo

#463975 Color Hex

#463975
(70,57,117)
0 Favorites   0 Comments

Color spaces of #463975

RGB 7057117
HSL0.700.340.34
HSV253°51°46°
CMYK 0.400.510.00   0.54
XYZ7.19985.512717.5142
Yxy5.51270.23820.1824
Hunter Lab23.479113.6479-27.7918
CIE-Lab28.148221.2647-32.6519

#463975 color RGB value is (70,57,117).

#463975 hex color red value is 70, green value is 57 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #463975 hue: 0.70 , saturation: 0.34 and the lightness value of 463975 is 0.34.

The process color (four color CMYK) of #463975 color hex is 0.40, 0.51, 0.00, 0.54. Web safe color of #463975 is #333366. Color #463975 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 01110101
Octal 106 71 165
Decimal 70 57 117
Hex 46 39 75

RGB Percentages of Color #463975

%28.69
%23.36
%47.95

CMYK Percentages of Color #463975

%40
%51
%0
%54

Triadic Colors of #463975

#463975 #754639 #397546

Analogous Colors of #463975

#463975 #643975 #394a75

Monochromatic Colors of #463975

#463975

Complementary Color

#463975 #687539

#463975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463975 Color CSS Codes

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

#463975 Text Font Color

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

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


#463975 Background Color

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

This div background color is #463975


#463975 Border Color

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

This div border color is #463975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463975


Comments

No comments written yet.

Please login to write comment.