Shades of Dark Slate Blue #494885
Tints of Dark Slate Blue #494885
RGB
CMYK
RGB Variations
Color information
#494885 (or 0x494885) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 85. RGB value is (73,72,133). Sum of RGB (Red+Green+Blue) = 73+72+133=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #494885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494885 is #B6B77A. Grayscale: #4F4F4F. Windows color (decimal): -11974523 or 8734793. OLE color: 8734793.
HSL color Cylindrical-coordinate representation of color #494885: hue angle of 240.98º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494885 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 72 | 133 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.48 |
| HSL | 240.98º | 0.3% | 0.4% | - |
| HSV(B) | 240.98º | 0.46% | 0.52% | - |
| XYZ | 9.3 | 7.74 | 23.2 | - |
| YUV | 79.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 133 | 0.45 | 0.46 | 0 | 0.48 | 240.98 | 0.3 | 0.4 |
| Hex | 49 | 48 | 85 | 2D | 2E | 0 | 30 | F1 | 1E | 28 |
| Octal | 111 | 110 | 205 | 55 | 56 | 0 | 60 | 361 | 36 | 50 |
| Binary | 1001001 | 1001000 | 10000101 | 101101 | 101110 | 0 | 110000 | 11110001 | 11110 | 101000 |
Color Harmonies of #494885
Complementary color
Monochromatic Colors of #494885
Black with #494885
Text Example
Text Example
White with #494885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494885; }
p { color: rgb(73,72,133); }
H1.HeaderClassName
{
color: #494885;
}
.AnyTagClassName
{
color: #494885;
}
</style>
background-color css
<style>
a { background-color: #494885; }
a { background-color: rgb(73,72,133); }
div.DivClassName
{
background-color: #494885;
}
.BgClassName
{
background-color: #494885;
}
</style>
border-color css
<style>
span { border-color: #494885; }
span { border-color: rgb(73,72,133); }
td.TdClassName
{
border-color: #494885;
}
.TagClassName
{
border-color: #494885;
}
</style>