Shades of Dark Slate Blue #404393
Tints of Dark Slate Blue #404393
RGB
CMYK
RGB Variations
Color information
#404393 (or 0x404393) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 93. RGB value is (64,67,147). Sum of RGB (Red+Green+Blue) = 64+67+147=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #404393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404393 is #BFBC6C. Grayscale: #4A4A4A. Windows color (decimal): -12565613 or 9651008. OLE color: 9651008.
HSL color Cylindrical-coordinate representation of color #404393: hue angle of 237.83º 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 #404393 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 67 | 147 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.42 |
| HSL | 237.83º | 0.39% | 0.41% | - |
| HSV(B) | 237.83º | 0.56% | 0.58% | - |
| XYZ | 9.39 | 7.21 | 28.5 | - |
| YUV | 75.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 147 | 0.56 | 0.54 | 0 | 0.42 | 237.83 | 0.39 | 0.41 |
| Hex | 40 | 43 | 93 | 38 | 36 | 0 | 2A | EE | 27 | 29 |
| Octal | 100 | 103 | 223 | 70 | 66 | 0 | 52 | 356 | 47 | 51 |
| Binary | 1000000 | 1000011 | 10010011 | 111000 | 110110 | 0 | 101010 | 11101110 | 100111 | 101001 |
Color Harmonies of #404393
Complementary color
Monochromatic Colors of #404393
Black with #404393
Text Example
Text Example
White with #404393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404393; }
p { color: rgb(64,67,147); }
H1.HeaderClassName
{
color: #404393;
}
.AnyTagClassName
{
color: #404393;
}
</style>
background-color css
<style>
a { background-color: #404393; }
a { background-color: rgb(64,67,147); }
div.DivClassName
{
background-color: #404393;
}
.BgClassName
{
background-color: #404393;
}
</style>
border-color css
<style>
span { border-color: #404393; }
span { border-color: rgb(64,67,147); }
td.TdClassName
{
border-color: #404393;
}
.TagClassName
{
border-color: #404393;
}
</style>