Shades of Dark Slate Blue #44409E
Tints of Dark Slate Blue #44409E
RGB
CMYK
RGB Variations
Color information
#44409E (or 0x44409E) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 9E. RGB value is (68,64,158). Sum of RGB (Red+Green+Blue) = 68+64+158=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #44409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44409E is #BBBF61. Grayscale: #4B4B4B. Windows color (decimal): -12304226 or 10371140. OLE color: 10371140.
HSL color Cylindrical-coordinate representation of color #44409E: hue angle of 242.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44409E is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 64 | 158 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.38 |
| HSL | 242.55º | 0.42% | 0.44% | - |
| HSV(B) | 242.55º | 0.59% | 0.62% | - |
| XYZ | 10.39 | 7.36 | 33.22 | - |
| YUV | 75.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 158 | 0.57 | 0.59 | 0 | 0.38 | 242.55 | 0.42 | 0.44 |
| Hex | 44 | 40 | 9E | 39 | 3B | 0 | 26 | F3 | 2A | 2C |
| Octal | 104 | 100 | 236 | 71 | 73 | 0 | 46 | 363 | 52 | 54 |
| Binary | 1000100 | 1000000 | 10011110 | 111001 | 111011 | 0 | 100110 | 11110011 | 101010 | 101100 |
Color Harmonies of #44409E
Complementary color
Monochromatic Colors of #44409E
Black with #44409E
Text Example
Text Example
White with #44409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44409E; }
p { color: rgb(68,64,158); }
H1.HeaderClassName
{
color: #44409E;
}
.AnyTagClassName
{
color: #44409E;
}
</style>
background-color css
<style>
a { background-color: #44409E; }
a { background-color: rgb(68,64,158); }
div.DivClassName
{
background-color: #44409E;
}
.BgClassName
{
background-color: #44409E;
}
</style>
border-color css
<style>
span { border-color: #44409E; }
span { border-color: rgb(68,64,158); }
td.TdClassName
{
border-color: #44409E;
}
.TagClassName
{
border-color: #44409E;
}
</style>