Color Hex Logo

#463566 Color Hex

#463566
(70,53,102)
0 Favorites   0 Comments

Color spaces of #463566

RGB 7053102
HSL0.720.320.30
HSV261°48°40°
CMYK 0.310.480.00   0.60
XYZ6.19724.807613.1717
Yxy4.80760.25630.1989
Hunter Lab21.926212.0801-20.2688
CIE-Lab26.179419.4358-26.1907

#463566 color RGB value is (70,53,102).

#463566 hex color red value is 70, green value is 53 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #463566 hue: 0.72 , saturation: 0.32 and the lightness value of 463566 is 0.30.

The process color (four color CMYK) of #463566 color hex is 0.31, 0.48, 0.00, 0.60. Web safe color of #463566 is #333366. Color #463566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 01100110
Octal 106 65 146
Decimal 70 53 102
Hex 46 35 66

RGB Percentages of Color #463566

%31.11
%23.56
%45.33

CMYK Percentages of Color #463566

%31
%48
%0
%60

Triadic Colors of #463566

#463566 #664635 #356646

Analogous Colors of #463566

#463566 #5f3566 #353d66

Monochromatic Colors of #463566

#463566

Complementary Color

#463566 #556635

#463566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463566 Color CSS Codes

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

#463566 Text Font Color

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

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


#463566 Background Color

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

This div background color is #463566


#463566 Border Color

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

This div border color is #463566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463566


Comments

No comments written yet.

Please login to write comment.