Shades of Dark Slate Blue #49498D
Tints of Dark Slate Blue #49498D
RGB
CMYK
RGB Variations
Color information
#49498D (or 0x49498D) is known color: Dark Slate Blue. HEX triplet: 49, 49 and 8D. RGB value is (73,73,141). Sum of RGB (Red+Green+Blue) = 73+73+141=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #49498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49498D is #B6B672. Grayscale: #505050. Windows color (decimal): -11974259 or 9259337. OLE color: 9259337.
HSL color Cylindrical-coordinate representation of color #49498D: hue angle of 240º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49498D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 73 | 141 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.45 |
| HSL | 240º | 0.32% | 0.42% | - |
| HSV(B) | 240º | 0.48% | 0.55% | - |
| XYZ | 9.94 | 8.1 | 26.24 | - |
| YUV | 80.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 141 | 0.48 | 0.48 | 0 | 0.45 | 240 | 0.32 | 0.42 |
| Hex | 49 | 49 | 8D | 30 | 30 | 0 | 2D | F0 | 20 | 2A |
| Octal | 111 | 111 | 215 | 60 | 60 | 0 | 55 | 360 | 40 | 52 |
| Binary | 1001001 | 1001001 | 10001101 | 110000 | 110000 | 0 | 101101 | 11110000 | 100000 | 101010 |
Color Harmonies of #49498D
Complementary color
Monochromatic Colors of #49498D
Black with #49498D
Text Example
Text Example
White with #49498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49498D; }
p { color: rgb(73,73,141); }
H1.HeaderClassName
{
color: #49498D;
}
.AnyTagClassName
{
color: #49498D;
}
</style>
background-color css
<style>
a { background-color: #49498D; }
a { background-color: rgb(73,73,141); }
div.DivClassName
{
background-color: #49498D;
}
.BgClassName
{
background-color: #49498D;
}
</style>
border-color css
<style>
span { border-color: #49498D; }
span { border-color: rgb(73,73,141); }
td.TdClassName
{
border-color: #49498D;
}
.TagClassName
{
border-color: #49498D;
}
</style>