Color Hex Logo

#464270 Color Hex

#464270
(70,66,112)
0 Favorites   0 Comments

Color spaces of #464270

RGB 7066112
HSL0.680.260.35
HSV245°41°44°
CMYK 0.380.410.00   0.56
XYZ7.39866.368416.1685
Yxy6.36840.24720.2127
Hunter Lab25.23578.1702-20.3221
CIE-Lab30.323513.8178-26.0410

#464270 color RGB value is (70,66,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 01110000
Octal 106 102 160
Decimal 70 66 112
Hex 46 42 70

RGB Percentages of Color #464270

%28.23
%26.61
%45.16

CMYK Percentages of Color #464270

%38
%41
%0
%56

Triadic Colors of #464270

#464270 #704642 #427046

Analogous Colors of #464270

#464270 #5d4270 #425570

Monochromatic Colors of #464270

#464270

Complementary Color

#464270 #6c7042

#464270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464270 Color CSS Codes

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

#464270 Text Font Color

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

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


#464270 Background Color

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

This div background color is #464270


#464270 Border Color

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

This div border color is #464270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464270


Comments

No comments written yet.

Please login to write comment.