Color Hex Logo

#498880 Color Hex

#498880
(73,136,128)
0 Favorites   0 Comments

Color spaces of #498880

RGB 73136128
HSL0.480.300.41
HSV172°46°53°
CMYK 0.460.000.06   0.47
XYZ15.448120.583323.5808
Yxy20.58330.25910.3453
Hunter Lab45.3688-18.61610.9417
CIE-Lab52.4904-22.3515-2.0186

#498880 color RGB value is (73,136,128).

#498880 hex color red value is 73, green value is 136 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #498880 hue: 0.48 , saturation: 0.30 and the lightness value of 498880 is 0.41.

The process color (four color CMYK) of #498880 color hex is 0.46, 0.00, 0.06, 0.47. Web safe color of #498880 is #339999. Color #498880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001000 10000000
Octal 111 210 200
Decimal 73 136 128
Hex 49 88 80

RGB Percentages of Color #498880

%21.66
%40.36
%37.98

CMYK Percentages of Color #498880

%46
%0
%6
%47

Triadic Colors of #498880

#498880 #804988 #888049

Analogous Colors of #498880

#498880 #497188 #498861

Monochromatic Colors of #498880

#498880

Complementary Color

#498880 #884951

#498880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498880 Color CSS Codes

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

#498880 Text Font Color

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

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


#498880 Background Color

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

This div background color is #498880


#498880 Border Color

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

This div border color is #498880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498880


Comments

No comments written yet.

Please login to write comment.