Shades of Dark Slate Blue #464298
Tints of Dark Slate Blue #464298
RGB
CMYK
RGB Variations
Color information
#464298 (or 0x464298) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 98. RGB value is (70,66,152). Sum of RGB (Red+Green+Blue) = 70+66+152=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #464298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464298 is #B9BD67. Grayscale: #4C4C4C. Windows color (decimal): -12172648 or 9978438. OLE color: 9978438.
HSL color Cylindrical-coordinate representation of color #464298: hue angle of 242.79º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464298 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 66 | 152 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.40 |
| HSL | 242.79º | 0.39% | 0.43% | - |
| HSV(B) | 242.79º | 0.57% | 0.6% | - |
| XYZ | 10.14 | 7.47 | 30.61 | - |
| YUV | 77 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 152 | 0.54 | 0.57 | 0 | 0.40 | 242.79 | 0.39 | 0.43 |
| Hex | 46 | 42 | 98 | 36 | 39 | 0 | 28 | F3 | 27 | 2B |
| Octal | 106 | 102 | 230 | 66 | 71 | 0 | 50 | 363 | 47 | 53 |
| Binary | 1000110 | 1000010 | 10011000 | 110110 | 111001 | 0 | 101000 | 11110011 | 100111 | 101011 |
Color Harmonies of #464298
Complementary color
Monochromatic Colors of #464298
Black with #464298
Text Example
Text Example
White with #464298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464298; }
p { color: rgb(70,66,152); }
H1.HeaderClassName
{
color: #464298;
}
.AnyTagClassName
{
color: #464298;
}
</style>
background-color css
<style>
a { background-color: #464298; }
a { background-color: rgb(70,66,152); }
div.DivClassName
{
background-color: #464298;
}
.BgClassName
{
background-color: #464298;
}
</style>
border-color css
<style>
span { border-color: #464298; }
span { border-color: rgb(70,66,152); }
td.TdClassName
{
border-color: #464298;
}
.TagClassName
{
border-color: #464298;
}
</style>