Shades of Dark Slate Blue #484585
Tints of Dark Slate Blue #484585
RGB
CMYK
RGB Variations
Color information
#484585 (or 0x484585) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 85. RGB value is (72,69,133). Sum of RGB (Red+Green+Blue) = 72+69+133=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #484585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484585 is #B7BA7A. Grayscale: #4C4C4C. Windows color (decimal): -12040827 or 8734024. OLE color: 8734024.
HSL color Cylindrical-coordinate representation of color #484585: hue angle of 242.81º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484585 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 69 | 133 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.48 |
| HSL | 242.81º | 0.32% | 0.4% | - |
| HSV(B) | 242.81º | 0.48% | 0.52% | - |
| XYZ | 9.03 | 7.33 | 23.13 | - |
| YUV | 77.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 133 | 0.46 | 0.48 | 0 | 0.48 | 242.81 | 0.32 | 0.4 |
| Hex | 48 | 45 | 85 | 2E | 30 | 0 | 30 | F3 | 20 | 28 |
| Octal | 110 | 105 | 205 | 56 | 60 | 0 | 60 | 363 | 40 | 50 |
| Binary | 1001000 | 1000101 | 10000101 | 101110 | 110000 | 0 | 110000 | 11110011 | 100000 | 101000 |
Color Harmonies of #484585
Complementary color
Monochromatic Colors of #484585
Black with #484585
Text Example
Text Example
White with #484585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484585; }
p { color: rgb(72,69,133); }
H1.HeaderClassName
{
color: #484585;
}
.AnyTagClassName
{
color: #484585;
}
</style>
background-color css
<style>
a { background-color: #484585; }
a { background-color: rgb(72,69,133); }
div.DivClassName
{
background-color: #484585;
}
.BgClassName
{
background-color: #484585;
}
</style>
border-color css
<style>
span { border-color: #484585; }
span { border-color: rgb(72,69,133); }
td.TdClassName
{
border-color: #484585;
}
.TagClassName
{
border-color: #484585;
}
</style>