Color Hex Logo

#464687 Color Hex

#464687
(70,70,135)
0 Favorites   0 Comments

Color spaces of #464687

RGB 7070135
HSL0.670.320.40
HSV240°48°53°
CMYK 0.480.480.00   0.47
XYZ9.08917.431723.8771
Yxy7.43170.22500.1840
Hunter Lab27.261111.8064-32.8473
CIE-Lab32.770118.4301-36.5200

#464687 color RGB value is (70,70,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 10000111
Octal 106 106 207
Decimal 70 70 135
Hex 46 46 87

RGB Percentages of Color #464687

%25.45
%25.45
%49.09

CMYK Percentages of Color #464687

%48
%48
%0
%47

Triadic Colors of #464687

#464687 #874646 #468746

Analogous Colors of #464687

#464687 #674687 #466787

Monochromatic Colors of #464687

#464687

Complementary Color

#464687 #878746

#464687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464687 Color CSS Codes

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

#464687 Text Font Color

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

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


#464687 Background Color

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

This div background color is #464687


#464687 Border Color

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

This div border color is #464687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464687

#464687 Color Palettes


Comments

No comments written yet.

Please login to write comment.