Shades of Dark Slate Blue #46438C
Tints of Dark Slate Blue #46438C
RGB
CMYK
RGB Variations
Color information
#46438C (or 0x46438C) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 8C. RGB value is (70,67,140). Sum of RGB (Red+Green+Blue) = 70+67+140=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #46438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46438C is #B9BC73. Grayscale: #4B4B4B. Windows color (decimal): -12172404 or 9192262. OLE color: 9192262.
HSL color Cylindrical-coordinate representation of color #46438C: hue angle of 242.47º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46438C is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 67 | 140 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.45 |
| HSL | 242.47º | 0.35% | 0.41% | - |
| HSV(B) | 242.47º | 0.52% | 0.55% | - |
| XYZ | 9.27 | 7.21 | 25.71 | - |
| YUV | 76.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 140 | 0.50 | 0.52 | 0 | 0.45 | 242.47 | 0.35 | 0.41 |
| Hex | 46 | 43 | 8C | 32 | 34 | 0 | 2D | F2 | 23 | 29 |
| Octal | 106 | 103 | 214 | 62 | 64 | 0 | 55 | 362 | 43 | 51 |
| Binary | 1000110 | 1000011 | 10001100 | 110010 | 110100 | 0 | 101101 | 11110010 | 100011 | 101001 |
Color Harmonies of #46438C
Complementary color
Monochromatic Colors of #46438C
Black with #46438C
Text Example
Text Example
White with #46438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46438C; }
p { color: rgb(70,67,140); }
H1.HeaderClassName
{
color: #46438C;
}
.AnyTagClassName
{
color: #46438C;
}
</style>
background-color css
<style>
a { background-color: #46438C; }
a { background-color: rgb(70,67,140); }
div.DivClassName
{
background-color: #46438C;
}
.BgClassName
{
background-color: #46438C;
}
</style>
border-color css
<style>
span { border-color: #46438C; }
span { border-color: rgb(70,67,140); }
td.TdClassName
{
border-color: #46438C;
}
.TagClassName
{
border-color: #46438C;
}
</style>