Color Hex Logo

#46676a Color Hex

#46676A
(70,103,106)
1 Favorites   0 Comments

Color spaces of #46676a

RGB 70103106
HSL0.510.200.35
HSV185°34°42°
CMYK 0.340.030.00   0.58
XYZ9.977612.043215.4344
Yxy12.04320.26640.3215
Hunter Lab34.7033-9.4100-2.0771
CIE-Lab41.2847-11.0505-5.5146

#46676a color RGB value is (70,103,106).

#46676a hex color red value is 70, green value is 103 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #46676a hue: 0.51 , saturation: 0.20 and the lightness value of 46676a is 0.35.

The process color (four color CMYK) of #46676a color hex is 0.34, 0.03, 0.00, 0.58. Web safe color of #46676a is #336666. Color #46676a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100111 01101010
Octal 106 147 152
Decimal 70 103 106
Hex 46 67 6A

RGB Percentages of Color #46676a

%25.09
%36.92
%37.99

CMYK Percentages of Color #46676a

%34
%3
%0
%58

Triadic Colors of #46676a

#46676a #6a4667 #676a46

Analogous Colors of #46676a

#46676a #46556a #466a5b

Monochromatic Colors of #46676a

#46676a

Complementary Color

#46676a #6a4946

#46676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46676a Color CSS Codes

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

#46676a Text Font Color

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

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


#46676a Background Color

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

This div background color is #46676a


#46676a Border Color

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

This div border color is #46676a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,103,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46676a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46676a;
  -webkit-box-shadow: 1px 1px 3px 2px #46676a;
  box-shadow:         1px 1px 3px 2px #46676a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46676a


Comments

No comments written yet.

Please login to write comment.