Color Hex Logo

#464386 Color Hex

#464386
(70,67,134)
0 Favorites   0 Comments

Color spaces of #464386

RGB 7067134
HSL0.670.330.39
HSV243°50°53°
CMYK 0.480.500.00   0.47
XYZ8.83607.037623.4469
Yxy7.03760.22470.1790
Hunter Lab26.528513.0292-33.8329
CIE-Lab31.892420.0714-37.3047

#464386 color RGB value is (70,67,134).

#464386 hex color red value is 70, green value is 67 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #464386 hue: 0.67 , saturation: 0.33 and the lightness value of 464386 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 10000110
Octal 106 103 206
Decimal 70 67 134
Hex 46 43 86

RGB Percentages of Color #464386

%25.83
%24.72
%49.45

CMYK Percentages of Color #464386

%48
%50
%0
%47

Triadic Colors of #464386

#464386 #864643 #438646

Analogous Colors of #464386

#464386 #684386 #436186

Monochromatic Colors of #464386

#464386

Complementary Color

#464386 #838643

#464386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464386 Color CSS Codes

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

#464386 Text Font Color

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

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


#464386 Background Color

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

This div background color is #464386


#464386 Border Color

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

This div border color is #464386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464386


Comments

No comments written yet.

Please login to write comment.