Shades of Dark Slate Blue #483C84
Tints of Dark Slate Blue #483C84
RGB
CMYK
RGB Variations
Color information
#483C84 (or 0x483C84) is known color: Dark Slate Blue. HEX triplet: 48, 3C and 84. RGB value is (72,60,132). Sum of RGB (Red+Green+Blue) = 72+60+132=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #483C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C84 is #B7C37B. Grayscale: #474747. Windows color (decimal): -12043132 or 8666184. OLE color: 8666184.
HSL color Cylindrical-coordinate representation of color #483C84: hue angle of 250º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483C84 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 60 | 132 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.48 |
| HSL | 250º | 0.38% | 0.38% | - |
| HSV(B) | 250º | 0.55% | 0.52% | - |
| XYZ | 8.45 | 6.28 | 22.6 | - |
| YUV | 71.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 132 | 0.45 | 0.55 | 0 | 0.48 | 250 | 0.38 | 0.38 |
| Hex | 48 | 3C | 84 | 2D | 37 | 0 | 30 | FA | 26 | 26 |
| Octal | 110 | 74 | 204 | 55 | 67 | 0 | 60 | 372 | 46 | 46 |
| Binary | 1001000 | 111100 | 10000100 | 101101 | 110111 | 0 | 110000 | 11111010 | 100110 | 100110 |
Color Harmonies of #483C84
Complementary color
Monochromatic Colors of #483C84
Black with #483C84
Text Example
Text Example
White with #483C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C84; }
p { color: rgb(72,60,132); }
H1.HeaderClassName
{
color: #483C84;
}
.AnyTagClassName
{
color: #483C84;
}
</style>
background-color css
<style>
a { background-color: #483C84; }
a { background-color: rgb(72,60,132); }
div.DivClassName
{
background-color: #483C84;
}
.BgClassName
{
background-color: #483C84;
}
</style>
border-color css
<style>
span { border-color: #483C84; }
span { border-color: rgb(72,60,132); }
td.TdClassName
{
border-color: #483C84;
}
.TagClassName
{
border-color: #483C84;
}
</style>