Color Hex Logo

#469467 Color Hex

#469467
(70,148,103)
0 Favorites   0 Comments

Color spaces of #469467

RGB 70148103
HSL0.400.360.43
HSV145°53°58°
CMYK 0.530.000.30   0.42
XYZ15.563923.461216.5401
Yxy23.46120.28010.4222
Hunter Lab48.4368-27.408013.6595
CIE-Lab55.5442-34.834616.6378

#469467 color RGB value is (70,148,103).

#469467 hex color red value is 70, green value is 148 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #469467 hue: 0.40 , saturation: 0.36 and the lightness value of 469467 is 0.43.

The process color (four color CMYK) of #469467 color hex is 0.53, 0.00, 0.30, 0.42. Web safe color of #469467 is #339966. Color #469467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 01100111
Octal 106 224 147
Decimal 70 148 103
Hex 46 94 67

RGB Percentages of Color #469467

%21.81
%46.11
%32.09

CMYK Percentages of Color #469467

%53
%0
%30
%42

Triadic Colors of #469467

#469467 #674694 #946746

Analogous Colors of #469467

#469467 #46948e #4c9446

Monochromatic Colors of #469467

#469467

Complementary Color

#469467 #944673

#469467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469467 Color CSS Codes

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

#469467 Text Font Color

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

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


#469467 Background Color

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

This div background color is #469467


#469467 Border Color

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

This div border color is #469467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469467


Comments

No comments written yet.

Please login to write comment.