Shades of Dark Slate Blue #473882
Tints of Dark Slate Blue #473882
RGB
CMYK
RGB Variations
Color information
#473882 (or 0x473882) is known color: Dark Slate Blue. HEX triplet: 47, 38 and 82. RGB value is (71,56,130). Sum of RGB (Red+Green+Blue) = 71+56+130=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #473882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473882 is #B8C77D. Grayscale: #444444. Windows color (decimal): -12109694 or 8534087. OLE color: 8534087.
HSL color Cylindrical-coordinate representation of color #473882: hue angle of 252.16º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473882 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 56 | 130 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.49 |
| HSL | 252.16º | 0.4% | 0.36% | - |
| HSV(B) | 252.16º | 0.57% | 0.51% | - |
| XYZ | 8.04 | 5.78 | 21.81 | - |
| YUV | 68.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 130 | 0.45 | 0.57 | 0 | 0.49 | 252.16 | 0.4 | 0.36 |
| Hex | 47 | 38 | 82 | 2D | 39 | 0 | 31 | FC | 28 | 24 |
| Octal | 107 | 70 | 202 | 55 | 71 | 0 | 61 | 374 | 50 | 44 |
| Binary | 1000111 | 111000 | 10000010 | 101101 | 111001 | 0 | 110001 | 11111100 | 101000 | 100100 |
Color Harmonies of #473882
Complementary color
Monochromatic Colors of #473882
Black with #473882
Text Example
Text Example
White with #473882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473882; }
p { color: rgb(71,56,130); }
H1.HeaderClassName
{
color: #473882;
}
.AnyTagClassName
{
color: #473882;
}
</style>
background-color css
<style>
a { background-color: #473882; }
a { background-color: rgb(71,56,130); }
div.DivClassName
{
background-color: #473882;
}
.BgClassName
{
background-color: #473882;
}
</style>
border-color css
<style>
span { border-color: #473882; }
span { border-color: rgb(71,56,130); }
td.TdClassName
{
border-color: #473882;
}
.TagClassName
{
border-color: #473882;
}
</style>