Color Hex Logo

#464076 Color Hex

#464076
(70,64,118)
0 Favorites   0 Comments

Color spaces of #464076

RGB 7064118
HSL0.690.300.36
HSV247°46°46°
CMYK 0.410.460.00   0.54
XYZ7.62926.276917.9490
Yxy6.27690.23950.1970
Hunter Lab25.053710.5116-24.9389
CIE-Lab30.100616.9741-30.1784

#464076 color RGB value is (70,64,118).

#464076 hex color red value is 70, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #464076 hue: 0.69 , saturation: 0.30 and the lightness value of 464076 is 0.36.

The process color (four color CMYK) of #464076 color hex is 0.41, 0.46, 0.00, 0.54. Web safe color of #464076 is #333366. Color #464076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 01110110
Octal 106 100 166
Decimal 70 64 118
Hex 46 40 76

RGB Percentages of Color #464076

%27.78
%25.40
%46.83

CMYK Percentages of Color #464076

%41
%46
%0
%54

Triadic Colors of #464076

#464076 #764640 #407646

Analogous Colors of #464076

#464076 #614076 #405576

Monochromatic Colors of #464076

#464076

Complementary Color

#464076 #707640

#464076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464076 Color CSS Codes

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

#464076 Text Font Color

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

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


#464076 Background Color

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

This div background color is #464076


#464076 Border Color

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

This div border color is #464076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464076


Comments

No comments written yet.

Please login to write comment.