Color Hex Logo

#463466 Color Hex

#463466
(70,52,102)
0 Favorites   0 Comments

Color spaces of #463466

RGB 7052102
HSL0.730.320.30
HSV262°49°40°
CMYK 0.310.490.00   0.60
XYZ6.15214.717413.1567
Yxy4.71740.25610.1963
Hunter Lab21.719612.5511-20.7114
CIE-Lab25.914020.0907-26.6108

#463466 color RGB value is (70,52,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110100 01100110
Octal 106 64 146
Decimal 70 52 102
Hex 46 34 66

RGB Percentages of Color #463466

%31.25
%23.21
%45.54

CMYK Percentages of Color #463466

%31
%49
%0
%60

Triadic Colors of #463466

#463466 #664634 #346646

Analogous Colors of #463466

#463466 #5f3466 #343b66

Monochromatic Colors of #463466

#463466

Complementary Color

#463466 #546634

#463466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463466 Color CSS Codes

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

#463466 Text Font Color

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

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


#463466 Background Color

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

This div background color is #463466


#463466 Border Color

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

This div border color is #463466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,52,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 #463466">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463466


Comments

No comments written yet.

Please login to write comment.