Shades of Dark Slate Blue #48498F
Tints of Dark Slate Blue #48498F
RGB
CMYK
RGB Variations
Color information
#48498F (or 0x48498F) is known color: Dark Slate Blue. HEX triplet: 48, 49 and 8F. RGB value is (72,73,143). Sum of RGB (Red+Green+Blue) = 72+73+143=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 73 (28.91% from 255 or 25.35% 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 #48498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48498F is #B7B670. Grayscale: #505050. Windows color (decimal): -12039793 or 9390408. OLE color: 9390408.
HSL color Cylindrical-coordinate representation of color #48498F: hue angle of 239.15º 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 #48498F is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 73 | 143 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.44 |
| HSL | 239.15º | 0.33% | 0.42% | - |
| HSV(B) | 239.15º | 0.5% | 0.56% | - |
| XYZ | 10.01 | 8.13 | 27.03 | - |
| YUV | 80.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 143 | 0.50 | 0.49 | 0 | 0.44 | 239.15 | 0.33 | 0.42 |
| Hex | 48 | 49 | 8F | 32 | 31 | 0 | 2C | EF | 21 | 2A |
| Octal | 110 | 111 | 217 | 62 | 61 | 0 | 54 | 357 | 41 | 52 |
| Binary | 1001000 | 1001001 | 10001111 | 110010 | 110001 | 0 | 101100 | 11101111 | 100001 | 101010 |
Color Harmonies of #48498F
Complementary color
Monochromatic Colors of #48498F
Black with #48498F
Text Example
Text Example
White with #48498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48498F; }
p { color: rgb(72,73,143); }
H1.HeaderClassName
{
color: #48498F;
}
.AnyTagClassName
{
color: #48498F;
}
</style>
background-color css
<style>
a { background-color: #48498F; }
a { background-color: rgb(72,73,143); }
div.DivClassName
{
background-color: #48498F;
}
.BgClassName
{
background-color: #48498F;
}
</style>
border-color css
<style>
span { border-color: #48498F; }
span { border-color: rgb(72,73,143); }
td.TdClassName
{
border-color: #48498F;
}
.TagClassName
{
border-color: #48498F;
}
</style>