Shades of Dark Slate Blue #463682
Tints of Dark Slate Blue #463682
RGB
CMYK
RGB Variations
Color information
#463682 (or 0x463682) is known color: Dark Slate Blue. HEX triplet: 46, 36 and 82. RGB value is (70,54,130). Sum of RGB (Red+Green+Blue) = 70+54+130=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #463682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463682 is #B9C97D. Grayscale: #434343. Windows color (decimal): -12175742 or 8533574. OLE color: 8533574.
HSL color Cylindrical-coordinate representation of color #463682: hue angle of 252.63º 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 #463682 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 54 | 130 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.49 |
| HSL | 252.63º | 0.41% | 0.36% | - |
| HSV(B) | 252.63º | 0.58% | 0.51% | - |
| XYZ | 7.87 | 5.55 | 21.78 | - |
| YUV | 67.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 130 | 0.46 | 0.58 | 0 | 0.49 | 252.63 | 0.41 | 0.36 |
| Hex | 46 | 36 | 82 | 2E | 3A | 0 | 31 | FD | 29 | 24 |
| Octal | 106 | 66 | 202 | 56 | 72 | 0 | 61 | 375 | 51 | 44 |
| Binary | 1000110 | 110110 | 10000010 | 101110 | 111010 | 0 | 110001 | 11111101 | 101001 | 100100 |
Color Harmonies of #463682
Complementary color
Monochromatic Colors of #463682
Black with #463682
Text Example
Text Example
White with #463682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463682; }
p { color: rgb(70,54,130); }
H1.HeaderClassName
{
color: #463682;
}
.AnyTagClassName
{
color: #463682;
}
</style>
background-color css
<style>
a { background-color: #463682; }
a { background-color: rgb(70,54,130); }
div.DivClassName
{
background-color: #463682;
}
.BgClassName
{
background-color: #463682;
}
</style>
border-color css
<style>
span { border-color: #463682; }
span { border-color: rgb(70,54,130); }
td.TdClassName
{
border-color: #463682;
}
.TagClassName
{
border-color: #463682;
}
</style>