Shades of Dark Slate Blue #404396
Tints of Dark Slate Blue #404396
RGB
CMYK
RGB Variations
Color information
#404396 (or 0x404396) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 96. RGB value is (64,67,150). Sum of RGB (Red+Green+Blue) = 64+67+150=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #404396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404396 is #BFBC69. Grayscale: #4B4B4B. Windows color (decimal): -12565610 or 9847616. OLE color: 9847616.
HSL color Cylindrical-coordinate representation of color #404396: hue angle of 237.91º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404396 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 67 | 150 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.41 |
| HSL | 237.91º | 0.4% | 0.42% | - |
| HSV(B) | 237.91º | 0.57% | 0.59% | - |
| XYZ | 9.63 | 7.31 | 29.76 | - |
| YUV | 75.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 150 | 0.57 | 0.55 | 0 | 0.41 | 237.91 | 0.4 | 0.42 |
| Hex | 40 | 43 | 96 | 39 | 37 | 0 | 29 | EE | 28 | 2A |
| Octal | 100 | 103 | 226 | 71 | 67 | 0 | 51 | 356 | 50 | 52 |
| Binary | 1000000 | 1000011 | 10010110 | 111001 | 110111 | 0 | 101001 | 11101110 | 101000 | 101010 |
Color Harmonies of #404396
Complementary color
Monochromatic Colors of #404396
Black with #404396
Text Example
Text Example
White with #404396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404396; }
p { color: rgb(64,67,150); }
H1.HeaderClassName
{
color: #404396;
}
.AnyTagClassName
{
color: #404396;
}
</style>
background-color css
<style>
a { background-color: #404396; }
a { background-color: rgb(64,67,150); }
div.DivClassName
{
background-color: #404396;
}
.BgClassName
{
background-color: #404396;
}
</style>
border-color css
<style>
span { border-color: #404396; }
span { border-color: rgb(64,67,150); }
td.TdClassName
{
border-color: #404396;
}
.TagClassName
{
border-color: #404396;
}
</style>