Shades of Dark Slate Blue #463782
Tints of Dark Slate Blue #463782
RGB
CMYK
RGB Variations
Color information
#463782 (or 0x463782) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 82. RGB value is (70,55,130). Sum of RGB (Red+Green+Blue) = 70+55+130=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #463782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463782 is #B9C87D. Grayscale: #434343. Windows color (decimal): -12175486 or 8533830. OLE color: 8533830.
HSL color Cylindrical-coordinate representation of color #463782: hue angle of 252º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463782 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 55 | 130 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.49 |
| HSL | 252º | 0.41% | 0.36% | - |
| HSV(B) | 252º | 0.58% | 0.51% | - |
| XYZ | 7.92 | 5.65 | 21.79 | - |
| YUV | 68.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 130 | 0.46 | 0.58 | 0 | 0.49 | 252 | 0.41 | 0.36 |
| Hex | 46 | 37 | 82 | 2E | 3A | 0 | 31 | FC | 29 | 24 |
| Octal | 106 | 67 | 202 | 56 | 72 | 0 | 61 | 374 | 51 | 44 |
| Binary | 1000110 | 110111 | 10000010 | 101110 | 111010 | 0 | 110001 | 11111100 | 101001 | 100100 |
Color Harmonies of #463782
Complementary color
Monochromatic Colors of #463782
Black with #463782
Text Example
Text Example
White with #463782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463782; }
p { color: rgb(70,55,130); }
H1.HeaderClassName
{
color: #463782;
}
.AnyTagClassName
{
color: #463782;
}
</style>
background-color css
<style>
a { background-color: #463782; }
a { background-color: rgb(70,55,130); }
div.DivClassName
{
background-color: #463782;
}
.BgClassName
{
background-color: #463782;
}
</style>
border-color css
<style>
span { border-color: #463782; }
span { border-color: rgb(70,55,130); }
td.TdClassName
{
border-color: #463782;
}
.TagClassName
{
border-color: #463782;
}
</style>