Color spaces of #489278
RGB | 72 | 146 | 120 |
---|---|---|---|
HSL | 0.44 | 0.34 | 0.43 |
HSV | 159° | 51° | 57° |
CMYK | 0.51 | 0.00 | 0.18 0.43 |
XYZ | 16.3415 | 23.2916 | 21.4037 |
Yxy | 23.2916 | 0.2677 | 0.3816 |
Hunter Lab | 48.2614 | -24.0166 | 7.4881 |
CIE-Lab | 55.3714 | -29.6079 | 6.7649 |
#489278 color RGB value is (72,146,120).
#489278 hex color red value is 72, green value is 146 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #489278 hue: 0.44 , saturation: 0.34 and the lightness value of 489278 is 0.43.
The process color (four color CMYK) of #489278 color hex is 0.51, 0.00, 0.18, 0.43. Web safe color of #489278 is #339966. Color #489278 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10010010 | 01111000 |
Octal | 110 | 222 | 170 |
Decimal | 72 | 146 | 120 |
Hex | 48 | 92 | 78 |
Shades of #489278
Tints of #489278
RGB Percentages of Color #489278
CMYK Percentages of Color #489278
Complementary Color
#489278 | #924862 |
#489278 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#489278 Color Preview on White Background
Lorem ipsum dolor sit amet.
#489278 Color CSS Codes
.mybgcolor {background-color:#489278; } .myforecolor {color:#489278; } .mybordercolor {border:3px solid #489278; }
#489278 Text Font Color
<p style="color:#489278">Text here</p>
This sample text font color is #489278
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.
#489278 Background Color
<div style="background-color:#489278">
Div content here</div>
This div background color is #489278
#489278 Border Color
<div style="border:3px solid #489278">
Div here</div>
This div border color is #489278
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,146,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #489278; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #489278; -webkit-box-shadow: 1px 1px 3px 2px #489278; box-shadow: 1px 1px 3px 2px #489278; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,146,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #489278">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #489278; -webkit-box-shadow: 1px 1px 3px 2px #489278; box-shadow: 1px 1px 3px 2px #489278;">
Div content here</div>
This div box has shadow with color #489278
Comments
No comments written yet.
Please login to write comment.