Shades of Dark Slate Blue #464282
Tints of Dark Slate Blue #464282
RGB
CMYK
RGB Variations
Color information
#464282 (or 0x464282) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 82. RGB value is (70,66,130). Sum of RGB (Red+Green+Blue) = 70+66+130=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #464282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464282 is #B9BD7D. Grayscale: #4A4A4A. Windows color (decimal): -12172670 or 8536646. OLE color: 8536646.
HSL color Cylindrical-coordinate representation of color #464282: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464282 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 66 | 130 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.49 |
| HSL | 243.75º | 0.33% | 0.38% | - |
| HSV(B) | 243.75º | 0.49% | 0.51% | - |
| XYZ | 8.5 | 6.81 | 21.99 | - |
| YUV | 74.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 130 | 0.46 | 0.49 | 0 | 0.49 | 243.75 | 0.33 | 0.38 |
| Hex | 46 | 42 | 82 | 2E | 31 | 0 | 31 | F4 | 21 | 26 |
| Octal | 106 | 102 | 202 | 56 | 61 | 0 | 61 | 364 | 41 | 46 |
| Binary | 1000110 | 1000010 | 10000010 | 101110 | 110001 | 0 | 110001 | 11110100 | 100001 | 100110 |
Color Harmonies of #464282
Complementary color
Monochromatic Colors of #464282
Black with #464282
Text Example
Text Example
White with #464282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464282; }
p { color: rgb(70,66,130); }
H1.HeaderClassName
{
color: #464282;
}
.AnyTagClassName
{
color: #464282;
}
</style>
background-color css
<style>
a { background-color: #464282; }
a { background-color: rgb(70,66,130); }
div.DivClassName
{
background-color: #464282;
}
.BgClassName
{
background-color: #464282;
}
</style>
border-color css
<style>
span { border-color: #464282; }
span { border-color: rgb(70,66,130); }
td.TdClassName
{
border-color: #464282;
}
.TagClassName
{
border-color: #464282;
}
</style>