Shades of Dark Slate Blue #464390
Tints of Dark Slate Blue #464390
RGB
CMYK
RGB Variations
Color information
#464390 (or 0x464390) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 90. RGB value is (70,67,144). Sum of RGB (Red+Green+Blue) = 70+67+144=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #464390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464390 is #B9BC6F. Grayscale: #4C4C4C. Windows color (decimal): -12172400 or 9454406. OLE color: 9454406.
HSL color Cylindrical-coordinate representation of color #464390: hue angle of 242.34º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464390 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 67 | 144 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.44 |
| HSL | 242.34º | 0.36% | 0.41% | - |
| HSV(B) | 242.34º | 0.53% | 0.56% | - |
| XYZ | 9.57 | 7.33 | 27.3 | - |
| YUV | 76.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 144 | 0.51 | 0.53 | 0 | 0.44 | 242.34 | 0.36 | 0.41 |
| Hex | 46 | 43 | 90 | 33 | 35 | 0 | 2C | F2 | 24 | 29 |
| Octal | 106 | 103 | 220 | 63 | 65 | 0 | 54 | 362 | 44 | 51 |
| Binary | 1000110 | 1000011 | 10010000 | 110011 | 110101 | 0 | 101100 | 11110010 | 100100 | 101001 |
Color Harmonies of #464390
Complementary color
Monochromatic Colors of #464390
Black with #464390
Text Example
Text Example
White with #464390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464390; }
p { color: rgb(70,67,144); }
H1.HeaderClassName
{
color: #464390;
}
.AnyTagClassName
{
color: #464390;
}
</style>
background-color css
<style>
a { background-color: #464390; }
a { background-color: rgb(70,67,144); }
div.DivClassName
{
background-color: #464390;
}
.BgClassName
{
background-color: #464390;
}
</style>
border-color css
<style>
span { border-color: #464390; }
span { border-color: rgb(70,67,144); }
td.TdClassName
{
border-color: #464390;
}
.TagClassName
{
border-color: #464390;
}
</style>