Shades of Dark Slate Blue #49488D
Tints of Dark Slate Blue #49488D
RGB
CMYK
RGB Variations
Color information
#49488D (or 0x49488D) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 8D. RGB value is (73,72,141). Sum of RGB (Red+Green+Blue) = 73+72+141=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #49488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49488D is #B6B772. Grayscale: #4F4F4F. Windows color (decimal): -11974515 or 9259081. OLE color: 9259081.
HSL color Cylindrical-coordinate representation of color #49488D: hue angle of 240.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49488D is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 72 | 141 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.45 |
| HSL | 240.87º | 0.32% | 0.42% | - |
| HSV(B) | 240.87º | 0.49% | 0.55% | - |
| XYZ | 9.87 | 7.97 | 26.22 | - |
| YUV | 80.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 141 | 0.48 | 0.49 | 0 | 0.45 | 240.87 | 0.32 | 0.42 |
| Hex | 49 | 48 | 8D | 30 | 31 | 0 | 2D | F1 | 20 | 2A |
| Octal | 111 | 110 | 215 | 60 | 61 | 0 | 55 | 361 | 40 | 52 |
| Binary | 1001001 | 1001000 | 10001101 | 110000 | 110001 | 0 | 101101 | 11110001 | 100000 | 101010 |
Color Harmonies of #49488D
Complementary color
Monochromatic Colors of #49488D
Black with #49488D
Text Example
Text Example
White with #49488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49488D; }
p { color: rgb(73,72,141); }
H1.HeaderClassName
{
color: #49488D;
}
.AnyTagClassName
{
color: #49488D;
}
</style>
background-color css
<style>
a { background-color: #49488D; }
a { background-color: rgb(73,72,141); }
div.DivClassName
{
background-color: #49488D;
}
.BgClassName
{
background-color: #49488D;
}
</style>
border-color css
<style>
span { border-color: #49488D; }
span { border-color: rgb(73,72,141); }
td.TdClassName
{
border-color: #49488D;
}
.TagClassName
{
border-color: #49488D;
}
</style>