Shades of Dark Slate Blue #484082
Tints of Dark Slate Blue #484082
RGB
CMYK
RGB Variations
Color information
#484082 (or 0x484082) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 82. RGB value is (72,64,130). Sum of RGB (Red+Green+Blue) = 72+64+130=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #484082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484082 is #B7BF7D. Grayscale: #494949. Windows color (decimal): -12042110 or 8536136. OLE color: 8536136.
HSL color Cylindrical-coordinate representation of color #484082: hue angle of 247.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484082 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 64 | 130 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.49 |
| HSL | 247.27º | 0.34% | 0.38% | - |
| HSV(B) | 247.27º | 0.51% | 0.51% | - |
| XYZ | 8.54 | 6.66 | 21.95 | - |
| YUV | 73.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 130 | 0.45 | 0.51 | 0 | 0.49 | 247.27 | 0.34 | 0.38 |
| Hex | 48 | 40 | 82 | 2D | 33 | 0 | 31 | F7 | 22 | 26 |
| Octal | 110 | 100 | 202 | 55 | 63 | 0 | 61 | 367 | 42 | 46 |
| Binary | 1001000 | 1000000 | 10000010 | 101101 | 110011 | 0 | 110001 | 11110111 | 100010 | 100110 |
Color Harmonies of #484082
Complementary color
Monochromatic Colors of #484082
Black with #484082
Text Example
Text Example
White with #484082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484082; }
p { color: rgb(72,64,130); }
H1.HeaderClassName
{
color: #484082;
}
.AnyTagClassName
{
color: #484082;
}
</style>
background-color css
<style>
a { background-color: #484082; }
a { background-color: rgb(72,64,130); }
div.DivClassName
{
background-color: #484082;
}
.BgClassName
{
background-color: #484082;
}
</style>
border-color css
<style>
span { border-color: #484082; }
span { border-color: rgb(72,64,130); }
td.TdClassName
{
border-color: #484082;
}
.TagClassName
{
border-color: #484082;
}
</style>