Shades of Dark Slate Blue #484282
Tints of Dark Slate Blue #484282
RGB
CMYK
RGB Variations
Color information
#484282 (or 0x484282) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 82. RGB value is (72,66,130). Sum of RGB (Red+Green+Blue) = 72+66+130=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #484282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484282 is #B7BD7D. Grayscale: #4A4A4A. Windows color (decimal): -12041598 or 8536648. OLE color: 8536648.
HSL color Cylindrical-coordinate representation of color #484282: hue angle of 245.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484282 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 66 | 130 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.49 |
| HSL | 245.63º | 0.33% | 0.38% | - |
| HSV(B) | 245.63º | 0.49% | 0.51% | - |
| XYZ | 8.65 | 6.89 | 21.99 | - |
| YUV | 75.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 130 | 0.45 | 0.49 | 0 | 0.49 | 245.63 | 0.33 | 0.38 |
| Hex | 48 | 42 | 82 | 2D | 31 | 0 | 31 | F6 | 21 | 26 |
| Octal | 110 | 102 | 202 | 55 | 61 | 0 | 61 | 366 | 41 | 46 |
| Binary | 1001000 | 1000010 | 10000010 | 101101 | 110001 | 0 | 110001 | 11110110 | 100001 | 100110 |
Color Harmonies of #484282
Complementary color
Monochromatic Colors of #484282
Black with #484282
Text Example
Text Example
White with #484282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484282; }
p { color: rgb(72,66,130); }
H1.HeaderClassName
{
color: #484282;
}
.AnyTagClassName
{
color: #484282;
}
</style>
background-color css
<style>
a { background-color: #484282; }
a { background-color: rgb(72,66,130); }
div.DivClassName
{
background-color: #484282;
}
.BgClassName
{
background-color: #484282;
}
</style>
border-color css
<style>
span { border-color: #484282; }
span { border-color: rgb(72,66,130); }
td.TdClassName
{
border-color: #484282;
}
.TagClassName
{
border-color: #484282;
}
</style>