Shades of Dark Slate Blue #47468A
Tints of Dark Slate Blue #47468A
RGB
CMYK
RGB Variations
Color information
#47468A (or 0x47468A) is known color: Dark Slate Blue. HEX triplet: 47, 46 and 8A. RGB value is (71,70,138). Sum of RGB (Red+Green+Blue) = 71+70+138=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #47468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47468A is #B8B975. Grayscale: #4D4D4D. Windows color (decimal): -12106102 or 9061959. OLE color: 9061959.
HSL color Cylindrical-coordinate representation of color #47468A: hue angle of 240.88º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47468A is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 70 | 138 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.46 |
| HSL | 240.88º | 0.33% | 0.41% | - |
| HSV(B) | 240.88º | 0.49% | 0.54% | - |
| XYZ | 9.38 | 7.55 | 25.01 | - |
| YUV | 78.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 138 | 0.49 | 0.49 | 0 | 0.46 | 240.88 | 0.33 | 0.41 |
| Hex | 47 | 46 | 8A | 31 | 31 | 0 | 2E | F1 | 21 | 29 |
| Octal | 107 | 106 | 212 | 61 | 61 | 0 | 56 | 361 | 41 | 51 |
| Binary | 1000111 | 1000110 | 10001010 | 110001 | 110001 | 0 | 101110 | 11110001 | 100001 | 101001 |
Color Harmonies of #47468A
Complementary color
Monochromatic Colors of #47468A
Black with #47468A
Text Example
Text Example
White with #47468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47468A; }
p { color: rgb(71,70,138); }
H1.HeaderClassName
{
color: #47468A;
}
.AnyTagClassName
{
color: #47468A;
}
</style>
background-color css
<style>
a { background-color: #47468A; }
a { background-color: rgb(71,70,138); }
div.DivClassName
{
background-color: #47468A;
}
.BgClassName
{
background-color: #47468A;
}
</style>
border-color css
<style>
span { border-color: #47468A; }
span { border-color: rgb(71,70,138); }
td.TdClassName
{
border-color: #47468A;
}
.TagClassName
{
border-color: #47468A;
}
</style>