Shades of Dark Slate Blue #444199
Tints of Dark Slate Blue #444199
RGB
CMYK
RGB Variations
Color information
#444199 (or 0x444199) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 99. RGB value is (68,65,153). Sum of RGB (Red+Green+Blue) = 68+65+153=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #444199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444199 is #BBBE66. Grayscale: #4B4B4B. Windows color (decimal): -12303975 or 10043716. OLE color: 10043716.
HSL color Cylindrical-coordinate representation of color #444199: hue angle of 242.05º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444199 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 65 | 153 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.4 |
| HSL | 242.05º | 0.4% | 0.43% | - |
| HSV(B) | 242.05º | 0.58% | 0.6% | - |
| XYZ | 10.02 | 7.31 | 31.02 | - |
| YUV | 75.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 153 | 0.56 | 0.58 | 0 | 0.4 | 242.05 | 0.4 | 0.43 |
| Hex | 44 | 41 | 99 | 38 | 3A | 0 | 28 | F2 | 28 | 2B |
| Octal | 104 | 101 | 231 | 70 | 72 | 0 | 50 | 362 | 50 | 53 |
| Binary | 1000100 | 1000001 | 10011001 | 111000 | 111010 | 0 | 101000 | 11110010 | 101000 | 101011 |
Color Harmonies of #444199
Complementary color
Monochromatic Colors of #444199
Black with #444199
Text Example
Text Example
White with #444199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444199; }
p { color: rgb(68,65,153); }
H1.HeaderClassName
{
color: #444199;
}
.AnyTagClassName
{
color: #444199;
}
</style>
background-color css
<style>
a { background-color: #444199; }
a { background-color: rgb(68,65,153); }
div.DivClassName
{
background-color: #444199;
}
.BgClassName
{
background-color: #444199;
}
</style>
border-color css
<style>
span { border-color: #444199; }
span { border-color: rgb(68,65,153); }
td.TdClassName
{
border-color: #444199;
}
.TagClassName
{
border-color: #444199;
}
</style>