Shades of Dark Slate Blue #404295
Tints of Dark Slate Blue #404295
RGB
CMYK
RGB Variations
Color information
#404295 (or 0x404295) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 95. RGB value is (64,66,149). Sum of RGB (Red+Green+Blue) = 64+66+149=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #404295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404295 is #BFBD6A. Grayscale: #4A4A4A. Windows color (decimal): -12565867 or 9781824. OLE color: 9781824.
HSL color Cylindrical-coordinate representation of color #404295: hue angle of 238.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404295 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 66 | 149 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.42 |
| HSL | 238.59º | 0.4% | 0.42% | - |
| HSV(B) | 238.59º | 0.57% | 0.58% | - |
| XYZ | 9.49 | 7.16 | 29.32 | - |
| YUV | 74.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 149 | 0.57 | 0.56 | 0 | 0.42 | 238.59 | 0.4 | 0.42 |
| Hex | 40 | 42 | 95 | 39 | 38 | 0 | 2A | EF | 28 | 2A |
| Octal | 100 | 102 | 225 | 71 | 70 | 0 | 52 | 357 | 50 | 52 |
| Binary | 1000000 | 1000010 | 10010101 | 111001 | 111000 | 0 | 101010 | 11101111 | 101000 | 101010 |
Color Harmonies of #404295
Complementary color
Monochromatic Colors of #404295
Black with #404295
Text Example
Text Example
White with #404295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404295; }
p { color: rgb(64,66,149); }
H1.HeaderClassName
{
color: #404295;
}
.AnyTagClassName
{
color: #404295;
}
</style>
background-color css
<style>
a { background-color: #404295; }
a { background-color: rgb(64,66,149); }
div.DivClassName
{
background-color: #404295;
}
.BgClassName
{
background-color: #404295;
}
</style>
border-color css
<style>
span { border-color: #404295; }
span { border-color: rgb(64,66,149); }
td.TdClassName
{
border-color: #404295;
}
.TagClassName
{
border-color: #404295;
}
</style>