Shades of Dark Slate Blue #46448B
Tints of Dark Slate Blue #46448B
RGB
CMYK
RGB Variations
Color information
#46448B (or 0x46448B) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 8B. RGB value is (70,68,139). Sum of RGB (Red+Green+Blue) = 70+68+139=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #46448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46448B is #B9BB74. Grayscale: #4C4C4C. Windows color (decimal): -12172149 or 9126982. OLE color: 9126982.
HSL color Cylindrical-coordinate representation of color #46448B: hue angle of 241.69º 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 #46448B is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 68 | 139 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.45 |
| HSL | 241.69º | 0.34% | 0.41% | - |
| HSV(B) | 241.69º | 0.51% | 0.55% | - |
| XYZ | 9.25 | 7.3 | 25.35 | - |
| YUV | 76.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 139 | 0.50 | 0.51 | 0 | 0.45 | 241.69 | 0.34 | 0.41 |
| Hex | 46 | 44 | 8B | 32 | 33 | 0 | 2D | F2 | 22 | 29 |
| Octal | 106 | 104 | 213 | 62 | 63 | 0 | 55 | 362 | 42 | 51 |
| Binary | 1000110 | 1000100 | 10001011 | 110010 | 110011 | 0 | 101101 | 11110010 | 100010 | 101001 |
Color Harmonies of #46448B
Complementary color
Monochromatic Colors of #46448B
Black with #46448B
Text Example
Text Example
White with #46448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46448B; }
p { color: rgb(70,68,139); }
H1.HeaderClassName
{
color: #46448B;
}
.AnyTagClassName
{
color: #46448B;
}
</style>
background-color css
<style>
a { background-color: #46448B; }
a { background-color: rgb(70,68,139); }
div.DivClassName
{
background-color: #46448B;
}
.BgClassName
{
background-color: #46448B;
}
</style>
border-color css
<style>
span { border-color: #46448B; }
span { border-color: rgb(70,68,139); }
td.TdClassName
{
border-color: #46448B;
}
.TagClassName
{
border-color: #46448B;
}
</style>