Shades of Dark Slate Blue #444694
Tints of Dark Slate Blue #444694
RGB
CMYK
RGB Variations
Color information
#444694 (or 0x444694) is known color: Dark Slate Blue. HEX triplet: 44, 46 and 94. RGB value is (68,70,148). Sum of RGB (Red+Green+Blue) = 68+70+148=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #444694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444694 is #BBB96B. Grayscale: #4D4D4D. Windows color (decimal): -12302700 or 9717316. OLE color: 9717316.
HSL color Cylindrical-coordinate representation of color #444694: hue angle of 238.5º 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 #444694 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 70 | 148 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.42 |
| HSL | 238.5º | 0.37% | 0.42% | - |
| HSV(B) | 238.5º | 0.54% | 0.58% | - |
| XYZ | 9.92 | 7.75 | 28.99 | - |
| YUV | 78.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 148 | 0.54 | 0.53 | 0 | 0.42 | 238.5 | 0.37 | 0.42 |
| Hex | 44 | 46 | 94 | 36 | 35 | 0 | 2A | EE | 25 | 2A |
| Octal | 104 | 106 | 224 | 66 | 65 | 0 | 52 | 356 | 45 | 52 |
| Binary | 1000100 | 1000110 | 10010100 | 110110 | 110101 | 0 | 101010 | 11101110 | 100101 | 101010 |
Color Harmonies of #444694
Complementary color
Monochromatic Colors of #444694
Black with #444694
Text Example
Text Example
White with #444694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444694; }
p { color: rgb(68,70,148); }
H1.HeaderClassName
{
color: #444694;
}
.AnyTagClassName
{
color: #444694;
}
</style>
background-color css
<style>
a { background-color: #444694; }
a { background-color: rgb(68,70,148); }
div.DivClassName
{
background-color: #444694;
}
.BgClassName
{
background-color: #444694;
}
</style>
border-color css
<style>
span { border-color: #444694; }
span { border-color: rgb(68,70,148); }
td.TdClassName
{
border-color: #444694;
}
.TagClassName
{
border-color: #444694;
}
</style>