Color Hex Logo

#498788 Color Hex

#498788
(73,135,136)
0 Favorites   0 Comments

Color spaces of #498788

RGB 73135136
HSL0.500.300.41
HSV181°46°53°
CMYK 0.460.010.00   0.47
XYZ15.855620.522026.4180
Yxy20.52200.25250.3268
Hunter Lab45.3012-16.8014-2.8649
CIE-Lab52.4223-19.6797-6.7717

#498788 color RGB value is (73,135,136).

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

The process color (four color CMYK) of #498788 color hex is 0.46, 0.01, 0.00, 0.47. Web safe color of #498788 is #339999. Color #498788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000111 10001000
Octal 111 207 210
Decimal 73 135 136
Hex 49 87 88

RGB Percentages of Color #498788

%21.22
%39.24
%39.53

CMYK Percentages of Color #498788

%46
%1
%0
%47

Triadic Colors of #498788

#498788 #884987 #878849

Analogous Colors of #498788

#498788 #496888 #49886a

Monochromatic Colors of #498788

#498788

Complementary Color

#498788 #884a49

#498788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498788 Color CSS Codes

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

#498788 Text Font Color

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

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


#498788 Background Color

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

This div background color is #498788


#498788 Border Color

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

This div border color is #498788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498788


Comments

No comments written yet.

Please login to write comment.