Shades of Dark Slate Blue #47478C
Tints of Dark Slate Blue #47478C
RGB
CMYK
RGB Variations
Color information
#47478C (or 0x47478C) is known color: Dark Slate Blue. HEX triplet: 47, 47 and 8C. RGB value is (71,71,140). Sum of RGB (Red+Green+Blue) = 71+71+140=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #47478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47478C is #B8B873. Grayscale: #4E4E4E. Windows color (decimal): -12105844 or 9193287. OLE color: 9193287.
HSL color Cylindrical-coordinate representation of color #47478C: hue angle of 240º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47478C is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 71 | 140 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.45 |
| HSL | 240º | 0.33% | 0.41% | - |
| HSV(B) | 240º | 0.49% | 0.55% | - |
| XYZ | 9.59 | 7.74 | 25.8 | - |
| YUV | 78.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 140 | 0.49 | 0.49 | 0 | 0.45 | 240 | 0.33 | 0.41 |
| Hex | 47 | 47 | 8C | 31 | 31 | 0 | 2D | F0 | 21 | 29 |
| Octal | 107 | 107 | 214 | 61 | 61 | 0 | 55 | 360 | 41 | 51 |
| Binary | 1000111 | 1000111 | 10001100 | 110001 | 110001 | 0 | 101101 | 11110000 | 100001 | 101001 |
Color Harmonies of #47478C
Complementary color
Monochromatic Colors of #47478C
Black with #47478C
Text Example
Text Example
White with #47478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47478C; }
p { color: rgb(71,71,140); }
H1.HeaderClassName
{
color: #47478C;
}
.AnyTagClassName
{
color: #47478C;
}
</style>
background-color css
<style>
a { background-color: #47478C; }
a { background-color: rgb(71,71,140); }
div.DivClassName
{
background-color: #47478C;
}
.BgClassName
{
background-color: #47478C;
}
</style>
border-color css
<style>
span { border-color: #47478C; }
span { border-color: rgb(71,71,140); }
td.TdClassName
{
border-color: #47478C;
}
.TagClassName
{
border-color: #47478C;
}
</style>