Shades of Dark Slate Blue #48387E
Tints of Dark Slate Blue #48387E
RGB
CMYK
RGB Variations
Color information
#48387E (or 0x48387E) is known color: Dark Slate Blue. HEX triplet: 48, 38 and 7E. RGB value is (72,56,126). Sum of RGB (Red+Green+Blue) = 72+56+126=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #48387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48387E is #B7C781. Grayscale: #444444. Windows color (decimal): -12044162 or 8271944. OLE color: 8271944.
HSL color Cylindrical-coordinate representation of color #48387E: hue angle of 253.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48387E is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 56 | 126 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.51 |
| HSL | 253.71º | 0.38% | 0.36% | - |
| HSV(B) | 253.71º | 0.56% | 0.49% | - |
| XYZ | 7.85 | 5.71 | 20.43 | - |
| YUV | 68.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 126 | 0.43 | 0.56 | 0 | 0.51 | 253.71 | 0.38 | 0.36 |
| Hex | 48 | 38 | 7E | 2B | 38 | 0 | 33 | FE | 26 | 24 |
| Octal | 110 | 70 | 176 | 53 | 70 | 0 | 63 | 376 | 46 | 44 |
| Binary | 1001000 | 111000 | 1111110 | 101011 | 111000 | 0 | 110011 | 11111110 | 100110 | 100100 |
Color Harmonies of #48387E
Complementary color
Monochromatic Colors of #48387E
Black with #48387E
Text Example
Text Example
White with #48387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48387E; }
p { color: rgb(72,56,126); }
H1.HeaderClassName
{
color: #48387E;
}
.AnyTagClassName
{
color: #48387E;
}
</style>
background-color css
<style>
a { background-color: #48387E; }
a { background-color: rgb(72,56,126); }
div.DivClassName
{
background-color: #48387E;
}
.BgClassName
{
background-color: #48387E;
}
</style>
border-color css
<style>
span { border-color: #48387E; }
span { border-color: rgb(72,56,126); }
td.TdClassName
{
border-color: #48387E;
}
.TagClassName
{
border-color: #48387E;
}
</style>