Shades of Dark Slate Blue #46458C
Tints of Dark Slate Blue #46458C
RGB
CMYK
RGB Variations
Color information
#46458C (or 0x46458C) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 8C. RGB value is (70,69,140). Sum of RGB (Red+Green+Blue) = 70+69+140=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #46458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46458C is #B9BA73. Grayscale: #4D4D4D. Windows color (decimal): -12171892 or 9192774. OLE color: 9192774.
HSL color Cylindrical-coordinate representation of color #46458C: hue angle of 240.85º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46458C is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 69 | 140 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.45 |
| HSL | 240.85º | 0.34% | 0.41% | - |
| HSV(B) | 240.85º | 0.51% | 0.55% | - |
| XYZ | 9.39 | 7.45 | 25.75 | - |
| YUV | 77.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 140 | 0.50 | 0.51 | 0 | 0.45 | 240.85 | 0.34 | 0.41 |
| Hex | 46 | 45 | 8C | 32 | 33 | 0 | 2D | F1 | 22 | 29 |
| Octal | 106 | 105 | 214 | 62 | 63 | 0 | 55 | 361 | 42 | 51 |
| Binary | 1000110 | 1000101 | 10001100 | 110010 | 110011 | 0 | 101101 | 11110001 | 100010 | 101001 |
Color Harmonies of #46458C
Complementary color
Monochromatic Colors of #46458C
Black with #46458C
Text Example
Text Example
White with #46458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46458C; }
p { color: rgb(70,69,140); }
H1.HeaderClassName
{
color: #46458C;
}
.AnyTagClassName
{
color: #46458C;
}
</style>
background-color css
<style>
a { background-color: #46458C; }
a { background-color: rgb(70,69,140); }
div.DivClassName
{
background-color: #46458C;
}
.BgClassName
{
background-color: #46458C;
}
</style>
border-color css
<style>
span { border-color: #46458C; }
span { border-color: rgb(70,69,140); }
td.TdClassName
{
border-color: #46458C;
}
.TagClassName
{
border-color: #46458C;
}
</style>