Color Hex Logo

#46725b Color Hex

#46725B
(70,114,91)
0 Favorites   0 Comments

Color spaces of #46725b

RGB 7011491
HSL0.410.240.36
HSV149°39°45°
CMYK 0.390.000.20   0.55
XYZ10.431414.092012.0678
Yxy14.09200.28510.3851
Hunter Lab37.5393-16.09237.2175
CIE-Lab44.3646-20.80298.0073

#46725b color RGB value is (70,114,91).

#46725b hex color red value is 70, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #46725b hue: 0.41 , saturation: 0.24 and the lightness value of 46725b is 0.36.

The process color (four color CMYK) of #46725b color hex is 0.39, 0.00, 0.20, 0.55. Web safe color of #46725b is #336666. Color #46725b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110010 01011011
Octal 106 162 133
Decimal 70 114 91
Hex 46 72 5B

RGB Percentages of Color #46725b

%25.45
%41.45
%33.09

CMYK Percentages of Color #46725b

%39
%0
%20
%55

Triadic Colors of #46725b

#46725b #5b4672 #725b46

Analogous Colors of #46725b

#46725b #467271 #477246

Monochromatic Colors of #46725b

#46725b

Complementary Color

#46725b #72465d

#46725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46725b Color CSS Codes

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

#46725b Text Font Color

<p style="color:#46725b">Text here</p>

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


#46725b Background Color

<div style="background-color:#46725b">
Div content here</div>

This div background color is #46725b


#46725b Border Color

<div style="border:3px solid #46725b">
Div here</div>

This div border color is #46725b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,114,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46725b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46725b;
  -webkit-box-shadow: 1px 1px 3px 2px #46725b;
  box-shadow:         1px 1px 3px 2px #46725b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46725b


Comments

No comments written yet.

Please login to write comment.