Shades of Dark Slate Blue #463482
Tints of Dark Slate Blue #463482
RGB
CMYK
RGB Variations
Color information
#463482 (or 0x463482) is known color: Dark Slate Blue. HEX triplet: 46, 34 and 82. RGB value is (70,52,130). Sum of RGB (Red+Green+Blue) = 70+52+130=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #463482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463482 is #B9CB7D. Grayscale: #414141. Windows color (decimal): -12176254 or 8533062. OLE color: 8533062.
HSL color Cylindrical-coordinate representation of color #463482: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463482 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 52 | 130 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.49 |
| HSL | 253.85º | 0.43% | 0.36% | - |
| HSV(B) | 253.85º | 0.6% | 0.51% | - |
| XYZ | 7.78 | 5.37 | 21.75 | - |
| YUV | 66.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 130 | 0.46 | 0.60 | 0 | 0.49 | 253.85 | 0.43 | 0.36 |
| Hex | 46 | 34 | 82 | 2E | 3C | 0 | 31 | FE | 2B | 24 |
| Octal | 106 | 64 | 202 | 56 | 74 | 0 | 61 | 376 | 53 | 44 |
| Binary | 1000110 | 110100 | 10000010 | 101110 | 111100 | 0 | 110001 | 11111110 | 101011 | 100100 |
Color Harmonies of #463482
Complementary color
Monochromatic Colors of #463482
Black with #463482
Text Example
Text Example
White with #463482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463482; }
p { color: rgb(70,52,130); }
H1.HeaderClassName
{
color: #463482;
}
.AnyTagClassName
{
color: #463482;
}
</style>
background-color css
<style>
a { background-color: #463482; }
a { background-color: rgb(70,52,130); }
div.DivClassName
{
background-color: #463482;
}
.BgClassName
{
background-color: #463482;
}
</style>
border-color css
<style>
span { border-color: #463482; }
span { border-color: rgb(70,52,130); }
td.TdClassName
{
border-color: #463482;
}
.TagClassName
{
border-color: #463482;
}
</style>