Shades of Dark Slate Blue #404194
Tints of Dark Slate Blue #404194
RGB
CMYK
RGB Variations
Color information
#404194 (or 0x404194) is known color: Dark Slate Blue. HEX triplet: 40, 41 and 94. RGB value is (64,65,148). Sum of RGB (Red+Green+Blue) = 64+65+148=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #404194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404194 is #BFBE6B. Grayscale: #494949. Windows color (decimal): -12566124 or 9716032. OLE color: 9716032.
HSL color Cylindrical-coordinate representation of color #404194: hue angle of 239.29º 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 #404194 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 65 | 148 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.42 |
| HSL | 239.29º | 0.4% | 0.42% | - |
| HSV(B) | 239.29º | 0.57% | 0.58% | - |
| XYZ | 9.35 | 7.01 | 28.88 | - |
| YUV | 74.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 148 | 0.57 | 0.56 | 0 | 0.42 | 239.29 | 0.4 | 0.42 |
| Hex | 40 | 41 | 94 | 39 | 38 | 0 | 2A | EF | 28 | 2A |
| Octal | 100 | 101 | 224 | 71 | 70 | 0 | 52 | 357 | 50 | 52 |
| Binary | 1000000 | 1000001 | 10010100 | 111001 | 111000 | 0 | 101010 | 11101111 | 101000 | 101010 |
Color Harmonies of #404194
Complementary color
Monochromatic Colors of #404194
Black with #404194
Text Example
Text Example
White with #404194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404194; }
p { color: rgb(64,65,148); }
H1.HeaderClassName
{
color: #404194;
}
.AnyTagClassName
{
color: #404194;
}
</style>
background-color css
<style>
a { background-color: #404194; }
a { background-color: rgb(64,65,148); }
div.DivClassName
{
background-color: #404194;
}
.BgClassName
{
background-color: #404194;
}
</style>
border-color css
<style>
span { border-color: #404194; }
span { border-color: rgb(64,65,148); }
td.TdClassName
{
border-color: #404194;
}
.TagClassName
{
border-color: #404194;
}
</style>