Shades of Dark Slate Blue #483680
Tints of Dark Slate Blue #483680
RGB
CMYK
RGB Variations
Color information
#483680 (or 0x483680) is known color: Dark Slate Blue. HEX triplet: 48, 36 and 80. RGB value is (72,54,128). Sum of RGB (Red+Green+Blue) = 72+54+128=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #483680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483680 is #B7C97F. Grayscale: #434343. Windows color (decimal): -12044672 or 8402504. OLE color: 8402504.
HSL color Cylindrical-coordinate representation of color #483680: hue angle of 254.59º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483680 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 54 | 128 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.50 |
| HSL | 254.59º | 0.41% | 0.36% | - |
| HSV(B) | 254.59º | 0.58% | 0.5% | - |
| XYZ | 7.89 | 5.57 | 21.08 | - |
| YUV | 67.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 128 | 0.44 | 0.58 | 0 | 0.50 | 254.59 | 0.41 | 0.36 |
| Hex | 48 | 36 | 80 | 2C | 3A | 0 | 32 | FF | 29 | 24 |
| Octal | 110 | 66 | 200 | 54 | 72 | 0 | 62 | 377 | 51 | 44 |
| Binary | 1001000 | 110110 | 10000000 | 101100 | 111010 | 0 | 110010 | 11111111 | 101001 | 100100 |
Color Harmonies of #483680
Complementary color
Monochromatic Colors of #483680
Black with #483680
Text Example
Text Example
White with #483680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483680; }
p { color: rgb(72,54,128); }
H1.HeaderClassName
{
color: #483680;
}
.AnyTagClassName
{
color: #483680;
}
</style>
background-color css
<style>
a { background-color: #483680; }
a { background-color: rgb(72,54,128); }
div.DivClassName
{
background-color: #483680;
}
.BgClassName
{
background-color: #483680;
}
</style>
border-color css
<style>
span { border-color: #483680; }
span { border-color: rgb(72,54,128); }
td.TdClassName
{
border-color: #483680;
}
.TagClassName
{
border-color: #483680;
}
</style>