Shades of Dark Slate Blue #463D7A
Tints of Dark Slate Blue #463D7A
RGB
CMYK
RGB Variations
Color information
#463D7A (or 0x463D7A) is known color: Dark Slate Blue. HEX triplet: 46, 3D and 7A. RGB value is (70,61,122). Sum of RGB (Red+Green+Blue) = 70+61+122=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #463D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D7A is #B9C285. Grayscale: #464646. Windows color (decimal): -12173958 or 8011078. OLE color: 8011078.
HSL color Cylindrical-coordinate representation of color #463D7A: hue angle of 248.85º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463D7A is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 61 | 122 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.52 |
| HSL | 248.85º | 0.33% | 0.36% | - |
| HSV(B) | 248.85º | 0.5% | 0.48% | - |
| XYZ | 7.71 | 6.04 | 19.17 | - |
| YUV | 70.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 122 | 0.43 | 0.50 | 0 | 0.52 | 248.85 | 0.33 | 0.36 |
| Hex | 46 | 3D | 7A | 2B | 32 | 0 | 34 | F9 | 21 | 24 |
| Octal | 106 | 75 | 172 | 53 | 62 | 0 | 64 | 371 | 41 | 44 |
| Binary | 1000110 | 111101 | 1111010 | 101011 | 110010 | 0 | 110100 | 11111001 | 100001 | 100100 |
Color Harmonies of #463D7A
Complementary color
Monochromatic Colors of #463D7A
Black with #463D7A
Text Example
Text Example
White with #463D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D7A; }
p { color: rgb(70,61,122); }
H1.HeaderClassName
{
color: #463D7A;
}
.AnyTagClassName
{
color: #463D7A;
}
</style>
background-color css
<style>
a { background-color: #463D7A; }
a { background-color: rgb(70,61,122); }
div.DivClassName
{
background-color: #463D7A;
}
.BgClassName
{
background-color: #463D7A;
}
</style>
border-color css
<style>
span { border-color: #463D7A; }
span { border-color: rgb(70,61,122); }
td.TdClassName
{
border-color: #463D7A;
}
.TagClassName
{
border-color: #463D7A;
}
</style>