Color Hex Logo

#464787 Color Hex

#464787
(70,71,135)
0 Favorites   0 Comments

Color spaces of #464787

RGB 7071135
HSL0.660.320.40
HSV239°48°53°
CMYK 0.480.470.00   0.47
XYZ9.15227.557823.8981
Yxy7.55780.22540.1861
Hunter Lab27.491511.3145-32.2963
CIE-Lab33.044417.7757-36.0824

#464787 color RGB value is (70,71,135).

#464787 hex color red value is 70, green value is 71 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #464787 hue: 0.66 , saturation: 0.32 and the lightness value of 464787 is 0.40.

The process color (four color CMYK) of #464787 color hex is 0.48, 0.47, 0.00, 0.47. Web safe color of #464787 is #333399. Color #464787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 10000111
Octal 106 107 207
Decimal 70 71 135
Hex 46 47 87

RGB Percentages of Color #464787

%25.36
%25.72
%48.91

CMYK Percentages of Color #464787

%48
%47
%0
%47

Triadic Colors of #464787

#464787 #874647 #478746

Analogous Colors of #464787

#464787 #664687 #466887

Monochromatic Colors of #464787

#464787

Complementary Color

#464787 #878646

#464787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464787 Color CSS Codes

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

#464787 Text Font Color

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

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


#464787 Background Color

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

This div background color is #464787


#464787 Border Color

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

This div border color is #464787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464787


Comments

No comments written yet.

Please login to write comment.