Color spaces of #493780
RGB | 73 | 55 | 128 |
---|---|---|---|
HSL | 0.71 | 0.40 | 0.36 |
HSV | 255° | 57° | 50° |
CMYK | 0.43 | 0.57 | 0.00 0.50 |
XYZ | 8.0101 | 5.7074 | 21.1015 |
Yxy | 5.7074 | 0.2300 | 0.1639 |
Hunter Lab | 23.8902 | 18.0412 | -35.6460 |
CIE-Lab | 28.6619 | 26.7065 | -38.7360 |
#493780 color RGB value is (73,55,128).
#493780 hex color red value is 73, green value is 55 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #493780 hue: 0.71 , saturation: 0.40 and the lightness value of 493780 is 0.36.
The process color (four color CMYK) of #493780 color hex is 0.43, 0.57, 0.00, 0.50. Web safe color of #493780 is #333399. Color #493780 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00110111 | 10000000 |
Octal | 111 | 67 | 200 |
Decimal | 73 | 55 | 128 |
Hex | 49 | 37 | 80 |
Shades of #493780
Tints of #493780
RGB Percentages of Color #493780
CMYK Percentages of Color #493780
Complementary Color
#493780 | #6e8037 |
#493780 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#493780 Color Preview on White Background
Lorem ipsum dolor sit amet.
#493780 Color CSS Codes
.mybgcolor {background-color:#493780; } .myforecolor {color:#493780; } .mybordercolor {border:3px solid #493780; }
#493780 Text Font Color
<p style="color:#493780">Text here</p>
This sample text font color is #493780
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.
#493780 Background Color
<div style="background-color:#493780">
Div content here</div>
This div background color is #493780
#493780 Border Color
<div style="border:3px solid #493780">
Div here</div>
This div border color is #493780
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,55,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #493780; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #493780; -webkit-box-shadow: 1px 1px 3px 2px #493780; box-shadow: 1px 1px 3px 2px #493780; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,55,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #493780">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #493780; -webkit-box-shadow: 1px 1px 3px 2px #493780; box-shadow: 1px 1px 3px 2px #493780;">
Div content here</div>
This div box has shadow with color #493780
Comments
No comments written yet.
Please login to write comment.