Shades of Dark Slate Blue #49488E
Tints of Dark Slate Blue #49488E
RGB
CMYK
RGB Variations
Color information
#49488E (or 0x49488E) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 8E. RGB value is (73,72,142). Sum of RGB (Red+Green+Blue) = 73+72+142=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #49488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49488E is #B6B771. Grayscale: #505050. Windows color (decimal): -11974514 or 9324617. OLE color: 9324617.
HSL color Cylindrical-coordinate representation of color #49488E: hue angle of 240.86º degrees, saturation: 0.33, 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 #49488E is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 72 | 142 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.44 |
| HSL | 240.86º | 0.33% | 0.42% | - |
| HSV(B) | 240.86º | 0.49% | 0.56% | - |
| XYZ | 9.95 | 8 | 26.61 | - |
| YUV | 80.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 142 | 0.49 | 0.49 | 0 | 0.44 | 240.86 | 0.33 | 0.42 |
| Hex | 49 | 48 | 8E | 31 | 31 | 0 | 2C | F1 | 21 | 2A |
| Octal | 111 | 110 | 216 | 61 | 61 | 0 | 54 | 361 | 41 | 52 |
| Binary | 1001001 | 1001000 | 10001110 | 110001 | 110001 | 0 | 101100 | 11110001 | 100001 | 101010 |
Color Harmonies of #49488E
Complementary color
Monochromatic Colors of #49488E
Black with #49488E
Text Example
Text Example
White with #49488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49488E; }
p { color: rgb(73,72,142); }
H1.HeaderClassName
{
color: #49488E;
}
.AnyTagClassName
{
color: #49488E;
}
</style>
background-color css
<style>
a { background-color: #49488E; }
a { background-color: rgb(73,72,142); }
div.DivClassName
{
background-color: #49488E;
}
.BgClassName
{
background-color: #49488E;
}
</style>
border-color css
<style>
span { border-color: #49488E; }
span { border-color: rgb(73,72,142); }
td.TdClassName
{
border-color: #49488E;
}
.TagClassName
{
border-color: #49488E;
}
</style>