Shades of Dark Slate Blue #444293
Tints of Dark Slate Blue #444293
RGB
CMYK
RGB Variations
Color information
#444293 (or 0x444293) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 93. RGB value is (68,66,147). Sum of RGB (Red+Green+Blue) = 68+66+147=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #444293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444293 is #BBBD6C. Grayscale: #4B4B4B. Windows color (decimal): -12303725 or 9650756. OLE color: 9650756.
HSL color Cylindrical-coordinate representation of color #444293: hue angle of 241.48º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #444293 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 66 | 147 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.42 |
| HSL | 241.48º | 0.38% | 0.42% | - |
| HSV(B) | 241.48º | 0.55% | 0.58% | - |
| XYZ | 9.6 | 7.23 | 28.49 | - |
| YUV | 75.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 147 | 0.54 | 0.55 | 0 | 0.42 | 241.48 | 0.38 | 0.42 |
| Hex | 44 | 42 | 93 | 36 | 37 | 0 | 2A | F1 | 26 | 2A |
| Octal | 104 | 102 | 223 | 66 | 67 | 0 | 52 | 361 | 46 | 52 |
| Binary | 1000100 | 1000010 | 10010011 | 110110 | 110111 | 0 | 101010 | 11110001 | 100110 | 101010 |
Color Harmonies of #444293
Complementary color
Monochromatic Colors of #444293
Black with #444293
Text Example
Text Example
White with #444293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444293; }
p { color: rgb(68,66,147); }
H1.HeaderClassName
{
color: #444293;
}
.AnyTagClassName
{
color: #444293;
}
</style>
background-color css
<style>
a { background-color: #444293; }
a { background-color: rgb(68,66,147); }
div.DivClassName
{
background-color: #444293;
}
.BgClassName
{
background-color: #444293;
}
</style>
border-color css
<style>
span { border-color: #444293; }
span { border-color: rgb(68,66,147); }
td.TdClassName
{
border-color: #444293;
}
.TagClassName
{
border-color: #444293;
}
</style>