Shades of Dark Slate Blue #47448B
Tints of Dark Slate Blue #47448B
RGB
CMYK
RGB Variations
Color information
#47448B (or 0x47448B) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 8B. RGB value is (71,68,139). Sum of RGB (Red+Green+Blue) = 71+68+139=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #47448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47448B is #B8BB74. Grayscale: #4C4C4C. Windows color (decimal): -12106613 or 9126983. OLE color: 9126983.
HSL color Cylindrical-coordinate representation of color #47448B: hue angle of 242.54º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47448B is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 68 | 139 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.45 |
| HSL | 242.54º | 0.34% | 0.41% | - |
| HSV(B) | 242.54º | 0.51% | 0.55% | - |
| XYZ | 9.33 | 7.34 | 25.35 | - |
| YUV | 76.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 139 | 0.49 | 0.51 | 0 | 0.45 | 242.54 | 0.34 | 0.41 |
| Hex | 47 | 44 | 8B | 31 | 33 | 0 | 2D | F3 | 22 | 29 |
| Octal | 107 | 104 | 213 | 61 | 63 | 0 | 55 | 363 | 42 | 51 |
| Binary | 1000111 | 1000100 | 10001011 | 110001 | 110011 | 0 | 101101 | 11110011 | 100010 | 101001 |
Color Harmonies of #47448B
Complementary color
Monochromatic Colors of #47448B
Black with #47448B
Text Example
Text Example
White with #47448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47448B; }
p { color: rgb(71,68,139); }
H1.HeaderClassName
{
color: #47448B;
}
.AnyTagClassName
{
color: #47448B;
}
</style>
background-color css
<style>
a { background-color: #47448B; }
a { background-color: rgb(71,68,139); }
div.DivClassName
{
background-color: #47448B;
}
.BgClassName
{
background-color: #47448B;
}
</style>
border-color css
<style>
span { border-color: #47448B; }
span { border-color: rgb(71,68,139); }
td.TdClassName
{
border-color: #47448B;
}
.TagClassName
{
border-color: #47448B;
}
</style>