Color spaces of #49898a
RGB | 73 | 137 | 138 |
---|---|---|---|
HSL | 0.50 | 0.31 | 0.41 |
HSV | 181° | 47° | 54° |
CMYK | 0.47 | 0.01 | 0.00 0.46 |
XYZ | 16.2808 | 21.1428 | 27.2676 |
Yxy | 21.1428 | 0.2517 | 0.3268 |
Hunter Lab | 45.9813 | -17.2650 | -2.9729 |
CIE-Lab | 53.1054 | -20.1853 | -6.9171 |
#49898a color RGB value is (73,137,138).
#49898a hex color red value is 73, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #49898a hue: 0.50 , saturation: 0.31 and the lightness value of 49898a is 0.41.
The process color (four color CMYK) of #49898a color hex is 0.47, 0.01, 0.00, 0.46. Web safe color of #49898a is #339999. Color #49898a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10001001 | 10001010 |
Octal | 111 | 211 | 212 |
Decimal | 73 | 137 | 138 |
Hex | 49 | 89 | 8A |
Shades of #49898a
Tints of #49898a
RGB Percentages of Color #49898a
CMYK Percentages of Color #49898a
Complementary Color
#49898a | #8a4a49 |
#49898a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49898a Color Preview on White Background
Lorem ipsum dolor sit amet.
#49898a Color CSS Codes
.mybgcolor {background-color:#49898a; } .myforecolor {color:#49898a; } .mybordercolor {border:3px solid #49898a; }
#49898a Text Font Color
<p style="color:#49898a">Text here</p>
This sample text font color is #49898a
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.
#49898a Background Color
<div style="background-color:#49898a">
Div content here</div>
This div background color is #49898a
#49898a Border Color
<div style="border:3px solid #49898a">
Div here</div>
This div border color is #49898a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,137,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49898a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49898a; -webkit-box-shadow: 1px 1px 3px 2px #49898a; box-shadow: 1px 1px 3px 2px #49898a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,137,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 #49898a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49898a; -webkit-box-shadow: 1px 1px 3px 2px #49898a; box-shadow: 1px 1px 3px 2px #49898a;">
Div content here</div>
This div box has shadow with color #49898a
Comments
No comments written yet.
Please login to write comment.