Shades of Dark Slate Blue #493A82
Tints of Dark Slate Blue #493A82
RGB
CMYK
RGB Variations
Color information
#493A82 (or 0x493A82) is known color: Dark Slate Blue. HEX triplet: 49, 3A and 82. RGB value is (73,58,130). Sum of RGB (Red+Green+Blue) = 73+58+130=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #493A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A82 is #B6C57D. Grayscale: #464646. Windows color (decimal): -11978110 or 8534601. OLE color: 8534601.
HSL color Cylindrical-coordinate representation of color #493A82: hue angle of 252.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493A82 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 58 | 130 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.49 |
| HSL | 252.5º | 0.38% | 0.37% | - |
| HSV(B) | 252.5º | 0.55% | 0.51% | - |
| XYZ | 8.29 | 6.05 | 21.85 | - |
| YUV | 70.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 130 | 0.44 | 0.55 | 0 | 0.49 | 252.5 | 0.38 | 0.37 |
| Hex | 49 | 3A | 82 | 2C | 37 | 0 | 31 | FD | 26 | 25 |
| Octal | 111 | 72 | 202 | 54 | 67 | 0 | 61 | 375 | 46 | 45 |
| Binary | 1001001 | 111010 | 10000010 | 101100 | 110111 | 0 | 110001 | 11111101 | 100110 | 100101 |
Color Harmonies of #493A82
Complementary color
Monochromatic Colors of #493A82
Black with #493A82
Text Example
Text Example
White with #493A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A82; }
p { color: rgb(73,58,130); }
H1.HeaderClassName
{
color: #493A82;
}
.AnyTagClassName
{
color: #493A82;
}
</style>
background-color css
<style>
a { background-color: #493A82; }
a { background-color: rgb(73,58,130); }
div.DivClassName
{
background-color: #493A82;
}
.BgClassName
{
background-color: #493A82;
}
</style>
border-color css
<style>
span { border-color: #493A82; }
span { border-color: rgb(73,58,130); }
td.TdClassName
{
border-color: #493A82;
}
.TagClassName
{
border-color: #493A82;
}
</style>