#493c55 color RGB value is (4, 147, 197).
#493c55 hex color red value is 4, green value is 147, and blue value is 197.
Cylindrical-coordinate representations (HSL) of color #493c55
hue: 195.54,
saturation: 0.96 and lightness: 0.39.
The process color (four-color CMYK) of #493c55 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #493c55 is #ff9999. Color #493c55 contains mainly RED.
| Color spaces of #493c55 | Value |
|---|---|
| RGB | 73, 60, 85 |
| HSL | 0.75, 0.17, 0.28 |
| HSV | 271°, 29°, 33° |
| XYZ | 6, 5.3, 9.3 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001001 | 111100 | 1010101 |
| Octal | 111 | 74 | 125 |
| Decimal | 73 | 60 | 85 |
| Hex | 49 | 3C | 55 |
Shades of #493c55
Tints of #493c55
.mybgColor {background-color: #493c55;}
.myforeColor {color: #493c55;}
.myborderColor {border:3px solid #493c55;}
<p style="color:#493c55">Text here</p>
This sample text is styled with the font color #493c55. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#493c55">Div content here</div>
<div style="border:3px solid #493c55">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(73, 60, 85, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #493c55; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #493c55;
-webkit-box-shadow: 1px 1px 3px #493c55;
box-shadow: 1px 1px 3px #493c55; }
<p style="text-shadow: 4px 4px 2px rgba(73, 60, 85, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #493c55;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #493c55;
-webkit-box-shadow: 1px 1px 3px #493c55;
box-shadow: 1px 1px 3px #493c55;">Div content here</div>
