Shades of Dark Slate Blue #494589
Tints of Dark Slate Blue #494589
RGB
CMYK
RGB Variations
Color information
#494589 (or 0x494589) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 89. RGB value is (73,69,137). Sum of RGB (Red+Green+Blue) = 73+69+137=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #494589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494589 is #B6BA76. Grayscale: #4D4D4D. Windows color (decimal): -11975287 or 8996169. OLE color: 8996169.
HSL color Cylindrical-coordinate representation of color #494589: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494589 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 69 | 137 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.46 |
| HSL | 243.53º | 0.33% | 0.4% | - |
| HSV(B) | 243.53º | 0.5% | 0.54% | - |
| XYZ | 9.39 | 7.48 | 24.62 | - |
| YUV | 77.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 137 | 0.47 | 0.50 | 0 | 0.46 | 243.53 | 0.33 | 0.4 |
| Hex | 49 | 45 | 89 | 2F | 32 | 0 | 2E | F4 | 21 | 28 |
| Octal | 111 | 105 | 211 | 57 | 62 | 0 | 56 | 364 | 41 | 50 |
| Binary | 1001001 | 1000101 | 10001001 | 101111 | 110010 | 0 | 101110 | 11110100 | 100001 | 101000 |
Color Harmonies of #494589
Complementary color
Monochromatic Colors of #494589
Black with #494589
Text Example
Text Example
White with #494589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494589; }
p { color: rgb(73,69,137); }
H1.HeaderClassName
{
color: #494589;
}
.AnyTagClassName
{
color: #494589;
}
</style>
background-color css
<style>
a { background-color: #494589; }
a { background-color: rgb(73,69,137); }
div.DivClassName
{
background-color: #494589;
}
.BgClassName
{
background-color: #494589;
}
</style>
border-color css
<style>
span { border-color: #494589; }
span { border-color: rgb(73,69,137); }
td.TdClassName
{
border-color: #494589;
}
.TagClassName
{
border-color: #494589;
}
</style>