Shades of Dark Slate Blue #493A84
Tints of Dark Slate Blue #493A84
RGB
CMYK
RGB Variations
Color information
#493A84 (or 0x493A84) is known color: Dark Slate Blue. HEX triplet: 49, 3A and 84. RGB value is (73,58,132). Sum of RGB (Red+Green+Blue) = 73+58+132=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #493A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A84 is #B6C57B. Grayscale: #464646. Windows color (decimal): -11978108 or 8665673. OLE color: 8665673.
HSL color Cylindrical-coordinate representation of color #493A84: hue angle of 252.16º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493A84 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 58 | 132 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.48 |
| HSL | 252.16º | 0.39% | 0.37% | - |
| HSV(B) | 252.16º | 0.56% | 0.52% | - |
| XYZ | 8.43 | 6.11 | 22.56 | - |
| YUV | 70.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 132 | 0.45 | 0.56 | 0 | 0.48 | 252.16 | 0.39 | 0.37 |
| Hex | 49 | 3A | 84 | 2D | 38 | 0 | 30 | FC | 27 | 25 |
| Octal | 111 | 72 | 204 | 55 | 70 | 0 | 60 | 374 | 47 | 45 |
| Binary | 1001001 | 111010 | 10000100 | 101101 | 111000 | 0 | 110000 | 11111100 | 100111 | 100101 |
Color Harmonies of #493A84
Complementary color
Monochromatic Colors of #493A84
Black with #493A84
Text Example
Text Example
White with #493A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A84; }
p { color: rgb(73,58,132); }
H1.HeaderClassName
{
color: #493A84;
}
.AnyTagClassName
{
color: #493A84;
}
</style>
background-color css
<style>
a { background-color: #493A84; }
a { background-color: rgb(73,58,132); }
div.DivClassName
{
background-color: #493A84;
}
.BgClassName
{
background-color: #493A84;
}
</style>
border-color css
<style>
span { border-color: #493A84; }
span { border-color: rgb(73,58,132); }
td.TdClassName
{
border-color: #493A84;
}
.TagClassName
{
border-color: #493A84;
}
</style>