Color Hex Logo

#464380 Color Hex

#464380
(70,67,128)
0 Favorites   0 Comments

Color spaces of #464380

RGB 7067128
HSL0.670.310.38
HSV243°48°50°
CMYK 0.450.480.00   0.50
XYZ8.42926.874921.3048
Yxy6.87490.23030.1878
Hunter Lab26.220011.4990-29.8214
CIE-Lab31.520418.1439-34.1781

#464380 color RGB value is (70,67,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 10000000
Octal 106 103 200
Decimal 70 67 128
Hex 46 43 80

RGB Percentages of Color #464380

%26.42
%25.28
%48.30

CMYK Percentages of Color #464380

%45
%48
%0
%50

Triadic Colors of #464380

#464380 #804643 #438046

Analogous Colors of #464380

#464380 #654380 #435f80

Monochromatic Colors of #464380

#464380

Complementary Color

#464380 #7d8043

#464380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464380 Color CSS Codes

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

#464380 Text Font Color

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

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


#464380 Background Color

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

This div background color is #464380


#464380 Border Color

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

This div border color is #464380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464380


Comments

No comments written yet.

Please login to write comment.