Color Hex Logo

#489269 Color Hex

#489269
(72,146,105)
0 Favorites   0 Comments

Color spaces of #489269

RGB 72146105
HSL0.410.340.43
HSV147°51°57°
CMYK 0.510.000.28   0.43
XYZ15.501222.955416.9784
Yxy22.95540.27960.4141
Hunter Lab47.9118-26.094412.5278
CIE-Lab55.0264-32.970214.8105

#489269 color RGB value is (72,146,105).

#489269 hex color red value is 72, green value is 146 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #489269 hue: 0.41 , saturation: 0.34 and the lightness value of 489269 is 0.43.

The process color (four color CMYK) of #489269 color hex is 0.51, 0.00, 0.28, 0.43. Web safe color of #489269 is #339966. Color #489269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010010 01101001
Octal 110 222 151
Decimal 72 146 105
Hex 48 92 69

RGB Percentages of Color #489269

%22.29
%45.20
%32.51

CMYK Percentages of Color #489269

%51
%0
%28
%43

Triadic Colors of #489269

#489269 #694892 #926948

Analogous Colors of #489269

#489269 #48928e #4c9248

Monochromatic Colors of #489269

#489269

Complementary Color

#489269 #924871

#489269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489269 Color CSS Codes

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

#489269 Text Font Color

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

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


#489269 Background Color

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

This div background color is #489269


#489269 Border Color

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

This div border color is #489269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,146,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489269;
  -webkit-box-shadow: 1px 1px 3px 2px #489269;
  box-shadow:         1px 1px 3px 2px #489269; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,146,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489269


Comments

No comments written yet.

Please login to write comment.