Shades of Dark Slate Blue #444186
Tints of Dark Slate Blue #444186
RGB
CMYK
RGB Variations
Color information
#444186 (or 0x444186) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 86. RGB value is (68,65,134). Sum of RGB (Red+Green+Blue) = 68+65+134=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #444186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444186 is #BBBE79. Grayscale: #494949. Windows color (decimal): -12303994 or 8798532. OLE color: 8798532.
HSL color Cylindrical-coordinate representation of color #444186: hue angle of 242.61º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444186 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 65 | 134 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.47 |
| HSL | 242.61º | 0.35% | 0.39% | - |
| HSV(B) | 242.61º | 0.51% | 0.53% | - |
| XYZ | 8.58 | 6.73 | 23.4 | - |
| YUV | 73.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 134 | 0.49 | 0.51 | 0 | 0.47 | 242.61 | 0.35 | 0.39 |
| Hex | 44 | 41 | 86 | 31 | 33 | 0 | 2F | F3 | 23 | 27 |
| Octal | 104 | 101 | 206 | 61 | 63 | 0 | 57 | 363 | 43 | 47 |
| Binary | 1000100 | 1000001 | 10000110 | 110001 | 110011 | 0 | 101111 | 11110011 | 100011 | 100111 |
Color Harmonies of #444186
Complementary color
Monochromatic Colors of #444186
Black with #444186
Text Example
Text Example
White with #444186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444186; }
p { color: rgb(68,65,134); }
H1.HeaderClassName
{
color: #444186;
}
.AnyTagClassName
{
color: #444186;
}
</style>
background-color css
<style>
a { background-color: #444186; }
a { background-color: rgb(68,65,134); }
div.DivClassName
{
background-color: #444186;
}
.BgClassName
{
background-color: #444186;
}
</style>
border-color css
<style>
span { border-color: #444186; }
span { border-color: rgb(68,65,134); }
td.TdClassName
{
border-color: #444186;
}
.TagClassName
{
border-color: #444186;
}
</style>