Shades of Dark Slate Blue #463B7C
Tints of Dark Slate Blue #463B7C
RGB
CMYK
RGB Variations
Color information
#463B7C (or 0x463B7C) is known color: Dark Slate Blue. HEX triplet: 46, 3B and 7C. RGB value is (70,59,124). Sum of RGB (Red+Green+Blue) = 70+59+124=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #463B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B7C is #B9C483. Grayscale: #454545. Windows color (decimal): -12174468 or 8141638. OLE color: 8141638.
HSL color Cylindrical-coordinate representation of color #463B7C: hue angle of 250.15º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463B7C is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 59 | 124 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.51 |
| HSL | 250.15º | 0.36% | 0.36% | - |
| HSV(B) | 250.15º | 0.52% | 0.49% | - |
| XYZ | 7.73 | 5.89 | 19.8 | - |
| YUV | 69.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 124 | 0.44 | 0.52 | 0 | 0.51 | 250.15 | 0.36 | 0.36 |
| Hex | 46 | 3B | 7C | 2C | 34 | 0 | 33 | FA | 24 | 24 |
| Octal | 106 | 73 | 174 | 54 | 64 | 0 | 63 | 372 | 44 | 44 |
| Binary | 1000110 | 111011 | 1111100 | 101100 | 110100 | 0 | 110011 | 11111010 | 100100 | 100100 |
Color Harmonies of #463B7C
Complementary color
Monochromatic Colors of #463B7C
Black with #463B7C
Text Example
Text Example
White with #463B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B7C; }
p { color: rgb(70,59,124); }
H1.HeaderClassName
{
color: #463B7C;
}
.AnyTagClassName
{
color: #463B7C;
}
</style>
background-color css
<style>
a { background-color: #463B7C; }
a { background-color: rgb(70,59,124); }
div.DivClassName
{
background-color: #463B7C;
}
.BgClassName
{
background-color: #463B7C;
}
</style>
border-color css
<style>
span { border-color: #463B7C; }
span { border-color: rgb(70,59,124); }
td.TdClassName
{
border-color: #463B7C;
}
.TagClassName
{
border-color: #463B7C;
}
</style>