Color Hex Logo

#464671 Color Hex

#464671
(70,70,113)
0 Favorites   0 Comments

Color spaces of #464671

RGB 7070113
HSL0.670.230.36
HSV240°38°44°
CMYK 0.380.380.00   0.56
XYZ7.69666.874716.5441
Yxy6.87470.24740.2209
Hunter Lab26.21966.5131-19.0571
CIE-Lab31.519911.4894-24.7920

#464671 color RGB value is (70,70,113).

#464671 hex color red value is 70, green value is 70 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #464671 hue: 0.67 , saturation: 0.23 and the lightness value of 464671 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 01110001
Octal 106 106 161
Decimal 70 70 113
Hex 46 46 71

RGB Percentages of Color #464671

%27.67
%27.67
%44.66

CMYK Percentages of Color #464671

%38
%38
%0
%56

Triadic Colors of #464671

#464671 #714646 #467146

Analogous Colors of #464671

#464671 #5c4671 #465c71

Monochromatic Colors of #464671

#464671

Complementary Color

#464671 #717146

#464671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464671 Color CSS Codes

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

#464671 Text Font Color

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

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


#464671 Background Color

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

This div background color is #464671


#464671 Border Color

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

This div border color is #464671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464671


Comments

No comments written yet.

Please login to write comment.