Shades of Dark Slate Blue #49488F
Tints of Dark Slate Blue #49488F
RGB
CMYK
RGB Variations
Color information
#49488F (or 0x49488F) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 8F. RGB value is (73,72,143). Sum of RGB (Red+Green+Blue) = 73+72+143=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #49488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49488F is #B6B770. Grayscale: #505050. Windows color (decimal): -11974513 or 9390153. OLE color: 9390153.
HSL color Cylindrical-coordinate representation of color #49488F: hue angle of 240.85º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49488F is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 72 | 143 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.44 |
| HSL | 240.85º | 0.33% | 0.42% | - |
| HSV(B) | 240.85º | 0.5% | 0.56% | - |
| XYZ | 10.02 | 8.03 | 27.01 | - |
| YUV | 80.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 143 | 0.49 | 0.50 | 0 | 0.44 | 240.85 | 0.33 | 0.42 |
| Hex | 49 | 48 | 8F | 31 | 32 | 0 | 2C | F1 | 21 | 2A |
| Octal | 111 | 110 | 217 | 61 | 62 | 0 | 54 | 361 | 41 | 52 |
| Binary | 1001001 | 1001000 | 10001111 | 110001 | 110010 | 0 | 101100 | 11110001 | 100001 | 101010 |
Color Harmonies of #49488F
Complementary color
Monochromatic Colors of #49488F
Black with #49488F
Text Example
Text Example
White with #49488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49488F; }
p { color: rgb(73,72,143); }
H1.HeaderClassName
{
color: #49488F;
}
.AnyTagClassName
{
color: #49488F;
}
</style>
background-color css
<style>
a { background-color: #49488F; }
a { background-color: rgb(73,72,143); }
div.DivClassName
{
background-color: #49488F;
}
.BgClassName
{
background-color: #49488F;
}
</style>
border-color css
<style>
span { border-color: #49488F; }
span { border-color: rgb(73,72,143); }
td.TdClassName
{
border-color: #49488F;
}
.TagClassName
{
border-color: #49488F;
}
</style>