Shades of Dark Slate Blue #473E8D
Tints of Dark Slate Blue #473E8D
RGB
CMYK
RGB Variations
Color information
#473E8D (or 0x473E8D) is known color: Dark Slate Blue. HEX triplet: 47, 3E and 8D. RGB value is (71,62,141). Sum of RGB (Red+Green+Blue) = 71+62+141=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #473E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E8D is #B8C172. Grayscale: #494949. Windows color (decimal): -12108147 or 9256519. OLE color: 9256519.
HSL color Cylindrical-coordinate representation of color #473E8D: hue angle of 246.84º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473E8D is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 62 | 141 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.45 |
| HSL | 246.84º | 0.39% | 0.4% | - |
| HSV(B) | 246.84º | 0.56% | 0.55% | - |
| XYZ | 9.13 | 6.71 | 26.01 | - |
| YUV | 73.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 141 | 0.50 | 0.56 | 0 | 0.45 | 246.84 | 0.39 | 0.4 |
| Hex | 47 | 3E | 8D | 32 | 38 | 0 | 2D | F7 | 27 | 28 |
| Octal | 107 | 76 | 215 | 62 | 70 | 0 | 55 | 367 | 47 | 50 |
| Binary | 1000111 | 111110 | 10001101 | 110010 | 111000 | 0 | 101101 | 11110111 | 100111 | 101000 |
Color Harmonies of #473E8D
Complementary color
Monochromatic Colors of #473E8D
Black with #473E8D
Text Example
Text Example
White with #473E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E8D; }
p { color: rgb(71,62,141); }
H1.HeaderClassName
{
color: #473E8D;
}
.AnyTagClassName
{
color: #473E8D;
}
</style>
background-color css
<style>
a { background-color: #473E8D; }
a { background-color: rgb(71,62,141); }
div.DivClassName
{
background-color: #473E8D;
}
.BgClassName
{
background-color: #473E8D;
}
</style>
border-color css
<style>
span { border-color: #473E8D; }
span { border-color: rgb(71,62,141); }
td.TdClassName
{
border-color: #473E8D;
}
.TagClassName
{
border-color: #473E8D;
}
</style>