Shades of Dark Slate Blue #47468B
Tints of Dark Slate Blue #47468B
RGB
CMYK
RGB Variations
Color information
#47468B (or 0x47468B) is known color: Dark Slate Blue. HEX triplet: 47, 46 and 8B. RGB value is (71,70,139). Sum of RGB (Red+Green+Blue) = 71+70+139=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #47468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47468B is #B8B974. Grayscale: #4D4D4D. Windows color (decimal): -12106101 or 9127495. OLE color: 9127495.
HSL color Cylindrical-coordinate representation of color #47468B: hue angle of 240.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47468B is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 70 | 139 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.45 |
| HSL | 240.87º | 0.33% | 0.41% | - |
| HSV(B) | 240.87º | 0.5% | 0.55% | - |
| XYZ | 9.45 | 7.58 | 25.39 | - |
| YUV | 78.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 139 | 0.49 | 0.50 | 0 | 0.45 | 240.87 | 0.33 | 0.41 |
| Hex | 47 | 46 | 8B | 31 | 32 | 0 | 2D | F1 | 21 | 29 |
| Octal | 107 | 106 | 213 | 61 | 62 | 0 | 55 | 361 | 41 | 51 |
| Binary | 1000111 | 1000110 | 10001011 | 110001 | 110010 | 0 | 101101 | 11110001 | 100001 | 101001 |
Color Harmonies of #47468B
Complementary color
Monochromatic Colors of #47468B
Black with #47468B
Text Example
Text Example
White with #47468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47468B; }
p { color: rgb(71,70,139); }
H1.HeaderClassName
{
color: #47468B;
}
.AnyTagClassName
{
color: #47468B;
}
</style>
background-color css
<style>
a { background-color: #47468B; }
a { background-color: rgb(71,70,139); }
div.DivClassName
{
background-color: #47468B;
}
.BgClassName
{
background-color: #47468B;
}
</style>
border-color css
<style>
span { border-color: #47468B; }
span { border-color: rgb(71,70,139); }
td.TdClassName
{
border-color: #47468B;
}
.TagClassName
{
border-color: #47468B;
}
</style>