Shades of Dark Slate Blue #484184
Tints of Dark Slate Blue #484184
RGB
CMYK
RGB Variations
Color information
#484184 (or 0x484184) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 84. RGB value is (72,65,132). Sum of RGB (Red+Green+Blue) = 72+65+132=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #484184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484184 is #B7BE7B. Grayscale: #4A4A4A. Windows color (decimal): -12041852 or 8667464. OLE color: 8667464.
HSL color Cylindrical-coordinate representation of color #484184: hue angle of 246.27º 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 #484184 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 65 | 132 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.48 |
| HSL | 246.27º | 0.34% | 0.39% | - |
| HSV(B) | 246.27º | 0.51% | 0.52% | - |
| XYZ | 8.73 | 6.82 | 22.69 | - |
| YUV | 74.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 132 | 0.45 | 0.51 | 0 | 0.48 | 246.27 | 0.34 | 0.39 |
| Hex | 48 | 41 | 84 | 2D | 33 | 0 | 30 | F6 | 22 | 27 |
| Octal | 110 | 101 | 204 | 55 | 63 | 0 | 60 | 366 | 42 | 47 |
| Binary | 1001000 | 1000001 | 10000100 | 101101 | 110011 | 0 | 110000 | 11110110 | 100010 | 100111 |
Color Harmonies of #484184
Complementary color
Monochromatic Colors of #484184
Black with #484184
Text Example
Text Example
White with #484184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484184; }
p { color: rgb(72,65,132); }
H1.HeaderClassName
{
color: #484184;
}
.AnyTagClassName
{
color: #484184;
}
</style>
background-color css
<style>
a { background-color: #484184; }
a { background-color: rgb(72,65,132); }
div.DivClassName
{
background-color: #484184;
}
.BgClassName
{
background-color: #484184;
}
</style>
border-color css
<style>
span { border-color: #484184; }
span { border-color: rgb(72,65,132); }
td.TdClassName
{
border-color: #484184;
}
.TagClassName
{
border-color: #484184;
}
</style>