Shades of Dark Slate Blue #483685
Tints of Dark Slate Blue #483685
RGB
CMYK
RGB Variations
Color information
#483685 (or 0x483685) is known color: Dark Slate Blue. HEX triplet: 48, 36 and 85. RGB value is (72,54,133). Sum of RGB (Red+Green+Blue) = 72+54+133=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #483685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483685 is #B7C97A. Grayscale: #444444. Windows color (decimal): -12044667 or 8730184. OLE color: 8730184.
HSL color Cylindrical-coordinate representation of color #483685: hue angle of 253.67º degrees, saturation: 0.42, 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 #483685 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 54 | 133 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.48 |
| HSL | 253.67º | 0.42% | 0.37% | - |
| HSV(B) | 253.67º | 0.59% | 0.52% | - |
| XYZ | 8.23 | 5.71 | 22.86 | - |
| YUV | 68.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 133 | 0.46 | 0.59 | 0 | 0.48 | 253.67 | 0.42 | 0.37 |
| Hex | 48 | 36 | 85 | 2E | 3B | 0 | 30 | FE | 2A | 25 |
| Octal | 110 | 66 | 205 | 56 | 73 | 0 | 60 | 376 | 52 | 45 |
| Binary | 1001000 | 110110 | 10000101 | 101110 | 111011 | 0 | 110000 | 11111110 | 101010 | 100101 |
Color Harmonies of #483685
Complementary color
Monochromatic Colors of #483685
Black with #483685
Text Example
Text Example
White with #483685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483685; }
p { color: rgb(72,54,133); }
H1.HeaderClassName
{
color: #483685;
}
.AnyTagClassName
{
color: #483685;
}
</style>
background-color css
<style>
a { background-color: #483685; }
a { background-color: rgb(72,54,133); }
div.DivClassName
{
background-color: #483685;
}
.BgClassName
{
background-color: #483685;
}
</style>
border-color css
<style>
span { border-color: #483685; }
span { border-color: rgb(72,54,133); }
td.TdClassName
{
border-color: #483685;
}
.TagClassName
{
border-color: #483685;
}
</style>