Shades of Dark Slate Blue #48498B
Tints of Dark Slate Blue #48498B
RGB
CMYK
RGB Variations
Color information
#48498B (or 0x48498B) is known color: Dark Slate Blue. HEX triplet: 48, 49 and 8B. RGB value is (72,73,139). Sum of RGB (Red+Green+Blue) = 72+73+139=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 73 (28.91% from 255 or 25.70% 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 #48498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48498B is #B7B674. Grayscale: #4F4F4F. Windows color (decimal): -12039797 or 9128264. OLE color: 9128264.
HSL color Cylindrical-coordinate representation of color #48498B: hue angle of 239.1º 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 #48498B is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 73 | 139 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.45 |
| HSL | 239.1º | 0.32% | 0.41% | - |
| HSV(B) | 239.1º | 0.48% | 0.55% | - |
| XYZ | 9.72 | 8.01 | 25.46 | - |
| YUV | 80.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 139 | 0.48 | 0.47 | 0 | 0.45 | 239.1 | 0.32 | 0.41 |
| Hex | 48 | 49 | 8B | 30 | 2F | 0 | 2D | EF | 20 | 29 |
| Octal | 110 | 111 | 213 | 60 | 57 | 0 | 55 | 357 | 40 | 51 |
| Binary | 1001000 | 1001001 | 10001011 | 110000 | 101111 | 0 | 101101 | 11101111 | 100000 | 101001 |
Color Harmonies of #48498B
Complementary color
Monochromatic Colors of #48498B
Black with #48498B
Text Example
Text Example
White with #48498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48498B; }
p { color: rgb(72,73,139); }
H1.HeaderClassName
{
color: #48498B;
}
.AnyTagClassName
{
color: #48498B;
}
</style>
background-color css
<style>
a { background-color: #48498B; }
a { background-color: rgb(72,73,139); }
div.DivClassName
{
background-color: #48498B;
}
.BgClassName
{
background-color: #48498B;
}
</style>
border-color css
<style>
span { border-color: #48498B; }
span { border-color: rgb(72,73,139); }
td.TdClassName
{
border-color: #48498B;
}
.TagClassName
{
border-color: #48498B;
}
</style>