Shades of Dark Slate Blue #49498F
Tints of Dark Slate Blue #49498F
RGB
CMYK
RGB Variations
Color information
#49498F (or 0x49498F) is known color: Dark Slate Blue. HEX triplet: 49, 49 and 8F. RGB value is (73,73,143). Sum of RGB (Red+Green+Blue) = 73+73+143=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #49498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49498F is #B6B670. Grayscale: #505050. Windows color (decimal): -11974257 or 9390409. OLE color: 9390409.
HSL color Cylindrical-coordinate representation of color #49498F: hue angle of 240º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49498F is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 73 | 143 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.44 |
| HSL | 240º | 0.32% | 0.42% | - |
| HSV(B) | 240º | 0.49% | 0.56% | - |
| XYZ | 10.09 | 8.16 | 27.03 | - |
| YUV | 80.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 143 | 0.49 | 0.49 | 0 | 0.44 | 240 | 0.32 | 0.42 |
| Hex | 49 | 49 | 8F | 31 | 31 | 0 | 2C | F0 | 20 | 2A |
| Octal | 111 | 111 | 217 | 61 | 61 | 0 | 54 | 360 | 40 | 52 |
| Binary | 1001001 | 1001001 | 10001111 | 110001 | 110001 | 0 | 101100 | 11110000 | 100000 | 101010 |
Color Harmonies of #49498F
Complementary color
Monochromatic Colors of #49498F
Black with #49498F
Text Example
Text Example
White with #49498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49498F; }
p { color: rgb(73,73,143); }
H1.HeaderClassName
{
color: #49498F;
}
.AnyTagClassName
{
color: #49498F;
}
</style>
background-color css
<style>
a { background-color: #49498F; }
a { background-color: rgb(73,73,143); }
div.DivClassName
{
background-color: #49498F;
}
.BgClassName
{
background-color: #49498F;
}
</style>
border-color css
<style>
span { border-color: #49498F; }
span { border-color: rgb(73,73,143); }
td.TdClassName
{
border-color: #49498F;
}
.TagClassName
{
border-color: #49498F;
}
</style>