Shades of Dark Slate Blue #473885
Tints of Dark Slate Blue #473885
RGB
CMYK
RGB Variations
Color information
#473885 (or 0x473885) is known color: Dark Slate Blue. HEX triplet: 47, 38 and 85. RGB value is (71,56,133). Sum of RGB (Red+Green+Blue) = 71+56+133=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #473885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473885 is #B8C77A. Grayscale: #444444. Windows color (decimal): -12109691 or 8730695. OLE color: 8730695.
HSL color Cylindrical-coordinate representation of color #473885: hue angle of 251.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473885 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 56 | 133 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.48 |
| HSL | 251.69º | 0.41% | 0.37% | - |
| HSV(B) | 251.69º | 0.58% | 0.52% | - |
| XYZ | 8.25 | 5.86 | 22.89 | - |
| YUV | 69.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 133 | 0.47 | 0.58 | 0 | 0.48 | 251.69 | 0.41 | 0.37 |
| Hex | 47 | 38 | 85 | 2F | 3A | 0 | 30 | FC | 29 | 25 |
| Octal | 107 | 70 | 205 | 57 | 72 | 0 | 60 | 374 | 51 | 45 |
| Binary | 1000111 | 111000 | 10000101 | 101111 | 111010 | 0 | 110000 | 11111100 | 101001 | 100101 |
Color Harmonies of #473885
Complementary color
Monochromatic Colors of #473885
Black with #473885
Text Example
Text Example
White with #473885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473885; }
p { color: rgb(71,56,133); }
H1.HeaderClassName
{
color: #473885;
}
.AnyTagClassName
{
color: #473885;
}
</style>
background-color css
<style>
a { background-color: #473885; }
a { background-color: rgb(71,56,133); }
div.DivClassName
{
background-color: #473885;
}
.BgClassName
{
background-color: #473885;
}
</style>
border-color css
<style>
span { border-color: #473885; }
span { border-color: rgb(71,56,133); }
td.TdClassName
{
border-color: #473885;
}
.TagClassName
{
border-color: #473885;
}
</style>