Color Hex Logo

#464566 Color Hex

#464566
(70,69,102)
0 Favorites   0 Comments

Color spaces of #464566

RGB 7069102
HSL0.670.190.34
HSV242°32°40°
CMYK 0.310.320.00   0.60
XYZ7.05226.517613.4567
Yxy6.51760.26090.2412
Hunter Lab25.52964.6314-13.3812
CIE-Lab30.68258.8853-19.1352

#464566 color RGB value is (70,69,102).

#464566 hex color red value is 70, green value is 69 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #464566 hue: 0.67 , saturation: 0.19 and the lightness value of 464566 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 01100110
Octal 106 105 146
Decimal 70 69 102
Hex 46 45 66

RGB Percentages of Color #464566

%29.05
%28.63
%42.32

CMYK Percentages of Color #464566

%31
%32
%0
%60

Triadic Colors of #464566

#464566 #664645 #456646

Analogous Colors of #464566

#464566 #574566 #455566

Monochromatic Colors of #464566

#464566

Complementary Color

#464566 #656645

#464566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464566 Color CSS Codes

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

#464566 Text Font Color

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

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


#464566 Background Color

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

This div background color is #464566


#464566 Border Color

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

This div border color is #464566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464566


Comments

No comments written yet.

Please login to write comment.