Shades of Dark Slate Blue #47488A
Tints of Dark Slate Blue #47488A
RGB
CMYK
RGB Variations
Color information
#47488A (or 0x47488A) is known color: Dark Slate Blue. HEX triplet: 47, 48 and 8A. RGB value is (71,72,138). Sum of RGB (Red+Green+Blue) = 71+72+138=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #47488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47488A is #B8B775. Grayscale: #4E4E4E. Windows color (decimal): -12105590 or 9062471. OLE color: 9062471.
HSL color Cylindrical-coordinate representation of color #47488A: hue angle of 239.1º degrees, saturation: 0.32, 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 #47488A is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 72 | 138 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.46 |
| HSL | 239.1º | 0.32% | 0.41% | - |
| HSV(B) | 239.1º | 0.49% | 0.54% | - |
| XYZ | 9.5 | 7.81 | 25.05 | - |
| YUV | 79.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 138 | 0.49 | 0.48 | 0 | 0.46 | 239.1 | 0.32 | 0.41 |
| Hex | 47 | 48 | 8A | 31 | 30 | 0 | 2E | EF | 20 | 29 |
| Octal | 107 | 110 | 212 | 61 | 60 | 0 | 56 | 357 | 40 | 51 |
| Binary | 1000111 | 1001000 | 10001010 | 110001 | 110000 | 0 | 101110 | 11101111 | 100000 | 101001 |
Color Harmonies of #47488A
Complementary color
Monochromatic Colors of #47488A
Black with #47488A
Text Example
Text Example
White with #47488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47488A; }
p { color: rgb(71,72,138); }
H1.HeaderClassName
{
color: #47488A;
}
.AnyTagClassName
{
color: #47488A;
}
</style>
background-color css
<style>
a { background-color: #47488A; }
a { background-color: rgb(71,72,138); }
div.DivClassName
{
background-color: #47488A;
}
.BgClassName
{
background-color: #47488A;
}
</style>
border-color css
<style>
span { border-color: #47488A; }
span { border-color: rgb(71,72,138); }
td.TdClassName
{
border-color: #47488A;
}
.TagClassName
{
border-color: #47488A;
}
</style>