Shades of Dark Slate Blue #404293
Tints of Dark Slate Blue #404293
RGB
CMYK
RGB Variations
Color information
#404293 (or 0x404293) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 93. RGB value is (64,66,147). Sum of RGB (Red+Green+Blue) = 64+66+147=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #404293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404293 is #BFBD6C. Grayscale: #4A4A4A. Windows color (decimal): -12565869 or 9650752. OLE color: 9650752.
HSL color Cylindrical-coordinate representation of color #404293: hue angle of 238.55º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404293 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 66 | 147 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.42 |
| HSL | 238.55º | 0.39% | 0.41% | - |
| HSV(B) | 238.55º | 0.56% | 0.58% | - |
| XYZ | 9.33 | 7.09 | 28.48 | - |
| YUV | 74.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 147 | 0.56 | 0.55 | 0 | 0.42 | 238.55 | 0.39 | 0.41 |
| Hex | 40 | 42 | 93 | 38 | 37 | 0 | 2A | EF | 27 | 29 |
| Octal | 100 | 102 | 223 | 70 | 67 | 0 | 52 | 357 | 47 | 51 |
| Binary | 1000000 | 1000010 | 10010011 | 111000 | 110111 | 0 | 101010 | 11101111 | 100111 | 101001 |
Color Harmonies of #404293
Complementary color
Monochromatic Colors of #404293
Black with #404293
Text Example
Text Example
White with #404293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404293; }
p { color: rgb(64,66,147); }
H1.HeaderClassName
{
color: #404293;
}
.AnyTagClassName
{
color: #404293;
}
</style>
background-color css
<style>
a { background-color: #404293; }
a { background-color: rgb(64,66,147); }
div.DivClassName
{
background-color: #404293;
}
.BgClassName
{
background-color: #404293;
}
</style>
border-color css
<style>
span { border-color: #404293; }
span { border-color: rgb(64,66,147); }
td.TdClassName
{
border-color: #404293;
}
.TagClassName
{
border-color: #404293;
}
</style>