Shades of Dark Slate Blue #484181
Tints of Dark Slate Blue #484181
RGB
CMYK
RGB Variations
Color information
#484181 (or 0x484181) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 81. RGB value is (72,65,129). Sum of RGB (Red+Green+Blue) = 72+65+129=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #484181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484181 is #B7BE7E. Grayscale: #4A4A4A. Windows color (decimal): -12041855 or 8470856. OLE color: 8470856.
HSL color Cylindrical-coordinate representation of color #484181: hue angle of 246.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484181 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 65 | 129 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.49 |
| HSL | 246.56º | 0.33% | 0.38% | - |
| HSV(B) | 246.56º | 0.5% | 0.51% | - |
| XYZ | 8.53 | 6.74 | 21.62 | - |
| YUV | 74.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 129 | 0.44 | 0.50 | 0 | 0.49 | 246.56 | 0.33 | 0.38 |
| Hex | 48 | 41 | 81 | 2C | 32 | 0 | 31 | F7 | 21 | 26 |
| Octal | 110 | 101 | 201 | 54 | 62 | 0 | 61 | 367 | 41 | 46 |
| Binary | 1001000 | 1000001 | 10000001 | 101100 | 110010 | 0 | 110001 | 11110111 | 100001 | 100110 |
Color Harmonies of #484181
Complementary color
Monochromatic Colors of #484181
Black with #484181
Text Example
Text Example
White with #484181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484181; }
p { color: rgb(72,65,129); }
H1.HeaderClassName
{
color: #484181;
}
.AnyTagClassName
{
color: #484181;
}
</style>
background-color css
<style>
a { background-color: #484181; }
a { background-color: rgb(72,65,129); }
div.DivClassName
{
background-color: #484181;
}
.BgClassName
{
background-color: #484181;
}
</style>
border-color css
<style>
span { border-color: #484181; }
span { border-color: rgb(72,65,129); }
td.TdClassName
{
border-color: #484181;
}
.TagClassName
{
border-color: #484181;
}
</style>