Shades of Dark Slate Blue #484385
Tints of Dark Slate Blue #484385
RGB
CMYK
RGB Variations
Color information
#484385 (or 0x484385) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 85. RGB value is (72,67,133). Sum of RGB (Red+Green+Blue) = 72+67+133=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #484385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484385 is #B7BC7A. Grayscale: #4B4B4B. Windows color (decimal): -12041339 or 8733512. OLE color: 8733512.
HSL color Cylindrical-coordinate representation of color #484385: hue angle of 244.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484385 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 67 | 133 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.48 |
| HSL | 244.55º | 0.33% | 0.39% | - |
| HSV(B) | 244.55º | 0.5% | 0.52% | - |
| XYZ | 8.91 | 7.09 | 23.09 | - |
| YUV | 76.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 133 | 0.46 | 0.50 | 0 | 0.48 | 244.55 | 0.33 | 0.39 |
| Hex | 48 | 43 | 85 | 2E | 32 | 0 | 30 | F5 | 21 | 27 |
| Octal | 110 | 103 | 205 | 56 | 62 | 0 | 60 | 365 | 41 | 47 |
| Binary | 1001000 | 1000011 | 10000101 | 101110 | 110010 | 0 | 110000 | 11110101 | 100001 | 100111 |
Color Harmonies of #484385
Complementary color
Monochromatic Colors of #484385
Black with #484385
Text Example
Text Example
White with #484385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484385; }
p { color: rgb(72,67,133); }
H1.HeaderClassName
{
color: #484385;
}
.AnyTagClassName
{
color: #484385;
}
</style>
background-color css
<style>
a { background-color: #484385; }
a { background-color: rgb(72,67,133); }
div.DivClassName
{
background-color: #484385;
}
.BgClassName
{
background-color: #484385;
}
</style>
border-color css
<style>
span { border-color: #484385; }
span { border-color: rgb(72,67,133); }
td.TdClassName
{
border-color: #484385;
}
.TagClassName
{
border-color: #484385;
}
</style>