Shades of Dark Slate Blue #47438D
Tints of Dark Slate Blue #47438D
RGB
CMYK
RGB Variations
Color information
#47438D (or 0x47438D) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 8D. RGB value is (71,67,141). Sum of RGB (Red+Green+Blue) = 71+67+141=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #47438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47438D is #B8BC72. Grayscale: #4C4C4C. Windows color (decimal): -12106867 or 9257799. OLE color: 9257799.
HSL color Cylindrical-coordinate representation of color #47438D: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47438D is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 67 | 141 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.45 |
| HSL | 243.24º | 0.36% | 0.41% | - |
| HSV(B) | 243.24º | 0.52% | 0.55% | - |
| XYZ | 9.41 | 7.28 | 26.11 | - |
| YUV | 76.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 141 | 0.50 | 0.52 | 0 | 0.45 | 243.24 | 0.36 | 0.41 |
| Hex | 47 | 43 | 8D | 32 | 34 | 0 | 2D | F3 | 24 | 29 |
| Octal | 107 | 103 | 215 | 62 | 64 | 0 | 55 | 363 | 44 | 51 |
| Binary | 1000111 | 1000011 | 10001101 | 110010 | 110100 | 0 | 101101 | 11110011 | 100100 | 101001 |
Color Harmonies of #47438D
Complementary color
Monochromatic Colors of #47438D
Black with #47438D
Text Example
Text Example
White with #47438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47438D; }
p { color: rgb(71,67,141); }
H1.HeaderClassName
{
color: #47438D;
}
.AnyTagClassName
{
color: #47438D;
}
</style>
background-color css
<style>
a { background-color: #47438D; }
a { background-color: rgb(71,67,141); }
div.DivClassName
{
background-color: #47438D;
}
.BgClassName
{
background-color: #47438D;
}
</style>
border-color css
<style>
span { border-color: #47438D; }
span { border-color: rgb(71,67,141); }
td.TdClassName
{
border-color: #47438D;
}
.TagClassName
{
border-color: #47438D;
}
</style>