Color spaces of #474050
RGB | 71 | 64 | 80 |
---|---|---|---|
HSL | 0.74 | 0.11 | 0.28 |
HSV | 266° | 20° | 31° |
CMYK | 0.11 | 0.20 | 0.00 0.69 |
XYZ | 5.8799 | 5.5856 | 8.3576 |
Yxy | 5.5856 | 0.2966 | 0.2818 |
Hunter Lab | 23.6339 | 3.0500 | -4.4229 |
CIE-Lab | 28.3419 | 6.6198 | -8.5454 |
#474050 color RGB value is (71,64,80).
#474050 hex color red value is 71, green value is 64 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #474050 hue: 0.74 , saturation: 0.11 and the lightness value of 474050 is 0.28.
The process color (four color CMYK) of #474050 color hex is 0.11, 0.20, 0.00, 0.69. Web safe color of #474050 is #333366. Color #474050 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01000000 | 01010000 |
Octal | 107 | 100 | 120 |
Decimal | 71 | 64 | 80 |
Hex | 47 | 40 | 50 |
Shades of #474050
Tints of #474050
RGB Percentages of Color #474050
CMYK Percentages of Color #474050
Complementary Color
#474050 | #495040 |
#474050 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#474050 Color Preview on White Background
Lorem ipsum dolor sit amet.
#474050 Color CSS Codes
.mybgcolor {background-color:#474050; } .myforecolor {color:#474050; } .mybordercolor {border:3px solid #474050; }
#474050 Text Font Color
<p style="color:#474050">Text here</p>
This sample text font color is #474050
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.
#474050 Background Color
<div style="background-color:#474050">
Div content here</div>
This div background color is #474050
#474050 Border Color
<div style="border:3px solid #474050">
Div here</div>
This div border color is #474050
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,64,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #474050; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474050; -webkit-box-shadow: 1px 1px 3px 2px #474050; box-shadow: 1px 1px 3px 2px #474050; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,64,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #474050">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #474050; -webkit-box-shadow: 1px 1px 3px 2px #474050; box-shadow: 1px 1px 3px 2px #474050;">
Div content here</div>
This div box has shadow with color #474050
Comments
No comments written yet.
Please login to write comment.