Color Hex Logo

#46914b Color Hex

#46914B
(70,145,75)
0 Favorites   0 Comments

Color spaces of #46914b

RGB 7014575
HSL0.340.350.42
HSV124°52°57°
CMYK 0.520.000.48   0.43
XYZ13.921222.060910.1811
Yxy22.06090.30160.4779
Hunter Lab46.9690-29.290020.0265
CIE-Lab54.0916-38.556830.0707

#46914b color RGB value is (70,145,75).

#46914b hex color red value is 70, green value is 145 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #46914b hue: 0.34 , saturation: 0.35 and the lightness value of 46914b is 0.42.

The process color (four color CMYK) of #46914b color hex is 0.52, 0.00, 0.48, 0.43. Web safe color of #46914b is #339933. Color #46914b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010001 01001011
Octal 106 221 113
Decimal 70 145 75
Hex 46 91 4B

RGB Percentages of Color #46914b

%24.14
%50.00
%25.86

CMYK Percentages of Color #46914b

%52
%0
%48
%43

Triadic Colors of #46914b

#46914b #4b4691 #914b46

Analogous Colors of #46914b

#46914b #469171 #679146

Monochromatic Colors of #46914b

#46914b

Complementary Color

#46914b #91468c

#46914b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46914b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46914b Color CSS Codes

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

#46914b Text Font Color

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

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


#46914b Background Color

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

This div background color is #46914b


#46914b Border Color

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

This div border color is #46914b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46914b


Comments

No comments written yet.

Please login to write comment.