Shades of Dark Slate Blue #494392
Tints of Dark Slate Blue #494392
RGB
CMYK
RGB Variations
Color information
#494392 (or 0x494392) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 92. RGB value is (73,67,146). Sum of RGB (Red+Green+Blue) = 73+67+146=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #494392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494392 is #B6BC6D. Grayscale: #4D4D4D. Windows color (decimal): -11975790 or 9585481. OLE color: 9585481.
HSL color Cylindrical-coordinate representation of color #494392: hue angle of 244.56º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494392 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 67 | 146 | - |
| CMYK | 0.5 | 0.54 | 0 | 0.43 |
| HSL | 244.56º | 0.37% | 0.42% | - |
| HSV(B) | 244.56º | 0.54% | 0.57% | - |
| XYZ | 9.94 | 7.51 | 28.12 | - |
| YUV | 77.8 | 166.49 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 146 | 0.5 | 0.54 | 0 | 0.43 | 244.56 | 0.37 | 0.42 |
| Hex | 49 | 43 | 92 | 32 | 36 | 0 | 2B | F5 | 25 | 2A |
| Octal | 111 | 103 | 222 | 62 | 66 | 0 | 53 | 365 | 45 | 52 |
| Binary | 1001001 | 1000011 | 10010010 | 110010 | 110110 | 0 | 101011 | 11110101 | 100101 | 101010 |
Color Harmonies of #494392
Complementary color
Monochromatic Colors of #494392
Black with #494392
Text Example
Text Example
White with #494392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494392; }
p { color: rgb(73,67,146); }
H1.HeaderClassName
{
color: #494392;
}
.AnyTagClassName
{
color: #494392;
}
</style>
background-color css
<style>
a { background-color: #494392; }
a { background-color: rgb(73,67,146); }
div.DivClassName
{
background-color: #494392;
}
.BgClassName
{
background-color: #494392;
}
</style>
border-color css
<style>
span { border-color: #494392; }
span { border-color: rgb(73,67,146); }
td.TdClassName
{
border-color: #494392;
}
.TagClassName
{
border-color: #494392;
}
</style>