Color Hex Logo

#46906d Color Hex

#46906D
(70,144,109)
0 Favorites   0 Comments

Color spaces of #46906d

RGB 70144109
HSL0.420.350.42
HSV152°51°56°
CMYK 0.510.000.24   0.44
XYZ15.259422.352717.9783
Yxy22.35270.27450.4021
Hunter Lab47.2786-25.125910.5493
CIE-Lab54.3992-31.694911.6562

#46906d color RGB value is (70,144,109).

#46906d hex color red value is 70, green value is 144 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #46906d hue: 0.42 , saturation: 0.35 and the lightness value of 46906d is 0.42.

The process color (four color CMYK) of #46906d color hex is 0.51, 0.00, 0.24, 0.44. Web safe color of #46906d is #339966. Color #46906d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 01101101
Octal 106 220 155
Decimal 70 144 109
Hex 46 90 6D

RGB Percentages of Color #46906d

%21.67
%44.58
%33.75

CMYK Percentages of Color #46906d

%51
%0
%24
%44

Triadic Colors of #46906d

#46906d #6d4690 #906d46

Analogous Colors of #46906d

#46906d #468e90 #469048

Monochromatic Colors of #46906d

#46906d

Complementary Color

#46906d #904669

#46906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46906d Color CSS Codes

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

#46906d Text Font Color

<p style="color:#46906d">Text here</p>

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


#46906d Background Color

<div style="background-color:#46906d">
Div content here</div>

This div background color is #46906d


#46906d Border Color

<div style="border:3px solid #46906d">
Div here</div>

This div border color is #46906d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,144,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46906d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46906d;
  -webkit-box-shadow: 1px 1px 3px 2px #46906d;
  box-shadow:         1px 1px 3px 2px #46906d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46906d


Comments

No comments written yet.

Please login to write comment.