Color Hex Logo

#46904d Color Hex

#46904D
(70,144,77)
0 Favorites   0 Comments

Color spaces of #46904d

RGB 7014477
HSL0.350.350.42
HSV126°51°56°
CMYK 0.510.000.47   0.44
XYZ13.838621.784410.4966
Yxy21.78440.30010.4723
Hunter Lab46.6738-28.754519.3377
CIE-Lab53.7975-37.811628.6355

#46904d color RGB value is (70,144,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 01001101
Octal 106 220 115
Decimal 70 144 77
Hex 46 90 4D

RGB Percentages of Color #46904d

%24.05
%49.48
%26.46

CMYK Percentages of Color #46904d

%51
%0
%47
%44

Triadic Colors of #46904d

#46904d #4d4690 #904d46

Analogous Colors of #46904d

#46904d #469072 #649046

Monochromatic Colors of #46904d

#46904d

Complementary Color

#46904d #904689

#46904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46904d Color CSS Codes

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

#46904d Text Font Color

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

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


#46904d Background Color

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

This div background color is #46904d


#46904d Border Color

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

This div border color is #46904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46904d


Comments

No comments written yet.

Please login to write comment.