Shades of Dark Slate Blue #47478D
Tints of Dark Slate Blue #47478D
RGB
CMYK
RGB Variations
Color information
#47478D (or 0x47478D) is known color: Dark Slate Blue. HEX triplet: 47, 47 and 8D. RGB value is (71,71,141). Sum of RGB (Red+Green+Blue) = 71+71+141=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #47478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47478D is #B8B872. Grayscale: #4E4E4E. Windows color (decimal): -12105843 or 9258823. OLE color: 9258823.
HSL color Cylindrical-coordinate representation of color #47478D: hue angle of 240º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47478D is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 71 | 141 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.45 |
| HSL | 240º | 0.33% | 0.42% | - |
| HSV(B) | 240º | 0.5% | 0.55% | - |
| XYZ | 9.66 | 7.77 | 26.19 | - |
| YUV | 78.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 141 | 0.50 | 0.50 | 0 | 0.45 | 240 | 0.33 | 0.42 |
| Hex | 47 | 47 | 8D | 32 | 32 | 0 | 2D | F0 | 21 | 2A |
| Octal | 107 | 107 | 215 | 62 | 62 | 0 | 55 | 360 | 41 | 52 |
| Binary | 1000111 | 1000111 | 10001101 | 110010 | 110010 | 0 | 101101 | 11110000 | 100001 | 101010 |
Color Harmonies of #47478D
Complementary color
Monochromatic Colors of #47478D
Black with #47478D
Text Example
Text Example
White with #47478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47478D; }
p { color: rgb(71,71,141); }
H1.HeaderClassName
{
color: #47478D;
}
.AnyTagClassName
{
color: #47478D;
}
</style>
background-color css
<style>
a { background-color: #47478D; }
a { background-color: rgb(71,71,141); }
div.DivClassName
{
background-color: #47478D;
}
.BgClassName
{
background-color: #47478D;
}
</style>
border-color css
<style>
span { border-color: #47478D; }
span { border-color: rgb(71,71,141); }
td.TdClassName
{
border-color: #47478D;
}
.TagClassName
{
border-color: #47478D;
}
</style>