Color Hex Logo

#464295 Color Hex

#464295
(70,66,149)
0 Favorites   0 Comments

Color spaces of #464295

RGB 7066149
HSL0.670.390.42
HSV243°56°58°
CMYK 0.530.560.00   0.42
XYZ9.89887.368429.3343
Yxy7.36840.21240.1581
Hunter Lab27.144817.5896-45.0710
CIE-Lab32.631325.6261-45.3250

#464295 color RGB value is (70,66,149).

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

The process color (four color CMYK) of #464295 color hex is 0.53, 0.56, 0.00, 0.42. Web safe color of #464295 is #333399. Color #464295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 10010101
Octal 106 102 225
Decimal 70 66 149
Hex 46 42 95

RGB Percentages of Color #464295

%24.56
%23.16
%52.28

CMYK Percentages of Color #464295

%53
%56
%0
%42

Triadic Colors of #464295

#464295 #954642 #429546

Analogous Colors of #464295

#464295 #704295 #426895

Monochromatic Colors of #464295

#464295

Complementary Color

#464295 #919542

#464295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464295 Color CSS Codes

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

#464295 Text Font Color

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

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


#464295 Background Color

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

This div background color is #464295


#464295 Border Color

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

This div border color is #464295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464295


Comments

No comments written yet.

Please login to write comment.