Shades of Dark Slate Blue #494385
Tints of Dark Slate Blue #494385
RGB
CMYK
RGB Variations
Color information
#494385 (or 0x494385) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 85. RGB value is (73,67,133). Sum of RGB (Red+Green+Blue) = 73+67+133=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #494385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494385 is #B6BC7A. Grayscale: #4C4C4C. Windows color (decimal): -11975803 or 8733513. OLE color: 8733513.
HSL color Cylindrical-coordinate representation of color #494385: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494385 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 67 | 133 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.48 |
| HSL | 245.45º | 0.33% | 0.39% | - |
| HSV(B) | 245.45º | 0.5% | 0.52% | - |
| XYZ | 8.99 | 7.12 | 23.09 | - |
| YUV | 76.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 133 | 0.45 | 0.50 | 0 | 0.48 | 245.45 | 0.33 | 0.39 |
| Hex | 49 | 43 | 85 | 2D | 32 | 0 | 30 | F5 | 21 | 27 |
| Octal | 111 | 103 | 205 | 55 | 62 | 0 | 60 | 365 | 41 | 47 |
| Binary | 1001001 | 1000011 | 10000101 | 101101 | 110010 | 0 | 110000 | 11110101 | 100001 | 100111 |
Color Harmonies of #494385
Complementary color
Monochromatic Colors of #494385
Black with #494385
Text Example
Text Example
White with #494385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494385; }
p { color: rgb(73,67,133); }
H1.HeaderClassName
{
color: #494385;
}
.AnyTagClassName
{
color: #494385;
}
</style>
background-color css
<style>
a { background-color: #494385; }
a { background-color: rgb(73,67,133); }
div.DivClassName
{
background-color: #494385;
}
.BgClassName
{
background-color: #494385;
}
</style>
border-color css
<style>
span { border-color: #494385; }
span { border-color: rgb(73,67,133); }
td.TdClassName
{
border-color: #494385;
}
.TagClassName
{
border-color: #494385;
}
</style>