Shades of Dark Slate Blue #46449B
Tints of Dark Slate Blue #46449B
RGB
CMYK
RGB Variations
Color information
#46449B (or 0x46449B) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 9B. RGB value is (70,68,155). Sum of RGB (Red+Green+Blue) = 70+68+155=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #46449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46449B is #B9BB64. Grayscale: #4E4E4E. Windows color (decimal): -12172133 or 10175558. OLE color: 10175558.
HSL color Cylindrical-coordinate representation of color #46449B: hue angle of 241.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46449B is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 68 | 155 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.39 |
| HSL | 241.38º | 0.39% | 0.44% | - |
| HSV(B) | 241.38º | 0.56% | 0.61% | - |
| XYZ | 10.51 | 7.8 | 31.96 | - |
| YUV | 78.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 155 | 0.55 | 0.56 | 0 | 0.39 | 241.38 | 0.39 | 0.44 |
| Hex | 46 | 44 | 9B | 37 | 38 | 0 | 27 | F1 | 27 | 2C |
| Octal | 106 | 104 | 233 | 67 | 70 | 0 | 47 | 361 | 47 | 54 |
| Binary | 1000110 | 1000100 | 10011011 | 110111 | 111000 | 0 | 100111 | 11110001 | 100111 | 101100 |
Color Harmonies of #46449B
Complementary color
Monochromatic Colors of #46449B
Black with #46449B
Text Example
Text Example
White with #46449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46449B; }
p { color: rgb(70,68,155); }
H1.HeaderClassName
{
color: #46449B;
}
.AnyTagClassName
{
color: #46449B;
}
</style>
background-color css
<style>
a { background-color: #46449B; }
a { background-color: rgb(70,68,155); }
div.DivClassName
{
background-color: #46449B;
}
.BgClassName
{
background-color: #46449B;
}
</style>
border-color css
<style>
span { border-color: #46449B; }
span { border-color: rgb(70,68,155); }
td.TdClassName
{
border-color: #46449B;
}
.TagClassName
{
border-color: #46449B;
}
</style>