Shades of Dark Slate Blue #464087
Tints of Dark Slate Blue #464087
RGB
CMYK
RGB Variations
Color information
#464087 (or 0x464087) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 87. RGB value is (70,64,135). Sum of RGB (Red+Green+Blue) = 70+64+135=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #464087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464087 is #B9BF78. Grayscale: #494949. Windows color (decimal): -12173177 or 8863814. OLE color: 8863814.
HSL color Cylindrical-coordinate representation of color #464087: hue angle of 245.07º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464087 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 64 | 135 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.47 |
| HSL | 245.07º | 0.36% | 0.39% | - |
| HSV(B) | 245.07º | 0.53% | 0.53% | - |
| XYZ | 8.73 | 6.72 | 23.76 | - |
| YUV | 73.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 135 | 0.48 | 0.53 | 0 | 0.47 | 245.07 | 0.36 | 0.39 |
| Hex | 46 | 40 | 87 | 30 | 35 | 0 | 2F | F5 | 24 | 27 |
| Octal | 106 | 100 | 207 | 60 | 65 | 0 | 57 | 365 | 44 | 47 |
| Binary | 1000110 | 1000000 | 10000111 | 110000 | 110101 | 0 | 101111 | 11110101 | 100100 | 100111 |
Color Harmonies of #464087
Complementary color
Monochromatic Colors of #464087
Black with #464087
Text Example
Text Example
White with #464087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464087; }
p { color: rgb(70,64,135); }
H1.HeaderClassName
{
color: #464087;
}
.AnyTagClassName
{
color: #464087;
}
</style>
background-color css
<style>
a { background-color: #464087; }
a { background-color: rgb(70,64,135); }
div.DivClassName
{
background-color: #464087;
}
.BgClassName
{
background-color: #464087;
}
</style>
border-color css
<style>
span { border-color: #464087; }
span { border-color: rgb(70,64,135); }
td.TdClassName
{
border-color: #464087;
}
.TagClassName
{
border-color: #464087;
}
</style>