Color Hex Logo

#464271 Color Hex

#464271
(70,66,113)
0 Favorites   0 Comments

Color spaces of #464271

RGB 7066113
HSL0.680.260.35
HSV245°42°44°
CMYK 0.380.420.00   0.56
XYZ7.45466.390816.4634
Yxy6.39080.24600.2109
Hunter Lab25.28008.3962-20.9161
CIE-Lab30.377814.1213-26.5875

#464271 color RGB value is (70,66,113).

#464271 hex color red value is 70, green value is 66 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #464271 hue: 0.68 , saturation: 0.26 and the lightness value of 464271 is 0.35.

The process color (four color CMYK) of #464271 color hex is 0.38, 0.42, 0.00, 0.56. Web safe color of #464271 is #333366. Color #464271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 01110001
Octal 106 102 161
Decimal 70 66 113
Hex 46 42 71

RGB Percentages of Color #464271

%28.11
%26.51
%45.38

CMYK Percentages of Color #464271

%38
%42
%0
%56

Triadic Colors of #464271

#464271 #714642 #427146

Analogous Colors of #464271

#464271 #5d4271 #425671

Monochromatic Colors of #464271

#464271

Complementary Color

#464271 #6d7142

#464271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464271 Color CSS Codes

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

#464271 Text Font Color

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

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


#464271 Background Color

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

This div background color is #464271


#464271 Border Color

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

This div border color is #464271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464271


Comments

No comments written yet.

Please login to write comment.