Shades of Dark Slate Blue #464092
Tints of Dark Slate Blue #464092
RGB
CMYK
RGB Variations
Color information
#464092 (or 0x464092) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 92. RGB value is (70,64,146). Sum of RGB (Red+Green+Blue) = 70+64+146=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #464092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464092 is #B9BF6D. Grayscale: #4A4A4A. Windows color (decimal): -12173166 or 9584710. OLE color: 9584710.
HSL color Cylindrical-coordinate representation of color #464092: hue angle of 244.39º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464092 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 64 | 146 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.43 |
| HSL | 244.39º | 0.39% | 0.41% | - |
| HSV(B) | 244.39º | 0.56% | 0.57% | - |
| XYZ | 9.55 | 7.04 | 28.05 | - |
| YUV | 75.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 146 | 0.52 | 0.56 | 0 | 0.43 | 244.39 | 0.39 | 0.41 |
| Hex | 46 | 40 | 92 | 34 | 38 | 0 | 2B | F4 | 27 | 29 |
| Octal | 106 | 100 | 222 | 64 | 70 | 0 | 53 | 364 | 47 | 51 |
| Binary | 1000110 | 1000000 | 10010010 | 110100 | 111000 | 0 | 101011 | 11110100 | 100111 | 101001 |
Color Harmonies of #464092
Complementary color
Monochromatic Colors of #464092
Black with #464092
Text Example
Text Example
White with #464092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464092; }
p { color: rgb(70,64,146); }
H1.HeaderClassName
{
color: #464092;
}
.AnyTagClassName
{
color: #464092;
}
</style>
background-color css
<style>
a { background-color: #464092; }
a { background-color: rgb(70,64,146); }
div.DivClassName
{
background-color: #464092;
}
.BgClassName
{
background-color: #464092;
}
</style>
border-color css
<style>
span { border-color: #464092; }
span { border-color: rgb(70,64,146); }
td.TdClassName
{
border-color: #464092;
}
.TagClassName
{
border-color: #464092;
}
</style>