Shades of Dark Slate Blue #49488B
Tints of Dark Slate Blue #49488B
RGB
CMYK
RGB Variations
Color information
#49488B (or 0x49488B) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 8B. RGB value is (73,72,139). Sum of RGB (Red+Green+Blue) = 73+72+139=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #49488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49488B is #B6B774. Grayscale: #4F4F4F. Windows color (decimal): -11974517 or 9128009. OLE color: 9128009.
HSL color Cylindrical-coordinate representation of color #49488B: hue angle of 240.9º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49488B is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 72 | 139 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.45 |
| HSL | 240.9º | 0.32% | 0.41% | - |
| HSV(B) | 240.9º | 0.48% | 0.55% | - |
| XYZ | 9.73 | 7.92 | 25.44 | - |
| YUV | 79.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 139 | 0.47 | 0.48 | 0 | 0.45 | 240.9 | 0.32 | 0.41 |
| Hex | 49 | 48 | 8B | 2F | 30 | 0 | 2D | F1 | 20 | 29 |
| Octal | 111 | 110 | 213 | 57 | 60 | 0 | 55 | 361 | 40 | 51 |
| Binary | 1001001 | 1001000 | 10001011 | 101111 | 110000 | 0 | 101101 | 11110001 | 100000 | 101001 |
Color Harmonies of #49488B
Complementary color
Monochromatic Colors of #49488B
Black with #49488B
Text Example
Text Example
White with #49488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49488B; }
p { color: rgb(73,72,139); }
H1.HeaderClassName
{
color: #49488B;
}
.AnyTagClassName
{
color: #49488B;
}
</style>
background-color css
<style>
a { background-color: #49488B; }
a { background-color: rgb(73,72,139); }
div.DivClassName
{
background-color: #49488B;
}
.BgClassName
{
background-color: #49488B;
}
</style>
border-color css
<style>
span { border-color: #49488B; }
span { border-color: rgb(73,72,139); }
td.TdClassName
{
border-color: #49488B;
}
.TagClassName
{
border-color: #49488B;
}
</style>