Shades of Dark Slate Blue #473686
Tints of Dark Slate Blue #473686
RGB
CMYK
RGB Variations
Color information
#473686 (or 0x473686) is known color: Dark Slate Blue. HEX triplet: 47, 36 and 86. RGB value is (71,54,134). Sum of RGB (Red+Green+Blue) = 71+54+134=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #473686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473686 is #B8C979. Grayscale: #434343. Windows color (decimal): -12110202 or 8795719. OLE color: 8795719.
HSL color Cylindrical-coordinate representation of color #473686: hue angle of 252.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #473686 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 54 | 134 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.47 |
| HSL | 252.75º | 0.43% | 0.37% | - |
| HSV(B) | 252.75º | 0.6% | 0.53% | - |
| XYZ | 8.22 | 5.7 | 23.22 | - |
| YUV | 68.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 134 | 0.47 | 0.60 | 0 | 0.47 | 252.75 | 0.43 | 0.37 |
| Hex | 47 | 36 | 86 | 2F | 3C | 0 | 2F | FD | 2B | 25 |
| Octal | 107 | 66 | 206 | 57 | 74 | 0 | 57 | 375 | 53 | 45 |
| Binary | 1000111 | 110110 | 10000110 | 101111 | 111100 | 0 | 101111 | 11111101 | 101011 | 100101 |
Color Harmonies of #473686
Complementary color
Monochromatic Colors of #473686
Black with #473686
Text Example
Text Example
White with #473686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473686; }
p { color: rgb(71,54,134); }
H1.HeaderClassName
{
color: #473686;
}
.AnyTagClassName
{
color: #473686;
}
</style>
background-color css
<style>
a { background-color: #473686; }
a { background-color: rgb(71,54,134); }
div.DivClassName
{
background-color: #473686;
}
.BgClassName
{
background-color: #473686;
}
</style>
border-color css
<style>
span { border-color: #473686; }
span { border-color: rgb(71,54,134); }
td.TdClassName
{
border-color: #473686;
}
.TagClassName
{
border-color: #473686;
}
</style>