Color Hex Logo

#498262 Color Hex

#498262
(73,130,98)
0 Favorites   0 Comments

Color spaces of #498262

RGB 7313098
HSL0.410.280.40
HSV146°44°51°
CMYK 0.440.000.25   0.49
XYZ12.934918.263614.3988
Yxy18.26360.28370.4005
Hunter Lab42.7359-20.76129.9389
CIE-Lab49.8143-26.497711.5781

#498262 color RGB value is (73,130,98).

#498262 hex color red value is 73, green value is 130 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #498262 hue: 0.41 , saturation: 0.28 and the lightness value of 498262 is 0.40.

The process color (four color CMYK) of #498262 color hex is 0.44, 0.00, 0.25, 0.49. Web safe color of #498262 is #339966. Color #498262 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000010 01100010
Octal 111 202 142
Decimal 73 130 98
Hex 49 82 62

RGB Percentages of Color #498262

%24.25
%43.19
%32.56

CMYK Percentages of Color #498262

%44
%0
%25
%49

Triadic Colors of #498262

#498262 #624982 #826249

Analogous Colors of #498262

#498262 #49827f #4d8249

Monochromatic Colors of #498262

#498262

Complementary Color

#498262 #824969

#498262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498262 Color CSS Codes

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

#498262 Text Font Color

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

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


#498262 Background Color

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

This div background color is #498262


#498262 Border Color

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

This div border color is #498262


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,130,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498262; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498262;
  -webkit-box-shadow: 1px 1px 3px 2px #498262;
  box-shadow:         1px 1px 3px 2px #498262; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,130,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498262


Comments

No comments written yet.

Please login to write comment.