Shades of Dark Slate Blue #464792
Tints of Dark Slate Blue #464792
RGB
CMYK
RGB Variations
Color information
#464792 (or 0x464792) is known color: Dark Slate Blue. HEX triplet: 46, 47 and 92. RGB value is (70,71,146). Sum of RGB (Red+Green+Blue) = 70+71+146=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #464792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464792 is #B9B86D. Grayscale: #4E4E4E. Windows color (decimal): -12171374 or 9586502. OLE color: 9586502.
HSL color Cylindrical-coordinate representation of color #464792: hue angle of 239.21º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464792 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 71 | 146 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.43 |
| HSL | 239.21º | 0.35% | 0.42% | - |
| HSV(B) | 239.21º | 0.52% | 0.57% | - |
| XYZ | 9.97 | 7.88 | 28.19 | - |
| YUV | 79.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 146 | 0.52 | 0.51 | 0 | 0.43 | 239.21 | 0.35 | 0.42 |
| Hex | 46 | 47 | 92 | 34 | 33 | 0 | 2B | EF | 23 | 2A |
| Octal | 106 | 107 | 222 | 64 | 63 | 0 | 53 | 357 | 43 | 52 |
| Binary | 1000110 | 1000111 | 10010010 | 110100 | 110011 | 0 | 101011 | 11101111 | 100011 | 101010 |
Color Harmonies of #464792
Complementary color
Monochromatic Colors of #464792
Black with #464792
Text Example
Text Example
White with #464792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464792; }
p { color: rgb(70,71,146); }
H1.HeaderClassName
{
color: #464792;
}
.AnyTagClassName
{
color: #464792;
}
</style>
background-color css
<style>
a { background-color: #464792; }
a { background-color: rgb(70,71,146); }
div.DivClassName
{
background-color: #464792;
}
.BgClassName
{
background-color: #464792;
}
</style>
border-color css
<style>
span { border-color: #464792; }
span { border-color: rgb(70,71,146); }
td.TdClassName
{
border-color: #464792;
}
.TagClassName
{
border-color: #464792;
}
</style>