color details

Color Details
#493c55 Color Hex

#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
Color spaces of #493c55Value
RGB73, 60, 85
HSL0.75, 0.17, 0.28
HSV271°, 29°, 33°
XYZ6, 5.3, 9.3
Base Numbers
Base Red Green Blue
Binary 1001001 111100 1010101
Octal 111 74 125
Decimal 73 60 85
Hex 49 3C 55

RGB Percentages for Color #493c55

33.49%
27.52%
38.99%

CMYK Percentages of the Color #493c55

14.12%
29.41%
66.67%
CSS Codes for Color #493c55
.mybgColor {background-color: #493c55;}
.myforeColor {color: #493c55;}
.myborderColor {border:3px solid #493c55;}
Text Font Color #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,

Background Color #493c55

<div style="background-color:#493c55">Div content here</div>

The background color of this div is #493c55
Border Color #493c55

<div style="border:3px solid #493c55">Div here</div>

The border color of this div is #493c55
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73, 60, 85, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #493c55;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #493c55

Scroll to Top