Shades of Dark Slate Blue #404497
Tints of Dark Slate Blue #404497
RGB
CMYK
RGB Variations
Color information
#404497 (or 0x404497) is known color: Dark Slate Blue. HEX triplet: 40, 44 and 97. RGB value is (64,68,151). Sum of RGB (Red+Green+Blue) = 64+68+151=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #404497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404497 is #BFBB68. Grayscale: #4B4B4B. Windows color (decimal): -12565353 or 9913408. OLE color: 9913408.
HSL color Cylindrical-coordinate representation of color #404497: hue angle of 237.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404497 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 68 | 151 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.41 |
| HSL | 237.24º | 0.4% | 0.42% | - |
| HSV(B) | 237.24º | 0.58% | 0.59% | - |
| XYZ | 9.77 | 7.46 | 30.2 | - |
| YUV | 76.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 151 | 0.58 | 0.55 | 0 | 0.41 | 237.24 | 0.4 | 0.42 |
| Hex | 40 | 44 | 97 | 3A | 37 | 0 | 29 | ED | 28 | 2A |
| Octal | 100 | 104 | 227 | 72 | 67 | 0 | 51 | 355 | 50 | 52 |
| Binary | 1000000 | 1000100 | 10010111 | 111010 | 110111 | 0 | 101001 | 11101101 | 101000 | 101010 |
Color Harmonies of #404497
Complementary color
Monochromatic Colors of #404497
Black with #404497
Text Example
Text Example
White with #404497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404497; }
p { color: rgb(64,68,151); }
H1.HeaderClassName
{
color: #404497;
}
.AnyTagClassName
{
color: #404497;
}
</style>
background-color css
<style>
a { background-color: #404497; }
a { background-color: rgb(64,68,151); }
div.DivClassName
{
background-color: #404497;
}
.BgClassName
{
background-color: #404497;
}
</style>
border-color css
<style>
span { border-color: #404497; }
span { border-color: rgb(64,68,151); }
td.TdClassName
{
border-color: #404497;
}
.TagClassName
{
border-color: #404497;
}
</style>