Shades of Dark Slate Blue #44409F
Tints of Dark Slate Blue #44409F
RGB
CMYK
RGB Variations
Color information
#44409F (or 0x44409F) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 9F. RGB value is (68,64,159). Sum of RGB (Red+Green+Blue) = 68+64+159=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #44409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44409F is #BBBF60. Grayscale: #4B4B4B. Windows color (decimal): -12304225 or 10436676. OLE color: 10436676.
HSL color Cylindrical-coordinate representation of color #44409F: hue angle of 242.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44409F is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 64 | 159 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.38 |
| HSL | 242.53º | 0.43% | 0.44% | - |
| HSV(B) | 242.53º | 0.6% | 0.62% | - |
| XYZ | 10.48 | 7.4 | 33.68 | - |
| YUV | 76.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 159 | 0.57 | 0.60 | 0 | 0.38 | 242.53 | 0.43 | 0.44 |
| Hex | 44 | 40 | 9F | 39 | 3C | 0 | 26 | F3 | 2B | 2C |
| Octal | 104 | 100 | 237 | 71 | 74 | 0 | 46 | 363 | 53 | 54 |
| Binary | 1000100 | 1000000 | 10011111 | 111001 | 111100 | 0 | 100110 | 11110011 | 101011 | 101100 |
Color Harmonies of #44409F
Complementary color
Monochromatic Colors of #44409F
Black with #44409F
Text Example
Text Example
White with #44409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44409F; }
p { color: rgb(68,64,159); }
H1.HeaderClassName
{
color: #44409F;
}
.AnyTagClassName
{
color: #44409F;
}
</style>
background-color css
<style>
a { background-color: #44409F; }
a { background-color: rgb(68,64,159); }
div.DivClassName
{
background-color: #44409F;
}
.BgClassName
{
background-color: #44409F;
}
</style>
border-color css
<style>
span { border-color: #44409F; }
span { border-color: rgb(68,64,159); }
td.TdClassName
{
border-color: #44409F;
}
.TagClassName
{
border-color: #44409F;
}
</style>