Shades of Dark Slate Blue #494390
Tints of Dark Slate Blue #494390
RGB
CMYK
RGB Variations
Color information
#494390 (or 0x494390) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 90. RGB value is (73,67,144). Sum of RGB (Red+Green+Blue) = 73+67+144=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #494390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494390 is #B6BC6F. Grayscale: #4D4D4D. Windows color (decimal): -11975792 or 9454409. OLE color: 9454409.
HSL color Cylindrical-coordinate representation of color #494390: hue angle of 244.68º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494390 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 67 | 144 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.44 |
| HSL | 244.68º | 0.36% | 0.41% | - |
| HSV(B) | 244.68º | 0.53% | 0.56% | - |
| XYZ | 9.79 | 7.44 | 27.31 | - |
| YUV | 77.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 144 | 0.49 | 0.53 | 0 | 0.44 | 244.68 | 0.36 | 0.41 |
| Hex | 49 | 43 | 90 | 31 | 35 | 0 | 2C | F5 | 24 | 29 |
| Octal | 111 | 103 | 220 | 61 | 65 | 0 | 54 | 365 | 44 | 51 |
| Binary | 1001001 | 1000011 | 10010000 | 110001 | 110101 | 0 | 101100 | 11110101 | 100100 | 101001 |
Color Harmonies of #494390
Complementary color
Monochromatic Colors of #494390
Black with #494390
Text Example
Text Example
White with #494390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494390; }
p { color: rgb(73,67,144); }
H1.HeaderClassName
{
color: #494390;
}
.AnyTagClassName
{
color: #494390;
}
</style>
background-color css
<style>
a { background-color: #494390; }
a { background-color: rgb(73,67,144); }
div.DivClassName
{
background-color: #494390;
}
.BgClassName
{
background-color: #494390;
}
</style>
border-color css
<style>
span { border-color: #494390; }
span { border-color: rgb(73,67,144); }
td.TdClassName
{
border-color: #494390;
}
.TagClassName
{
border-color: #494390;
}
</style>