Color Hex Logo

#464774 Color Hex

#464774
(70,71,116)
0 Favorites   0 Comments

Color spaces of #464774

RGB 7071116
HSL0.660.250.36
HSV239°40°45°
CMYK 0.400.390.00   0.55
XYZ7.93147.069517.4695
Yxy7.06950.24430.2177
Hunter Lab26.58856.7169-20.3434
CIE-Lab31.964611.7505-25.9792

#464774 color RGB value is (70,71,116).

#464774 hex color red value is 70, green value is 71 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #464774 hue: 0.66 , saturation: 0.25 and the lightness value of 464774 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 01110100
Octal 106 107 164
Decimal 70 71 116
Hex 46 47 74

RGB Percentages of Color #464774

%27.24
%27.63
%45.14

CMYK Percentages of Color #464774

%40
%39
%0
%55

Triadic Colors of #464774

#464774 #744647 #477446

Analogous Colors of #464774

#464774 #5c4674 #465e74

Monochromatic Colors of #464774

#464774

Complementary Color

#464774 #747346

#464774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464774 Color CSS Codes

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

#464774 Text Font Color

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

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


#464774 Background Color

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

This div background color is #464774


#464774 Border Color

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

This div border color is #464774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464774


Comments

No comments written yet.

Please login to write comment.