Shades of Dark Slate Blue #463D92
Tints of Dark Slate Blue #463D92
RGB
CMYK
RGB Variations
Color information
#463D92 (or 0x463D92) is known color: Dark Slate Blue. HEX triplet: 46, 3D and 92. RGB value is (70,61,146). Sum of RGB (Red+Green+Blue) = 70+61+146=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #463D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463D92 is #B9C26D. Grayscale: #494949. Windows color (decimal): -12173934 or 9583942. OLE color: 9583942.
HSL color Cylindrical-coordinate representation of color #463D92: hue angle of 246.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463D92 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 61 | 146 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.43 |
| HSL | 246.35º | 0.41% | 0.41% | - |
| HSV(B) | 246.35º | 0.58% | 0.57% | - |
| XYZ | 9.38 | 6.71 | 28 | - |
| YUV | 73.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 146 | 0.52 | 0.58 | 0 | 0.43 | 246.35 | 0.41 | 0.41 |
| Hex | 46 | 3D | 92 | 34 | 3A | 0 | 2B | F6 | 29 | 29 |
| Octal | 106 | 75 | 222 | 64 | 72 | 0 | 53 | 366 | 51 | 51 |
| Binary | 1000110 | 111101 | 10010010 | 110100 | 111010 | 0 | 101011 | 11110110 | 101001 | 101001 |
Color Harmonies of #463D92
Complementary color
Monochromatic Colors of #463D92
Black with #463D92
Text Example
Text Example
White with #463D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D92; }
p { color: rgb(70,61,146); }
H1.HeaderClassName
{
color: #463D92;
}
.AnyTagClassName
{
color: #463D92;
}
</style>
background-color css
<style>
a { background-color: #463D92; }
a { background-color: rgb(70,61,146); }
div.DivClassName
{
background-color: #463D92;
}
.BgClassName
{
background-color: #463D92;
}
</style>
border-color css
<style>
span { border-color: #463D92; }
span { border-color: rgb(70,61,146); }
td.TdClassName
{
border-color: #463D92;
}
.TagClassName
{
border-color: #463D92;
}
</style>