Shades of Dark Slate Blue #484494
Tints of Dark Slate Blue #484494
RGB
CMYK
RGB Variations
Color information
#484494 (or 0x484494) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 94. RGB value is (72,68,148). Sum of RGB (Red+Green+Blue) = 72+68+148=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #484494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484494 is #B7BB6B. Grayscale: #4E4E4E. Windows color (decimal): -12041068 or 9716808. OLE color: 9716808.
HSL color Cylindrical-coordinate representation of color #484494: hue angle of 243º 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 #484494 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 68 | 148 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.42 |
| HSL | 243º | 0.37% | 0.42% | - |
| HSV(B) | 243º | 0.54% | 0.58% | - |
| XYZ | 10.08 | 7.65 | 28.96 | - |
| YUV | 78.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 148 | 0.51 | 0.54 | 0 | 0.42 | 243 | 0.37 | 0.42 |
| Hex | 48 | 44 | 94 | 33 | 36 | 0 | 2A | F3 | 25 | 2A |
| Octal | 110 | 104 | 224 | 63 | 66 | 0 | 52 | 363 | 45 | 52 |
| Binary | 1001000 | 1000100 | 10010100 | 110011 | 110110 | 0 | 101010 | 11110011 | 100101 | 101010 |
Color Harmonies of #484494
Complementary color
Monochromatic Colors of #484494
Black with #484494
Text Example
Text Example
White with #484494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484494; }
p { color: rgb(72,68,148); }
H1.HeaderClassName
{
color: #484494;
}
.AnyTagClassName
{
color: #484494;
}
</style>
background-color css
<style>
a { background-color: #484494; }
a { background-color: rgb(72,68,148); }
div.DivClassName
{
background-color: #484494;
}
.BgClassName
{
background-color: #484494;
}
</style>
border-color css
<style>
span { border-color: #484494; }
span { border-color: rgb(72,68,148); }
td.TdClassName
{
border-color: #484494;
}
.TagClassName
{
border-color: #484494;
}
</style>