Color Hex Logo

#46494e Color Hex

#46494E
(70,73,78)
0 Favorites   0 Comments

Color spaces of #46494e

RGB 707378
HSL0.600.050.29
HSV218°10°31°
CMYK 0.100.060.00   0.69
XYZ6.28356.61728.1538
Yxy6.61720.29840.3143
Hunter Lab25.7239-1.4152-0.7866
CIE-Lab30.9191-0.0638-3.4055

#46494e color RGB value is (70,73,78).

#46494e hex color red value is 70, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #46494e hue: 0.60 , saturation: 0.05 and the lightness value of 46494e is 0.29.

The process color (four color CMYK) of #46494e color hex is 0.10, 0.06, 0.00, 0.69. Web safe color of #46494e is #333366. Color #46494e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 01001110
Octal 106 111 116
Decimal 70 73 78
Hex 46 49 4E

RGB Percentages of Color #46494e

%31.67
%33.03
%35.29

CMYK Percentages of Color #46494e

%10
%6
%0
%69

Triadic Colors of #46494e

#46494e #4e4649 #494e46

Analogous Colors of #46494e

#46494e #47464e #464d4e

Monochromatic Colors of #46494e

#46494e

Complementary Color

#46494e #4e4b46

#46494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46494e Color CSS Codes

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

#46494e Text Font Color

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

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


#46494e Background Color

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

This div background color is #46494e


#46494e Border Color

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

This div border color is #46494e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,73,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46494e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46494e;
  -webkit-box-shadow: 1px 1px 3px 2px #46494e;
  box-shadow:         1px 1px 3px 2px #46494e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46494e

#46494e Color Palettes


Comments

No comments written yet.

Please login to write comment.