Color spaces of #472676
RGB | 71 | 38 | 118 |
---|---|---|---|
HSL | 0.74 | 0.51 | 0.31 |
HSV | 265° | 68° | 46° |
CMYK | 0.40 | 0.68 | 0.00 0.54 |
XYZ | 6.5617 | 4.0338 | 17.5723 |
Yxy | 4.0338 | 0.2330 | 0.1432 |
Hunter Lab | 20.0843 | 23.1697 | -37.8153 |
CIE-Lab | 23.7829 | 33.6364 | -40.2984 |
#472676 color RGB value is (71,38,118).
#472676 hex color red value is 71, green value is 38 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #472676 hue: 0.74 , saturation: 0.51 and the lightness value of 472676 is 0.31.
The process color (four color CMYK) of #472676 color hex is 0.40, 0.68, 0.00, 0.54. Web safe color of #472676 is #333366. Color #472676 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00100110 | 01110110 |
Octal | 107 | 46 | 166 |
Decimal | 71 | 38 | 118 |
Hex | 47 | 26 | 76 |
Shades of #472676
Tints of #472676
RGB Percentages of Color #472676
CMYK Percentages of Color #472676
Complementary Color
#472676 | #557626 |
#472676 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#472676 Color Preview on White Background
Lorem ipsum dolor sit amet.
#472676 Color CSS Codes
.mybgcolor {background-color:#472676; } .myforecolor {color:#472676; } .mybordercolor {border:3px solid #472676; }
#472676 Text Font Color
<p style="color:#472676">Text here</p>
This sample text font color is #472676
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.
#472676 Background Color
<div style="background-color:#472676">
Div content here</div>
This div background color is #472676
#472676 Border Color
<div style="border:3px solid #472676">
Div here</div>
This div border color is #472676
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,38,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #472676; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472676; -webkit-box-shadow: 1px 1px 3px 2px #472676; box-shadow: 1px 1px 3px 2px #472676; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,38,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #472676">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #472676; -webkit-box-shadow: 1px 1px 3px 2px #472676; box-shadow: 1px 1px 3px 2px #472676;">
Div content here</div>
This div box has shadow with color #472676
Comments
No comments written yet.
Please login to write comment.