Color Hex Logo

#464696 Color Hex

#464696
(70,70,150)
0 Favorites   0 Comments

Color spaces of #464696

RGB 7070150
HSL0.670.360.43
HSV240°53°59°
CMYK 0.530.530.00   0.41
XYZ10.22107.884429.8373
Yxy7.88440.21320.1645
Hunter Lab28.079215.8366-43.3469
CIE-Lab33.741023.3682-44.1459

#464696 color RGB value is (70,70,150).

#464696 hex color red value is 70, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #464696 hue: 0.67 , saturation: 0.36 and the lightness value of 464696 is 0.43.

The process color (four color CMYK) of #464696 color hex is 0.53, 0.53, 0.00, 0.41. Web safe color of #464696 is #333399. Color #464696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 10010110
Octal 106 106 226
Decimal 70 70 150
Hex 46 46 96

RGB Percentages of Color #464696

%24.14
%24.14
%51.72

CMYK Percentages of Color #464696

%53
%53
%0
%41

Triadic Colors of #464696

#464696 #964646 #469646

Analogous Colors of #464696

#464696 #6e4696 #466e96

Monochromatic Colors of #464696

#464696

Complementary Color

#464696 #969646

#464696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464696 Color CSS Codes

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

#464696 Text Font Color

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

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


#464696 Background Color

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

This div background color is #464696


#464696 Border Color

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

This div border color is #464696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464696


Comments

No comments written yet.

Please login to write comment.