Shades of Dark Slate Blue #49408B
Tints of Dark Slate Blue #49408B
RGB
CMYK
RGB Variations
Color information
#49408B (or 0x49408B) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 8B. RGB value is (73,64,139). Sum of RGB (Red+Green+Blue) = 73+64+139=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #49408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49408B is #B6BF74. Grayscale: #4A4A4A. Windows color (decimal): -11976565 or 9125961. OLE color: 9125961.
HSL color Cylindrical-coordinate representation of color #49408B: hue angle of 247.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49408B is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 64 | 139 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.45 |
| HSL | 247.2º | 0.37% | 0.4% | - |
| HSV(B) | 247.2º | 0.54% | 0.55% | - |
| XYZ | 9.24 | 6.95 | 25.28 | - |
| YUV | 75.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 139 | 0.47 | 0.54 | 0 | 0.45 | 247.2 | 0.37 | 0.4 |
| Hex | 49 | 40 | 8B | 2F | 36 | 0 | 2D | F7 | 25 | 28 |
| Octal | 111 | 100 | 213 | 57 | 66 | 0 | 55 | 367 | 45 | 50 |
| Binary | 1001001 | 1000000 | 10001011 | 101111 | 110110 | 0 | 101101 | 11110111 | 100101 | 101000 |
Color Harmonies of #49408B
Complementary color
Monochromatic Colors of #49408B
Black with #49408B
Text Example
Text Example
White with #49408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49408B; }
p { color: rgb(73,64,139); }
H1.HeaderClassName
{
color: #49408B;
}
.AnyTagClassName
{
color: #49408B;
}
</style>
background-color css
<style>
a { background-color: #49408B; }
a { background-color: rgb(73,64,139); }
div.DivClassName
{
background-color: #49408B;
}
.BgClassName
{
background-color: #49408B;
}
</style>
border-color css
<style>
span { border-color: #49408B; }
span { border-color: rgb(73,64,139); }
td.TdClassName
{
border-color: #49408B;
}
.TagClassName
{
border-color: #49408B;
}
</style>