Color Hex Logo

#46904c Color Hex

#46904C
(70,144,76)
0 Favorites   0 Comments

Color spaces of #46904c

RGB 7014476
HSL0.350.350.42
HSV125°51°56°
CMYK 0.510.000.47   0.44
XYZ13.803621.770410.3121
Yxy21.77040.30080.4744
Hunter Lab46.6588-28.845119.5574
CIE-Lab53.7825-37.969129.1502

#46904c color RGB value is (70,144,76).

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

The process color (four color CMYK) of #46904c color hex is 0.51, 0.00, 0.47, 0.44. Web safe color of #46904c is #339933. Color #46904c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 01001100
Octal 106 220 114
Decimal 70 144 76
Hex 46 90 4C

RGB Percentages of Color #46904c

%24.14
%49.66
%26.21

CMYK Percentages of Color #46904c

%51
%0
%47
%44

Triadic Colors of #46904c

#46904c #4c4690 #904c46

Analogous Colors of #46904c

#46904c #469071 #659046

Monochromatic Colors of #46904c

#46904c

Complementary Color

#46904c #90468a

#46904c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46904c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46904c Color CSS Codes

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

#46904c Text Font Color

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

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


#46904c Background Color

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

This div background color is #46904c


#46904c Border Color

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

This div border color is #46904c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,144,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 #46904c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46904c


Comments

No comments written yet.

Please login to write comment.