Shades of Dark Slate Blue #46439D
Tints of Dark Slate Blue #46439D
RGB
CMYK
RGB Variations
Color information
#46439D (or 0x46439D) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 9D. RGB value is (70,67,157). Sum of RGB (Red+Green+Blue) = 70+67+157=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #46439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46439D is #B9BC62. Grayscale: #4D4D4D. Windows color (decimal): -12172387 or 10306374. OLE color: 10306374.
HSL color Cylindrical-coordinate representation of color #46439D: hue angle of 242º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46439D is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 67 | 157 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.38 |
| HSL | 242º | 0.4% | 0.44% | - |
| HSV(B) | 242º | 0.57% | 0.62% | - |
| XYZ | 10.62 | 7.75 | 32.83 | - |
| YUV | 78.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 157 | 0.55 | 0.57 | 0 | 0.38 | 242 | 0.4 | 0.44 |
| Hex | 46 | 43 | 9D | 37 | 39 | 0 | 26 | F2 | 28 | 2C |
| Octal | 106 | 103 | 235 | 67 | 71 | 0 | 46 | 362 | 50 | 54 |
| Binary | 1000110 | 1000011 | 10011101 | 110111 | 111001 | 0 | 100110 | 11110010 | 101000 | 101100 |
Color Harmonies of #46439D
Complementary color
Monochromatic Colors of #46439D
Black with #46439D
Text Example
Text Example
White with #46439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46439D; }
p { color: rgb(70,67,157); }
H1.HeaderClassName
{
color: #46439D;
}
.AnyTagClassName
{
color: #46439D;
}
</style>
background-color css
<style>
a { background-color: #46439D; }
a { background-color: rgb(70,67,157); }
div.DivClassName
{
background-color: #46439D;
}
.BgClassName
{
background-color: #46439D;
}
</style>
border-color css
<style>
span { border-color: #46439D; }
span { border-color: rgb(70,67,157); }
td.TdClassName
{
border-color: #46439D;
}
.TagClassName
{
border-color: #46439D;
}
</style>