Color spaces of #48979f
RGB | 72 | 151 | 159 |
---|---|---|---|
HSL | 0.52 | 0.38 | 0.45 |
HSV | 186° | 55° | 62° |
CMYK | 0.55 | 0.05 | 0.00 0.38 |
XYZ | 19.9971 | 26.0141 | 36.7682 |
Yxy | 26.0141 | 0.2416 | 0.3143 |
Hunter Lab | 51.0040 | -19.2727 | -7.0387 |
CIE-Lab | 58.0504 | -21.8021 | -11.6000 |
#48979f color RGB value is (72,151,159).
#48979f hex color red value is 72, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #48979f hue: 0.52 , saturation: 0.38 and the lightness value of 48979f is 0.45.
The process color (four color CMYK) of #48979f color hex is 0.55, 0.05, 0.00, 0.38. Web safe color of #48979f is #339999. Color #48979f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10010111 | 10011111 |
Octal | 110 | 227 | 237 |
Decimal | 72 | 151 | 159 |
Hex | 48 | 97 | 9F |
Shades of #48979f
Tints of #48979f
RGB Percentages of Color #48979f
CMYK Percentages of Color #48979f
Complementary Color
#48979f | #9f5048 |
#48979f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48979f Color Preview on White Background
Lorem ipsum dolor sit amet.
#48979f Color CSS Codes
.mybgcolor {background-color:#48979f; } .myforecolor {color:#48979f; } .mybordercolor {border:3px solid #48979f; }
#48979f Text Font Color
<p style="color:#48979f">Text here</p>
This sample text font color is #48979f
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.
#48979f Background Color
<div style="background-color:#48979f">
Div content here</div>
This div background color is #48979f
#48979f Border Color
<div style="border:3px solid #48979f">
Div here</div>
This div border color is #48979f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,151,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48979f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48979f; -webkit-box-shadow: 1px 1px 3px 2px #48979f; box-shadow: 1px 1px 3px 2px #48979f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,151,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48979f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48979f; -webkit-box-shadow: 1px 1px 3px 2px #48979f; box-shadow: 1px 1px 3px 2px #48979f;">
Div content here</div>
This div box has shadow with color #48979f
Comments
No comments written yet.
Please login to write comment.