Shades of Dark Slate Blue #463A7A
Tints of Dark Slate Blue #463A7A
RGB
CMYK
RGB Variations
Color information
#463A7A (or 0x463A7A) is known color: Dark Slate Blue. HEX triplet: 46, 3A and 7A. RGB value is (70,58,122). Sum of RGB (Red+Green+Blue) = 70+58+122=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #463A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A7A is #B9C585. Grayscale: #444444. Windows color (decimal): -12174726 or 8010310. OLE color: 8010310.
HSL color Cylindrical-coordinate representation of color #463A7A: hue angle of 251.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463A7A is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 58 | 122 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.52 |
| HSL | 251.25º | 0.36% | 0.35% | - |
| HSV(B) | 251.25º | 0.52% | 0.48% | - |
| XYZ | 7.55 | 5.73 | 19.12 | - |
| YUV | 68.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 122 | 0.43 | 0.52 | 0 | 0.52 | 251.25 | 0.36 | 0.35 |
| Hex | 46 | 3A | 7A | 2B | 34 | 0 | 34 | FB | 24 | 23 |
| Octal | 106 | 72 | 172 | 53 | 64 | 0 | 64 | 373 | 44 | 43 |
| Binary | 1000110 | 111010 | 1111010 | 101011 | 110100 | 0 | 110100 | 11111011 | 100100 | 100011 |
Color Harmonies of #463A7A
Complementary color
Monochromatic Colors of #463A7A
Black with #463A7A
Text Example
Text Example
White with #463A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A7A; }
p { color: rgb(70,58,122); }
H1.HeaderClassName
{
color: #463A7A;
}
.AnyTagClassName
{
color: #463A7A;
}
</style>
background-color css
<style>
a { background-color: #463A7A; }
a { background-color: rgb(70,58,122); }
div.DivClassName
{
background-color: #463A7A;
}
.BgClassName
{
background-color: #463A7A;
}
</style>
border-color css
<style>
span { border-color: #463A7A; }
span { border-color: rgb(70,58,122); }
td.TdClassName
{
border-color: #463A7A;
}
.TagClassName
{
border-color: #463A7A;
}
</style>