Shades of Dark Slate Blue #463C88
Tints of Dark Slate Blue #463C88
RGB
CMYK
RGB Variations
Color information
#463C88 (or 0x463C88) is known color: Dark Slate Blue. HEX triplet: 46, 3C and 88. RGB value is (70,60,136). Sum of RGB (Red+Green+Blue) = 70+60+136=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #463C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C88 is #B9C377. Grayscale: #474747. Windows color (decimal): -12174200 or 8928326. OLE color: 8928326.
HSL color Cylindrical-coordinate representation of color #463C88: hue angle of 247.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463C88 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 60 | 136 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.47 |
| HSL | 247.89º | 0.39% | 0.38% | - |
| HSV(B) | 247.89º | 0.56% | 0.53% | - |
| XYZ | 8.59 | 6.31 | 24.06 | - |
| YUV | 71.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 136 | 0.49 | 0.56 | 0 | 0.47 | 247.89 | 0.39 | 0.38 |
| Hex | 46 | 3C | 88 | 31 | 38 | 0 | 2F | F8 | 27 | 26 |
| Octal | 106 | 74 | 210 | 61 | 70 | 0 | 57 | 370 | 47 | 46 |
| Binary | 1000110 | 111100 | 10001000 | 110001 | 111000 | 0 | 101111 | 11111000 | 100111 | 100110 |
Color Harmonies of #463C88
Complementary color
Monochromatic Colors of #463C88
Black with #463C88
Text Example
Text Example
White with #463C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C88; }
p { color: rgb(70,60,136); }
H1.HeaderClassName
{
color: #463C88;
}
.AnyTagClassName
{
color: #463C88;
}
</style>
background-color css
<style>
a { background-color: #463C88; }
a { background-color: rgb(70,60,136); }
div.DivClassName
{
background-color: #463C88;
}
.BgClassName
{
background-color: #463C88;
}
</style>
border-color css
<style>
span { border-color: #463C88; }
span { border-color: rgb(70,60,136); }
td.TdClassName
{
border-color: #463C88;
}
.TagClassName
{
border-color: #463C88;
}
</style>