Shades of Dark Slate Blue #493E79
Tints of Dark Slate Blue #493E79
RGB
CMYK
RGB Variations
Color information
#493E79 (or 0x493E79) is known color: Dark Slate Blue. HEX triplet: 49, 3E and 79. RGB value is (73,62,121). Sum of RGB (Red+Green+Blue) = 73+62+121=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #493E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E79 is #B6C186. Grayscale: #474747. Windows color (decimal): -11977095 or 7945801. OLE color: 7945801.
HSL color Cylindrical-coordinate representation of color #493E79: hue angle of 251.19º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493E79 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 62 | 121 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.53 |
| HSL | 251.19º | 0.32% | 0.36% | - |
| HSV(B) | 251.19º | 0.49% | 0.47% | - |
| XYZ | 7.92 | 6.24 | 18.88 | - |
| YUV | 72.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 121 | 0.40 | 0.49 | 0 | 0.53 | 251.19 | 0.32 | 0.36 |
| Hex | 49 | 3E | 79 | 28 | 31 | 0 | 35 | FB | 20 | 24 |
| Octal | 111 | 76 | 171 | 50 | 61 | 0 | 65 | 373 | 40 | 44 |
| Binary | 1001001 | 111110 | 1111001 | 101000 | 110001 | 0 | 110101 | 11111011 | 100000 | 100100 |
Color Harmonies of #493E79
Complementary color
Monochromatic Colors of #493E79
Black with #493E79
Text Example
Text Example
White with #493E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E79; }
p { color: rgb(73,62,121); }
H1.HeaderClassName
{
color: #493E79;
}
.AnyTagClassName
{
color: #493E79;
}
</style>
background-color css
<style>
a { background-color: #493E79; }
a { background-color: rgb(73,62,121); }
div.DivClassName
{
background-color: #493E79;
}
.BgClassName
{
background-color: #493E79;
}
</style>
border-color css
<style>
span { border-color: #493E79; }
span { border-color: rgb(73,62,121); }
td.TdClassName
{
border-color: #493E79;
}
.TagClassName
{
border-color: #493E79;
}
</style>