Color Hex Logo

#49858a Color Hex

#49858A
(73,133,138)
0 Favorites   0 Comments

Color spaces of #49858a

RGB 73133138
HSL0.510.310.41
HSV185°47°54°
CMYK 0.470.040.00   0.46
XYZ15.722620.026527.0816
Yxy20.02650.25020.3187
Hunter Lab44.7510-15.6009-4.5544
CIE-Lab51.8672-18.0585-8.7647

#49858a color RGB value is (73,133,138).

#49858a hex color red value is 73, green value is 133 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #49858a hue: 0.51 , saturation: 0.31 and the lightness value of 49858a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000101 10001010
Octal 111 205 212
Decimal 73 133 138
Hex 49 85 8A

RGB Percentages of Color #49858a

%21.22
%38.66
%40.12

CMYK Percentages of Color #49858a

%47
%4
%0
%46

Triadic Colors of #49858a

#49858a #8a4985 #858a49

Analogous Colors of #49858a

#49858a #49658a #498a6f

Monochromatic Colors of #49858a

#49858a

Complementary Color

#49858a #8a4e49

#49858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49858a Color CSS Codes

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

#49858a Text Font Color

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

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


#49858a Background Color

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

This div background color is #49858a


#49858a Border Color

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

This div border color is #49858a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,133,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49858a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49858a;
  -webkit-box-shadow: 1px 1px 3px 2px #49858a;
  box-shadow:         1px 1px 3px 2px #49858a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49858a


Comments

No comments written yet.

Please login to write comment.