Shades of Dark Slate Blue #464295
Tints of Dark Slate Blue #464295
RGB
CMYK
RGB Variations
Color information
#464295 (or 0x464295) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 95. RGB value is (70,66,149). Sum of RGB (Red+Green+Blue) = 70+66+149=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #464295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464295 is #B9BD6A. Grayscale: #4C4C4C. Windows color (decimal): -12172651 or 9781830. OLE color: 9781830.
HSL color Cylindrical-coordinate representation of color #464295: hue angle of 242.89º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464295 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 66 | 149 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.42 |
| HSL | 242.89º | 0.39% | 0.42% | - |
| HSV(B) | 242.89º | 0.56% | 0.58% | - |
| XYZ | 9.9 | 7.37 | 29.33 | - |
| YUV | 76.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 149 | 0.53 | 0.56 | 0 | 0.42 | 242.89 | 0.39 | 0.42 |
| Hex | 46 | 42 | 95 | 35 | 38 | 0 | 2A | F3 | 27 | 2A |
| Octal | 106 | 102 | 225 | 65 | 70 | 0 | 52 | 363 | 47 | 52 |
| Binary | 1000110 | 1000010 | 10010101 | 110101 | 111000 | 0 | 101010 | 11110011 | 100111 | 101010 |
Color Harmonies of #464295
Complementary color
Monochromatic Colors of #464295
Black with #464295
Text Example
Text Example
White with #464295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464295; }
p { color: rgb(70,66,149); }
H1.HeaderClassName
{
color: #464295;
}
.AnyTagClassName
{
color: #464295;
}
</style>
background-color css
<style>
a { background-color: #464295; }
a { background-color: rgb(70,66,149); }
div.DivClassName
{
background-color: #464295;
}
.BgClassName
{
background-color: #464295;
}
</style>
border-color css
<style>
span { border-color: #464295; }
span { border-color: rgb(70,66,149); }
td.TdClassName
{
border-color: #464295;
}
.TagClassName
{
border-color: #464295;
}
</style>