Shades of Dark Slate Blue #484185
Tints of Dark Slate Blue #484185
RGB
CMYK
RGB Variations
Color information
#484185 (or 0x484185) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 85. RGB value is (72,65,133). Sum of RGB (Red+Green+Blue) = 72+65+133=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #484185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484185 is #B7BE7A. Grayscale: #4A4A4A. Windows color (decimal): -12041851 or 8733000. OLE color: 8733000.
HSL color Cylindrical-coordinate representation of color #484185: hue angle of 246.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484185 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 65 | 133 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.48 |
| HSL | 246.18º | 0.34% | 0.39% | - |
| HSV(B) | 246.18º | 0.51% | 0.52% | - |
| XYZ | 8.8 | 6.85 | 23.05 | - |
| YUV | 74.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 133 | 0.46 | 0.51 | 0 | 0.48 | 246.18 | 0.34 | 0.39 |
| Hex | 48 | 41 | 85 | 2E | 33 | 0 | 30 | F6 | 22 | 27 |
| Octal | 110 | 101 | 205 | 56 | 63 | 0 | 60 | 366 | 42 | 47 |
| Binary | 1001000 | 1000001 | 10000101 | 101110 | 110011 | 0 | 110000 | 11110110 | 100010 | 100111 |
Color Harmonies of #484185
Complementary color
Monochromatic Colors of #484185
Black with #484185
Text Example
Text Example
White with #484185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484185; }
p { color: rgb(72,65,133); }
H1.HeaderClassName
{
color: #484185;
}
.AnyTagClassName
{
color: #484185;
}
</style>
background-color css
<style>
a { background-color: #484185; }
a { background-color: rgb(72,65,133); }
div.DivClassName
{
background-color: #484185;
}
.BgClassName
{
background-color: #484185;
}
</style>
border-color css
<style>
span { border-color: #484185; }
span { border-color: rgb(72,65,133); }
td.TdClassName
{
border-color: #484185;
}
.TagClassName
{
border-color: #484185;
}
</style>