Color Hex Logo

#469021 Color Hex

#469021
(70,144,33)
0 Favorites   0 Comments

Color spaces of #469021

RGB 7014433
HSL0.280.630.35
HSV100°77°56°
CMYK 0.510.000.77   0.44
XYZ12.773621.35844.8882
Yxy21.35840.32740.5474
Hunter Lab46.2151-31.540126.0795
CIE-Lab53.3395-42.766248.4689

#469021 color RGB value is (70,144,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 00100001
Octal 106 220 41
Decimal 70 144 33
Hex 46 90 21

RGB Percentages of Color #469021

%28.34
%58.30
%13.36

CMYK Percentages of Color #469021

%51
%0
%77
%44

Triadic Colors of #469021

#469021 #214690 #902146

Analogous Colors of #469021

#469021 #219034 #7e9021

Monochromatic Colors of #469021

#469021

Complementary Color

#469021 #6b2190

#469021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469021 Color CSS Codes

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

#469021 Text Font Color

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

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


#469021 Background Color

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

This div background color is #469021


#469021 Border Color

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

This div border color is #469021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469021


Comments

No comments written yet.

Please login to write comment.