Color Hex Logo

#463663 Color Hex

#463663
(70,54,99)
0 Favorites   0 Comments

Color spaces of #463663

RGB 705499
HSL0.730.290.30
HSV261°45°39°
CMYK 0.290.450.00   0.61
XYZ6.09714.841312.4175
Yxy4.84130.26110.2073
Hunter Lab22.003010.9578-18.0586
CIE-Lab26.277817.9226-24.0961

#463663 color RGB value is (70,54,99).

#463663 hex color red value is 70, green value is 54 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #463663 hue: 0.73 , saturation: 0.29 and the lightness value of 463663 is 0.30.

The process color (four color CMYK) of #463663 color hex is 0.29, 0.45, 0.00, 0.61. Web safe color of #463663 is #333366. Color #463663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110110 01100011
Octal 106 66 143
Decimal 70 54 99
Hex 46 36 63

RGB Percentages of Color #463663

%31.39
%24.22
%44.39

CMYK Percentages of Color #463663

%29
%45
%0
%61

Triadic Colors of #463663

#463663 #634636 #366346

Analogous Colors of #463663

#463663 #5d3663 #363d63

Monochromatic Colors of #463663

#463663

Complementary Color

#463663 #536336

#463663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463663 Color CSS Codes

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

#463663 Text Font Color

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

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


#463663 Background Color

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

This div background color is #463663


#463663 Border Color

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

This div border color is #463663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463663


Comments

No comments written yet.

Please login to write comment.