Shades of Dark Slate Blue #444086
Tints of Dark Slate Blue #444086
RGB
CMYK
RGB Variations
Color information
#444086 (or 0x444086) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 86. RGB value is (68,64,134). Sum of RGB (Red+Green+Blue) = 68+64+134=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #444086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444086 is #BBBF79. Grayscale: #484848. Windows color (decimal): -12304250 or 8798276. OLE color: 8798276.
HSL color Cylindrical-coordinate representation of color #444086: hue angle of 243.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444086 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 64 | 134 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.47 |
| HSL | 243.43º | 0.35% | 0.39% | - |
| HSV(B) | 243.43º | 0.52% | 0.53% | - |
| XYZ | 8.52 | 6.62 | 23.38 | - |
| YUV | 73.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 134 | 0.49 | 0.52 | 0 | 0.47 | 243.43 | 0.35 | 0.39 |
| Hex | 44 | 40 | 86 | 31 | 34 | 0 | 2F | F3 | 23 | 27 |
| Octal | 104 | 100 | 206 | 61 | 64 | 0 | 57 | 363 | 43 | 47 |
| Binary | 1000100 | 1000000 | 10000110 | 110001 | 110100 | 0 | 101111 | 11110011 | 100011 | 100111 |
Color Harmonies of #444086
Complementary color
Monochromatic Colors of #444086
Black with #444086
Text Example
Text Example
White with #444086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444086; }
p { color: rgb(68,64,134); }
H1.HeaderClassName
{
color: #444086;
}
.AnyTagClassName
{
color: #444086;
}
</style>
background-color css
<style>
a { background-color: #444086; }
a { background-color: rgb(68,64,134); }
div.DivClassName
{
background-color: #444086;
}
.BgClassName
{
background-color: #444086;
}
</style>
border-color css
<style>
span { border-color: #444086; }
span { border-color: rgb(68,64,134); }
td.TdClassName
{
border-color: #444086;
}
.TagClassName
{
border-color: #444086;
}
</style>