Shades of Dark Slate Blue #494294
Tints of Dark Slate Blue #494294
RGB
CMYK
RGB Variations
Color information
#494294 (or 0x494294) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 94. RGB value is (73,66,148). Sum of RGB (Red+Green+Blue) = 73+66+148=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #494294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494294 is #B6BD6B. Grayscale: #4D4D4D. Windows color (decimal): -11976044 or 9716297. OLE color: 9716297.
HSL color Cylindrical-coordinate representation of color #494294: hue angle of 245.12º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494294 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 66 | 148 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.42 |
| HSL | 245.12º | 0.38% | 0.42% | - |
| HSV(B) | 245.12º | 0.55% | 0.58% | - |
| XYZ | 10.04 | 7.45 | 28.93 | - |
| YUV | 77.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 148 | 0.51 | 0.55 | 0 | 0.42 | 245.12 | 0.38 | 0.42 |
| Hex | 49 | 42 | 94 | 33 | 37 | 0 | 2A | F5 | 26 | 2A |
| Octal | 111 | 102 | 224 | 63 | 67 | 0 | 52 | 365 | 46 | 52 |
| Binary | 1001001 | 1000010 | 10010100 | 110011 | 110111 | 0 | 101010 | 11110101 | 100110 | 101010 |
Color Harmonies of #494294
Complementary color
Monochromatic Colors of #494294
Black with #494294
Text Example
Text Example
White with #494294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494294; }
p { color: rgb(73,66,148); }
H1.HeaderClassName
{
color: #494294;
}
.AnyTagClassName
{
color: #494294;
}
</style>
background-color css
<style>
a { background-color: #494294; }
a { background-color: rgb(73,66,148); }
div.DivClassName
{
background-color: #494294;
}
.BgClassName
{
background-color: #494294;
}
</style>
border-color css
<style>
span { border-color: #494294; }
span { border-color: rgb(73,66,148); }
td.TdClassName
{
border-color: #494294;
}
.TagClassName
{
border-color: #494294;
}
</style>