Shades of Dark Slate Blue #464181
Tints of Dark Slate Blue #464181
RGB
CMYK
RGB Variations
Color information
#464181 (or 0x464181) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 81. RGB value is (70,65,129). Sum of RGB (Red+Green+Blue) = 70+65+129=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #464181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464181 is #B9BE7E. Grayscale: #494949. Windows color (decimal): -12172927 or 8470854. OLE color: 8470854.
HSL color Cylindrical-coordinate representation of color #464181: hue angle of 244.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464181 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 65 | 129 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.49 |
| HSL | 244.69º | 0.33% | 0.38% | - |
| HSV(B) | 244.69º | 0.5% | 0.51% | - |
| XYZ | 8.38 | 6.67 | 21.61 | - |
| YUV | 73.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 129 | 0.46 | 0.50 | 0 | 0.49 | 244.69 | 0.33 | 0.38 |
| Hex | 46 | 41 | 81 | 2E | 32 | 0 | 31 | F5 | 21 | 26 |
| Octal | 106 | 101 | 201 | 56 | 62 | 0 | 61 | 365 | 41 | 46 |
| Binary | 1000110 | 1000001 | 10000001 | 101110 | 110010 | 0 | 110001 | 11110101 | 100001 | 100110 |
Color Harmonies of #464181
Complementary color
Monochromatic Colors of #464181
Black with #464181
Text Example
Text Example
White with #464181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464181; }
p { color: rgb(70,65,129); }
H1.HeaderClassName
{
color: #464181;
}
.AnyTagClassName
{
color: #464181;
}
</style>
background-color css
<style>
a { background-color: #464181; }
a { background-color: rgb(70,65,129); }
div.DivClassName
{
background-color: #464181;
}
.BgClassName
{
background-color: #464181;
}
</style>
border-color css
<style>
span { border-color: #464181; }
span { border-color: rgb(70,65,129); }
td.TdClassName
{
border-color: #464181;
}
.TagClassName
{
border-color: #464181;
}
</style>