Color Hex Logo

#46394c Color Hex

#46394C
(70,57,76)
0 Favorites   0 Comments

Color spaces of #46394c

RGB 705776
HSL0.780.140.26
HSV281°25°30°
CMYK 0.080.250.00   0.70
XYZ5.29344.75017.4754
Yxy4.75010.30220.2711
Hunter Lab21.79475.2125-5.0796
CIE-Lab26.01069.8621-9.4624

#46394c color RGB value is (70,57,76).

#46394c hex color red value is 70, green value is 57 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #46394c hue: 0.78 , saturation: 0.14 and the lightness value of 46394c is 0.26.

The process color (four color CMYK) of #46394c color hex is 0.08, 0.25, 0.00, 0.70. Web safe color of #46394c is #333333. Color #46394c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 01001100
Octal 106 71 114
Decimal 70 57 76
Hex 46 39 4C

RGB Percentages of Color #46394c

%34.48
%28.08
%37.44

CMYK Percentages of Color #46394c

%8
%25
%0
%70

Triadic Colors of #46394c

#46394c #4c4639 #394c46

Analogous Colors of #46394c

#46394c #4c3949 #3d394c

Monochromatic Colors of #46394c

#46394c

Complementary Color

#46394c #3f4c39

#46394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46394c Color CSS Codes

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

#46394c Text Font Color

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

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


#46394c Background Color

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

This div background color is #46394c


#46394c Border Color

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

This div border color is #46394c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,57,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46394c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46394c;
  -webkit-box-shadow: 1px 1px 3px 2px #46394c;
  box-shadow:         1px 1px 3px 2px #46394c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46394c


Comments

No comments written yet.

Please login to write comment.