Color Hex Logo

#46736c Color Hex

#46736C
(70,115,108)
0 Favorites   0 Comments

Color spaces of #46736c

RGB 70115108
HSL0.470.240.36
HSV171°39°45°
CMYK 0.390.000.06   0.55
XYZ11.363314.646316.4155
Yxy14.64630.26780.3452
Hunter Lab38.2705-13.97301.3579
CIE-Lab45.1459-17.2442-1.0217

#46736c color RGB value is (70,115,108).

#46736c hex color red value is 70, green value is 115 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46736c hue: 0.47 , saturation: 0.24 and the lightness value of 46736c is 0.36.

The process color (four color CMYK) of #46736c color hex is 0.39, 0.00, 0.06, 0.55. Web safe color of #46736c is #336666. Color #46736c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 01101100
Octal 106 163 154
Decimal 70 115 108
Hex 46 73 6C

RGB Percentages of Color #46736c

%23.89
%39.25
%36.86

CMYK Percentages of Color #46736c

%39
%0
%6
%55

Triadic Colors of #46736c

#46736c #6c4673 #736c46

Analogous Colors of #46736c

#46736c #466473 #467356

Monochromatic Colors of #46736c

#46736c

Complementary Color

#46736c #73464d

#46736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46736c Color CSS Codes

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

#46736c Text Font Color

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

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


#46736c Background Color

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

This div background color is #46736c


#46736c Border Color

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

This div border color is #46736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46736c


Comments

No comments written yet.

Please login to write comment.