Shades of Dark Slate Blue #46448C
Tints of Dark Slate Blue #46448C
RGB
CMYK
RGB Variations
Color information
#46448C (or 0x46448C) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 8C. RGB value is (70,68,140). Sum of RGB (Red+Green+Blue) = 70+68+140=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #46448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46448C is #B9BB73. Grayscale: #4C4C4C. Windows color (decimal): -12172148 or 9192518. OLE color: 9192518.
HSL color Cylindrical-coordinate representation of color #46448C: hue angle of 241.67º degrees, saturation: 0.35, 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 #46448C is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 68 | 140 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.45 |
| HSL | 241.67º | 0.35% | 0.41% | - |
| HSV(B) | 241.67º | 0.51% | 0.55% | - |
| XYZ | 9.33 | 7.33 | 25.73 | - |
| YUV | 76.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 140 | 0.50 | 0.51 | 0 | 0.45 | 241.67 | 0.35 | 0.41 |
| Hex | 46 | 44 | 8C | 32 | 33 | 0 | 2D | F2 | 23 | 29 |
| Octal | 106 | 104 | 214 | 62 | 63 | 0 | 55 | 362 | 43 | 51 |
| Binary | 1000110 | 1000100 | 10001100 | 110010 | 110011 | 0 | 101101 | 11110010 | 100011 | 101001 |
Color Harmonies of #46448C
Complementary color
Monochromatic Colors of #46448C
Black with #46448C
Text Example
Text Example
White with #46448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46448C; }
p { color: rgb(70,68,140); }
H1.HeaderClassName
{
color: #46448C;
}
.AnyTagClassName
{
color: #46448C;
}
</style>
background-color css
<style>
a { background-color: #46448C; }
a { background-color: rgb(70,68,140); }
div.DivClassName
{
background-color: #46448C;
}
.BgClassName
{
background-color: #46448C;
}
</style>
border-color css
<style>
span { border-color: #46448C; }
span { border-color: rgb(70,68,140); }
td.TdClassName
{
border-color: #46448C;
}
.TagClassName
{
border-color: #46448C;
}
</style>