Color Hex Logo

#46474e Color Hex

#46474E
(70,71,78)
0 Favorites   0 Comments

Color spaces of #46474e

RGB 707178
HSL0.650.050.29
HSV233°10°31°
CMYK 0.100.090.00   0.69
XYZ6.15426.35868.1107
Yxy6.35860.29840.3083
Hunter Lab25.2163-0.5643-1.4190
CIE-Lab30.29971.2094-4.3245

#46474e color RGB value is (70,71,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 01001110
Octal 106 107 116
Decimal 70 71 78
Hex 46 47 4E

RGB Percentages of Color #46474e

%31.96
%32.42
%35.62

CMYK Percentages of Color #46474e

%10
%9
%0
%69

Triadic Colors of #46474e

#46474e #4e4647 #474e46

Analogous Colors of #46474e

#46474e #49464e #464b4e

Monochromatic Colors of #46474e

#46474e

Complementary Color

#46474e #4e4d46

#46474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46474e Color CSS Codes

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

#46474e Text Font Color

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

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


#46474e Background Color

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

This div background color is #46474e


#46474e Border Color

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

This div border color is #46474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46474e


Comments

No comments written yet.

Please login to write comment.