Color Hex Logo

#464074 Color Hex

#464074
(70,64,116)
0 Favorites   0 Comments

Color spaces of #464074

RGB 7064116
HSL0.690.290.35
HSV247°45°45°
CMYK 0.400.450.00   0.55
XYZ7.51166.229817.3296
Yxy6.22980.24180.2005
Hunter Lab24.959610.0405-23.6938
CIE-Lab29.985016.3584-29.1015

#464074 color RGB value is (70,64,116).

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

The process color (four color CMYK) of #464074 color hex is 0.40, 0.45, 0.00, 0.55. Web safe color of #464074 is #333366. Color #464074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 01110100
Octal 106 100 164
Decimal 70 64 116
Hex 46 40 74

RGB Percentages of Color #464074

%28.00
%25.60
%46.40

CMYK Percentages of Color #464074

%40
%45
%0
%55

Triadic Colors of #464074

#464074 #744640 #407446

Analogous Colors of #464074

#464074 #604074 #405474

Monochromatic Colors of #464074

#464074

Complementary Color

#464074 #6e7440

#464074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464074 Color CSS Codes

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

#464074 Text Font Color

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

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


#464074 Background Color

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

This div background color is #464074


#464074 Border Color

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

This div border color is #464074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464074


Comments

No comments written yet.

Please login to write comment.