Shades of Dark Slate Blue #473886
Tints of Dark Slate Blue #473886
RGB
CMYK
RGB Variations
Color information
#473886 (or 0x473886) is known color: Dark Slate Blue. HEX triplet: 47, 38 and 86. RGB value is (71,56,134). Sum of RGB (Red+Green+Blue) = 71+56+134=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #473886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473886 is #B8C779. Grayscale: #454545. Windows color (decimal): -12109690 or 8796231. OLE color: 8796231.
HSL color Cylindrical-coordinate representation of color #473886: hue angle of 251.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473886 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 56 | 134 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.47 |
| HSL | 251.54º | 0.41% | 0.37% | - |
| HSV(B) | 251.54º | 0.58% | 0.53% | - |
| XYZ | 8.32 | 5.89 | 23.25 | - |
| YUV | 69.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 134 | 0.47 | 0.58 | 0 | 0.47 | 251.54 | 0.41 | 0.37 |
| Hex | 47 | 38 | 86 | 2F | 3A | 0 | 2F | FC | 29 | 25 |
| Octal | 107 | 70 | 206 | 57 | 72 | 0 | 57 | 374 | 51 | 45 |
| Binary | 1000111 | 111000 | 10000110 | 101111 | 111010 | 0 | 101111 | 11111100 | 101001 | 100101 |
Color Harmonies of #473886
Complementary color
Monochromatic Colors of #473886
Black with #473886
Text Example
Text Example
White with #473886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473886; }
p { color: rgb(71,56,134); }
H1.HeaderClassName
{
color: #473886;
}
.AnyTagClassName
{
color: #473886;
}
</style>
background-color css
<style>
a { background-color: #473886; }
a { background-color: rgb(71,56,134); }
div.DivClassName
{
background-color: #473886;
}
.BgClassName
{
background-color: #473886;
}
</style>
border-color css
<style>
span { border-color: #473886; }
span { border-color: rgb(71,56,134); }
td.TdClassName
{
border-color: #473886;
}
.TagClassName
{
border-color: #473886;
}
</style>