Color Hex Logo

#489401 Color Hex

#489401
(72,148,1)
0 Favorites   0 Comments

Color spaces of #489401

RGB 721481
HSL0.250.990.29
HSV91°99°58°
CMYK 0.510.000.99   0.42
XYZ13.267922.55973.6839
Yxy22.55970.33580.5710
Hunter Lab47.4971-33.257428.6494
CIE-Lab54.6159-45.005957.0652

#489401 color RGB value is (72,148,1).

#489401 hex color red value is 72, green value is 148 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #489401 hue: 0.25 , saturation: 0.99 and the lightness value of 489401 is 0.29.

The process color (four color CMYK) of #489401 color hex is 0.51, 0.00, 0.99, 0.42. Web safe color of #489401 is #339900. Color #489401 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010100 00000001
Octal 110 224 1
Decimal 72 148 1
Hex 48 94 1

RGB Percentages of Color #489401

%32.58
%66.97
%0.45

CMYK Percentages of Color #489401

%51
%0
%99
%42

Triadic Colors of #489401

#489401 #014894 #940148

Analogous Colors of #489401

#489401 #019403 #929401

Monochromatic Colors of #489401

#489401

Complementary Color

#489401 #4d0194

#489401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489401 Color CSS Codes

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

#489401 Text Font Color

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

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


#489401 Background Color

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

This div background color is #489401


#489401 Border Color

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

This div border color is #489401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489401


Comments

No comments written yet.

Please login to write comment.