Shades of Dark Slate Blue #464198
Tints of Dark Slate Blue #464198
RGB
CMYK
RGB Variations
Color information
#464198 (or 0x464198) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 98. RGB value is (70,65,152). Sum of RGB (Red+Green+Blue) = 70+65+152=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #464198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464198 is #B9BE67. Grayscale: #4C4C4C. Windows color (decimal): -12172904 or 9978182. OLE color: 9978182.
HSL color Cylindrical-coordinate representation of color #464198: hue angle of 243.45º degrees, saturation: 0.4, 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 #464198 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 65 | 152 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.40 |
| HSL | 243.45º | 0.4% | 0.43% | - |
| HSV(B) | 243.45º | 0.57% | 0.6% | - |
| XYZ | 10.08 | 7.35 | 30.59 | - |
| YUV | 76.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 152 | 0.54 | 0.57 | 0 | 0.40 | 243.45 | 0.4 | 0.43 |
| Hex | 46 | 41 | 98 | 36 | 39 | 0 | 28 | F3 | 28 | 2B |
| Octal | 106 | 101 | 230 | 66 | 71 | 0 | 50 | 363 | 50 | 53 |
| Binary | 1000110 | 1000001 | 10011000 | 110110 | 111001 | 0 | 101000 | 11110011 | 101000 | 101011 |
Color Harmonies of #464198
Complementary color
Monochromatic Colors of #464198
Black with #464198
Text Example
Text Example
White with #464198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464198; }
p { color: rgb(70,65,152); }
H1.HeaderClassName
{
color: #464198;
}
.AnyTagClassName
{
color: #464198;
}
</style>
background-color css
<style>
a { background-color: #464198; }
a { background-color: rgb(70,65,152); }
div.DivClassName
{
background-color: #464198;
}
.BgClassName
{
background-color: #464198;
}
</style>
border-color css
<style>
span { border-color: #464198; }
span { border-color: rgb(70,65,152); }
td.TdClassName
{
border-color: #464198;
}
.TagClassName
{
border-color: #464198;
}
</style>