Shades of Dark Slate Blue #494684
Tints of Dark Slate Blue #494684
RGB
CMYK
RGB Variations
Color information
#494684 (or 0x494684) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 84. RGB value is (73,70,132). Sum of RGB (Red+Green+Blue) = 73+70+132=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #494684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494684 is #B6B97B. Grayscale: #4D4D4D. Windows color (decimal): -11975036 or 8668745. OLE color: 8668745.
HSL color Cylindrical-coordinate representation of color #494684: hue angle of 242.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494684 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 70 | 132 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.48 |
| HSL | 242.9º | 0.31% | 0.4% | - |
| HSV(B) | 242.9º | 0.47% | 0.52% | - |
| XYZ | 9.1 | 7.46 | 22.79 | - |
| YUV | 77.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 132 | 0.45 | 0.47 | 0 | 0.48 | 242.9 | 0.31 | 0.4 |
| Hex | 49 | 46 | 84 | 2D | 2F | 0 | 30 | F3 | 1F | 28 |
| Octal | 111 | 106 | 204 | 55 | 57 | 0 | 60 | 363 | 37 | 50 |
| Binary | 1001001 | 1000110 | 10000100 | 101101 | 101111 | 0 | 110000 | 11110011 | 11111 | 101000 |
Color Harmonies of #494684
Complementary color
Monochromatic Colors of #494684
Black with #494684
Text Example
Text Example
White with #494684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494684; }
p { color: rgb(73,70,132); }
H1.HeaderClassName
{
color: #494684;
}
.AnyTagClassName
{
color: #494684;
}
</style>
background-color css
<style>
a { background-color: #494684; }
a { background-color: rgb(73,70,132); }
div.DivClassName
{
background-color: #494684;
}
.BgClassName
{
background-color: #494684;
}
</style>
border-color css
<style>
span { border-color: #494684; }
span { border-color: rgb(73,70,132); }
td.TdClassName
{
border-color: #494684;
}
.TagClassName
{
border-color: #494684;
}
</style>