Shades of Dark Slate Blue #484293
Tints of Dark Slate Blue #484293
RGB
CMYK
RGB Variations
Color information
#484293 (or 0x484293) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 93. RGB value is (72,66,147). Sum of RGB (Red+Green+Blue) = 72+66+147=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #484293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484293 is #B7BD6C. Grayscale: #4C4C4C. Windows color (decimal): -12041581 or 9650760. OLE color: 9650760.
HSL color Cylindrical-coordinate representation of color #484293: hue angle of 244.44º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484293 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 66 | 147 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.42 |
| HSL | 244.44º | 0.38% | 0.42% | - |
| HSV(B) | 244.44º | 0.55% | 0.58% | - |
| XYZ | 9.89 | 7.38 | 28.51 | - |
| YUV | 77.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 147 | 0.51 | 0.55 | 0 | 0.42 | 244.44 | 0.38 | 0.42 |
| Hex | 48 | 42 | 93 | 33 | 37 | 0 | 2A | F4 | 26 | 2A |
| Octal | 110 | 102 | 223 | 63 | 67 | 0 | 52 | 364 | 46 | 52 |
| Binary | 1001000 | 1000010 | 10010011 | 110011 | 110111 | 0 | 101010 | 11110100 | 100110 | 101010 |
Color Harmonies of #484293
Complementary color
Monochromatic Colors of #484293
Black with #484293
Text Example
Text Example
White with #484293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484293; }
p { color: rgb(72,66,147); }
H1.HeaderClassName
{
color: #484293;
}
.AnyTagClassName
{
color: #484293;
}
</style>
background-color css
<style>
a { background-color: #484293; }
a { background-color: rgb(72,66,147); }
div.DivClassName
{
background-color: #484293;
}
.BgClassName
{
background-color: #484293;
}
</style>
border-color css
<style>
span { border-color: #484293; }
span { border-color: rgb(72,66,147); }
td.TdClassName
{
border-color: #484293;
}
.TagClassName
{
border-color: #484293;
}
</style>