Shades of Dark Slate Blue #484493
Tints of Dark Slate Blue #484493
RGB
CMYK
RGB Variations
Color information
#484493 (or 0x484493) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 93. RGB value is (72,68,147). Sum of RGB (Red+Green+Blue) = 72+68+147=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #484493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484493 is #B7BB6C. Grayscale: #4D4D4D. Windows color (decimal): -12041069 or 9651272. OLE color: 9651272.
HSL color Cylindrical-coordinate representation of color #484493: hue angle of 243.04º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484493 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 68 | 147 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.42 |
| HSL | 243.04º | 0.37% | 0.42% | - |
| HSV(B) | 243.04º | 0.54% | 0.58% | - |
| XYZ | 10.01 | 7.62 | 28.55 | - |
| YUV | 78.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 147 | 0.51 | 0.54 | 0 | 0.42 | 243.04 | 0.37 | 0.42 |
| Hex | 48 | 44 | 93 | 33 | 36 | 0 | 2A | F3 | 25 | 2A |
| Octal | 110 | 104 | 223 | 63 | 66 | 0 | 52 | 363 | 45 | 52 |
| Binary | 1001000 | 1000100 | 10010011 | 110011 | 110110 | 0 | 101010 | 11110011 | 100101 | 101010 |
Color Harmonies of #484493
Complementary color
Monochromatic Colors of #484493
Black with #484493
Text Example
Text Example
White with #484493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484493; }
p { color: rgb(72,68,147); }
H1.HeaderClassName
{
color: #484493;
}
.AnyTagClassName
{
color: #484493;
}
</style>
background-color css
<style>
a { background-color: #484493; }
a { background-color: rgb(72,68,147); }
div.DivClassName
{
background-color: #484493;
}
.BgClassName
{
background-color: #484493;
}
</style>
border-color css
<style>
span { border-color: #484493; }
span { border-color: rgb(72,68,147); }
td.TdClassName
{
border-color: #484493;
}
.TagClassName
{
border-color: #484493;
}
</style>