Shades of Dark Slate Blue #444593
Tints of Dark Slate Blue #444593
RGB
CMYK
RGB Variations
Color information
#444593 (or 0x444593) is known color: Dark Slate Blue. HEX triplet: 44, 45 and 93. RGB value is (68,69,147). Sum of RGB (Red+Green+Blue) = 68+69+147=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #444593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444593 is #BBBA6C. Grayscale: #4D4D4D. Windows color (decimal): -12302957 or 9651524. OLE color: 9651524.
HSL color Cylindrical-coordinate representation of color #444593: hue angle of 239.24º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444593 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 69 | 147 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.42 |
| HSL | 239.24º | 0.37% | 0.42% | - |
| HSV(B) | 239.24º | 0.54% | 0.58% | - |
| XYZ | 9.78 | 7.59 | 28.55 | - |
| YUV | 77.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 147 | 0.54 | 0.53 | 0 | 0.42 | 239.24 | 0.37 | 0.42 |
| Hex | 44 | 45 | 93 | 36 | 35 | 0 | 2A | EF | 25 | 2A |
| Octal | 104 | 105 | 223 | 66 | 65 | 0 | 52 | 357 | 45 | 52 |
| Binary | 1000100 | 1000101 | 10010011 | 110110 | 110101 | 0 | 101010 | 11101111 | 100101 | 101010 |
Color Harmonies of #444593
Complementary color
Monochromatic Colors of #444593
Black with #444593
Text Example
Text Example
White with #444593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444593; }
p { color: rgb(68,69,147); }
H1.HeaderClassName
{
color: #444593;
}
.AnyTagClassName
{
color: #444593;
}
</style>
background-color css
<style>
a { background-color: #444593; }
a { background-color: rgb(68,69,147); }
div.DivClassName
{
background-color: #444593;
}
.BgClassName
{
background-color: #444593;
}
</style>
border-color css
<style>
span { border-color: #444593; }
span { border-color: rgb(68,69,147); }
td.TdClassName
{
border-color: #444593;
}
.TagClassName
{
border-color: #444593;
}
</style>