Shades of Dark Slate Blue #483785
Tints of Dark Slate Blue #483785
RGB
CMYK
RGB Variations
Color information
#483785 (or 0x483785) is known color: Dark Slate Blue. HEX triplet: 48, 37 and 85. RGB value is (72,55,133). Sum of RGB (Red+Green+Blue) = 72+55+133=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #483785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483785 is #B7C87A. Grayscale: #444444. Windows color (decimal): -12044411 or 8730440. OLE color: 8730440.
HSL color Cylindrical-coordinate representation of color #483785: hue angle of 253.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483785 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 55 | 133 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.48 |
| HSL | 253.08º | 0.41% | 0.37% | - |
| HSV(B) | 253.08º | 0.59% | 0.52% | - |
| XYZ | 8.27 | 5.8 | 22.87 | - |
| YUV | 68.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 133 | 0.46 | 0.59 | 0 | 0.48 | 253.08 | 0.41 | 0.37 |
| Hex | 48 | 37 | 85 | 2E | 3B | 0 | 30 | FD | 29 | 25 |
| Octal | 110 | 67 | 205 | 56 | 73 | 0 | 60 | 375 | 51 | 45 |
| Binary | 1001000 | 110111 | 10000101 | 101110 | 111011 | 0 | 110000 | 11111101 | 101001 | 100101 |
Color Harmonies of #483785
Complementary color
Monochromatic Colors of #483785
Black with #483785
Text Example
Text Example
White with #483785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483785; }
p { color: rgb(72,55,133); }
H1.HeaderClassName
{
color: #483785;
}
.AnyTagClassName
{
color: #483785;
}
</style>
background-color css
<style>
a { background-color: #483785; }
a { background-color: rgb(72,55,133); }
div.DivClassName
{
background-color: #483785;
}
.BgClassName
{
background-color: #483785;
}
</style>
border-color css
<style>
span { border-color: #483785; }
span { border-color: rgb(72,55,133); }
td.TdClassName
{
border-color: #483785;
}
.TagClassName
{
border-color: #483785;
}
</style>