Color Hex Logo

#469421 Color Hex

#469421
(70,148,33)
0 Favorites   0 Comments

Color spaces of #469421

RGB 7014833
HSL0.280.640.35
HSV101°78°58°
CMYK 0.530.000.78   0.42
XYZ13.390222.59175.0937
Yxy22.59170.32600.5500
Hunter Lab47.5307-32.892326.9176
CIE-Lab54.6493-44.355349.7446

#469421 color RGB value is (70,148,33).

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

The process color (four color CMYK) of #469421 color hex is 0.53, 0.00, 0.78, 0.42. Web safe color of #469421 is #339933. Color #469421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 00100001
Octal 106 224 41
Decimal 70 148 33
Hex 46 94 21

RGB Percentages of Color #469421

%27.89
%58.96
%13.15

CMYK Percentages of Color #469421

%53
%0
%78
%42

Triadic Colors of #469421

#469421 #214694 #942146

Analogous Colors of #469421

#469421 #219436 #809421

Monochromatic Colors of #469421

#469421

Complementary Color

#469421 #6f2194

#469421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469421 Color CSS Codes

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

#469421 Text Font Color

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

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


#469421 Background Color

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

This div background color is #469421


#469421 Border Color

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

This div border color is #469421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469421


Comments

No comments written yet.

Please login to write comment.